Compare commits
2 Commits
6237aa0c03
...
50280692e8
Author | SHA1 | Date |
---|---|---|
|
50280692e8 | |
|
35699becf5 |
|
@ -142,14 +142,24 @@
|
||||||
class="bio-item figure"
|
class="bio-item figure"
|
||||||
>
|
>
|
||||||
<dfn class="bio-label"><Icon icon="ruler" />Figure</dfn>
|
<dfn class="bio-label"><Icon icon="ruler" />Figure</dfn>
|
||||||
<span class="bio-value">{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}</span>
|
<span class="bio-value">
|
||||||
|
{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}
|
||||||
|
<Icon
|
||||||
|
v-if="actor.naturalBoobs === false || actor.naturalButt === false"
|
||||||
|
v-tooltip="[actor.naturalBoobs === false ? 'Enhanced boobs' : null, actor.naturalButt === false ? 'Enhanced butt' : null].filter(Boolean).join(', ')"
|
||||||
|
icon="magic-wand2"
|
||||||
|
class="enhanced"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li
|
<li
|
||||||
v-if="actor.naturalBoobs === false || actor.naturalButt === false"
|
v-if="actor.naturalLips === false || actor.naturalLabia === false
|
||||||
|
|| actor.boobsVolume || actor.boobsPlacement || actor.boobsIncision || actor.boobsImplant
|
||||||
|
|| actor.buttVolume || actor.buttImplant"
|
||||||
class="bio-item augmentations hideable"
|
class="bio-item augmentations hideable"
|
||||||
>
|
>
|
||||||
<dfn class="bio-label"><Icon icon="magic-wand2" />Enhanced</dfn>
|
<dfn class="bio-label"><Icon icon="magic-wand2" />Enhancements</dfn>
|
||||||
|
|
||||||
<span class="bio-value">
|
<span class="bio-value">
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.41.3",
|
"version": "0.41.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.41.3",
|
"version": "0.41.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.41.3",
|
"version": "0.41.4",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue