Compare commits

...

2 Commits

Author SHA1 Message Date
5ffc865c00 0.41.16 2025-11-21 06:17:49 +01:00
ae085ad5ec Limited ratio on scenes nav ad. 2025-11-21 06:17:46 +01:00
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.41.15",
"version": "0.41.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.41.15",
"version": "0.41.16",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@@ -87,7 +87,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.41.15",
"version": "0.41.16",
"imports": {
"#/*": "./*.js"
}

View File

@@ -21,7 +21,7 @@ export async function onBeforeRender(pageContext) {
dedupe: true,
}, pageContext.user),
getRandomCampaigns([
{ minRatio: 1.5 },
{ minRatio: 2.0, maxRatio: 5 },
{ minRatio: 0.75, maxRatio: 1.25 },
{ minRatio: 1.5 },
], { tagFilter: pageContext.tagFilter }),

2
static

Submodule static updated: 390681c7b1...a24825ba10