platform icon

This commit is contained in:
pa
2025-10-30 15:53:28 +09:00
committed by Natsumi
parent 050bf8653c
commit 1be2cf8a8f
3 changed files with 20 additions and 13 deletions

View File

@@ -77,7 +77,8 @@
effect="plain"
size="small"
style="margin-right: 5px; margin-top: 5px">
PC<span
<i class="ri-computer-line"></i
><span
v-if="worldDialog.bundleSizes['standalonewindows']"
:class="['x-grey', 'x-tag-platform-pc', 'x-tag-border-left']">
{{ worldDialog.bundleSizes['standalonewindows'].fileSize }}
@@ -91,7 +92,8 @@
effect="plain"
size="small"
style="margin-right: 5px; margin-top: 5px">
Android<span
<i class="ri-android-line"></i
><span
v-if="worldDialog.bundleSizes['android']"
:class="['x-grey', 'x-tag-platform-quest', 'x-tag-border-left']">
{{ worldDialog.bundleSizes['android'].fileSize }}
@@ -105,7 +107,8 @@
effect="plain"
size="small"
style="margin-right: 5px; margin-top: 5px">
iOS<span
<i class="ri-apple-line"></i
><span
v-if="worldDialog.bundleSizes['ios']"
:class="['x-grey', 'x-tag-platform-ios', 'x-tag-border-left']">
{{ worldDialog.bundleSizes['ios'].fileSize }}