Compare commits
2 Commits
56defe2c6f
...
57dfa621df
| Author | SHA1 | Date | |
|---|---|---|---|
| 57dfa621df | |||
| e98254d444 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "traxxx-web",
|
||||
"version": "0.46.3",
|
||||
"version": "0.46.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.46.3",
|
||||
"version": "0.46.4",
|
||||
"dependencies": {
|
||||
"@brillout/json-serializer": "^0.5.8",
|
||||
"@dicebear/collection": "^7.0.5",
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"version": "0.46.3",
|
||||
"version": "0.46.4",
|
||||
"imports": {
|
||||
"#/*": "./*.js"
|
||||
}
|
||||
|
||||
@@ -87,6 +87,7 @@ const popularNetworks = [
|
||||
'elegantangel',
|
||||
'evilangel',
|
||||
'fakehub',
|
||||
'hentaied',
|
||||
'hookuphotshot',
|
||||
'hussiepass',
|
||||
'julesjordan',
|
||||
|
||||
@@ -75,8 +75,8 @@
|
||||
>
|
||||
<img
|
||||
v-if="tag.poster"
|
||||
:src="getPath(tag.poster, 'thumbnail')"
|
||||
:style="{ 'background-image': `url(/${getPath(tag.poster, 'lazy')})` }"
|
||||
:src="getPath(tag.poster, 'thumbnail', { local: true })"
|
||||
:style="{ 'background-image': `url(${getPath(tag.poster, 'lazy', { local: true })})` }"
|
||||
:title="tag.poster.comment"
|
||||
class="thumb"
|
||||
loading="lazy"
|
||||
|
||||
@@ -35,9 +35,9 @@ export function getAffiliateSceneUrl(scene) {
|
||||
const scenePath = new URL(watchUrl).pathname;
|
||||
|
||||
return format(scene.affiliate.parameters.dynamicScene, {
|
||||
scenePath: scene.affiliate.parameters.prefixSlash
|
||||
? scenePath
|
||||
: scenePath.replace(/^\//, ''),
|
||||
scenePath: scene.affiliate.parameters.prefixSlash === false
|
||||
? scenePath.replace(/^\//, '')
|
||||
: scenePath,
|
||||
entryId: scene.entryId,
|
||||
});
|
||||
}
|
||||
|
||||
2
static
2
static
Submodule static updated: 8f331b46e7...4e5c91df28
Reference in New Issue
Block a user