mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
World dialog world id
This commit is contained in:
+5
-1
@@ -1250,6 +1250,10 @@ html
|
|||||||
timer(:epoch="user.$location_at")
|
timer(:epoch="user.$location_at")
|
||||||
el-tab-pane(label="Info")
|
el-tab-pane(label="Info")
|
||||||
.x-friend-list(style="max-height:none")
|
.x-friend-list(style="max-height:none")
|
||||||
|
.x-friend-item(style="width:100%;cursor:default")
|
||||||
|
.detail
|
||||||
|
span.name World ID
|
||||||
|
span.extra(v-text="worldDialog.id")
|
||||||
.x-friend-item(style="cursor:default")
|
.x-friend-item(style="cursor:default")
|
||||||
.detail
|
.detail
|
||||||
span.name Players
|
span.name Players
|
||||||
@@ -1286,7 +1290,7 @@ html
|
|||||||
.detail
|
.detail
|
||||||
span.name Version
|
span.name Version
|
||||||
span.extra(v-text="worldDialog.ref.version")
|
span.extra(v-text="worldDialog.ref.version")
|
||||||
.x-friend-item(style="width:100%;cursor:default")
|
.x-friend-item(style="width:525px;cursor:default")
|
||||||
.detail
|
.detail
|
||||||
span.name Platform
|
span.name Platform
|
||||||
span.extra(v-text="worldDialogPlatform")
|
span.extra(v-text="worldDialogPlatform")
|
||||||
|
|||||||
Reference in New Issue
Block a user