mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Rearrange More
This commit is contained in:
+15
-15
@@ -404,14 +404,12 @@ html
|
|||||||
el-button-group
|
el-button-group
|
||||||
el-button(size="small" icon="el-icon-s-operation" @click="showLaunchOptions()") Launch Options
|
el-button(size="small" icon="el-icon-s-operation" @click="showLaunchOptions()") Launch Options
|
||||||
div(style="margin-top:30px")
|
div(style="margin-top:30px")
|
||||||
span(style="font-weight:bold") Config JSON
|
span(style="font-weight:bold") Direct Access
|
||||||
el-button(type="default" @click="refreshConfigTreeData()" size="mini" icon="el-icon-refresh" circle style="margin-left:5px")
|
div(style="margin-top:5px")
|
||||||
el-button(type="default" @click="configTreeData = []" size="mini" icon="el-icon-delete" circle style="margin-left:0")
|
el-button-group
|
||||||
el-tree(:data="configTreeData" style="margin-top:5px;font-size:12px")
|
el-button(size="small" @click="promptUserDialog()") User
|
||||||
template(#default="scope")
|
el-button(size="small" @click="promptWorldDialog()") World
|
||||||
span
|
el-button(size="small" @click="promptAvatarDialog()") Avatar
|
||||||
span(v-text="scope.data.key" style="font-weight:bold;margin-right:5px")
|
|
||||||
span(v-if="!scope.data.children" v-text="scope.data.value")
|
|
||||||
div(style="margin-top:30px")
|
div(style="margin-top:30px")
|
||||||
span(style="font-weight:bold") My Profile
|
span(style="font-weight:bold") My Profile
|
||||||
.x-friend-list(style="margin-top:10px")
|
.x-friend-list(style="margin-top:10px")
|
||||||
@@ -450,6 +448,15 @@ html
|
|||||||
template(v-once #default="scope")
|
template(v-once #default="scope")
|
||||||
span {{ scope.row.updated_at | formatDate('YYYY-MM-DD HH24:MI:SS') }}
|
span {{ scope.row.updated_at | formatDate('YYYY-MM-DD HH24:MI:SS') }}
|
||||||
el-table-column(label="Name" prop="displayName")
|
el-table-column(label="Name" prop="displayName")
|
||||||
|
div(style="margin-top:30px")
|
||||||
|
span(style="font-weight:bold") Config JSON
|
||||||
|
el-button(type="default" @click="refreshConfigTreeData()" size="mini" icon="el-icon-refresh" circle style="margin-left:5px")
|
||||||
|
el-button(type="default" @click="configTreeData = []" size="mini" icon="el-icon-delete" circle style="margin-left:0")
|
||||||
|
el-tree(:data="configTreeData" style="margin-top:5px;font-size:12px")
|
||||||
|
template(#default="scope")
|
||||||
|
span
|
||||||
|
span(v-text="scope.data.key" style="font-weight:bold;margin-right:5px")
|
||||||
|
span(v-if="!scope.data.children" v-text="scope.data.value")
|
||||||
div(style="margin-top:30px")
|
div(style="margin-top:30px")
|
||||||
span(style="font-weight:bold") Current User JSON
|
span(style="font-weight:bold") Current User JSON
|
||||||
el-button(type="default" @click="refreshCurrentUserTreeData()" size="mini" icon="el-icon-refresh" circle style="margin-left:5px")
|
el-button(type="default" @click="refreshCurrentUserTreeData()" size="mini" icon="el-icon-refresh" circle style="margin-left:5px")
|
||||||
@@ -459,13 +466,6 @@ html
|
|||||||
span
|
span
|
||||||
span(v-text="scope.data.key" style="font-weight:bold;margin-right:5px")
|
span(v-text="scope.data.key" style="font-weight:bold;margin-right:5px")
|
||||||
span(v-if="!scope.data.children" v-text="scope.data.value")
|
span(v-if="!scope.data.children" v-text="scope.data.value")
|
||||||
div(style="margin-top:30px")
|
|
||||||
span(style="font-weight:bold") Direct Access
|
|
||||||
div(style="margin-top:5px")
|
|
||||||
el-button-group
|
|
||||||
el-button(size="small" @click="promptUserDialog()") User
|
|
||||||
el-button(size="small" @click="promptWorldDialog()") World
|
|
||||||
el-button(size="small" @click="promptAvatarDialog()") Avatar
|
|
||||||
div(style="margin-top:30px")
|
div(style="margin-top:30px")
|
||||||
span(style="font-weight:bold") Friends Sort Option
|
span(style="font-weight:bold") Friends Sort Option
|
||||||
div(style="font-size:12px;margin-top:5px")
|
div(style="font-size:12px;margin-top:5px")
|
||||||
|
|||||||
Reference in New Issue
Block a user