Compare commits
No commits in common. "50280692e82bc5e4d11f6a0c439e13b0242db216" and "6237aa0c0397ceffa51e7014c8df1a9a7deff6cb" have entirely different histories.
50280692e8
...
6237aa0c03
|
|
@ -142,24 +142,14 @@
|
||||||
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">
|
<span class="bio-value">{{ actor.bust || '??' }}{{ actor.cup || '?' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}</span>
|
||||||
{{ 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.naturalLips === false || actor.naturalLabia === false
|
v-if="actor.naturalBoobs === false || actor.naturalButt === 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" />Enhancements</dfn>
|
<dfn class="bio-label"><Icon icon="magic-wand2" />Enhanced</dfn>
|
||||||
|
|
||||||
<span class="bio-value">
|
<span class="bio-value">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.41.4",
|
"version": "0.41.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.41.4",
|
"version": "0.41.3",
|
||||||
"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.4",
|
"version": "0.41.3",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue