JSON tab remove VRCX vars

This commit is contained in:
Natsumi
2026-01-12 06:28:42 +13:00
parent ee6529588d
commit d2b3c3be01
7 changed files with 62 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ export const useGroupStore = defineStore('Group', () => {
visible: false,
loading: false,
isGetGroupDialogGroupLoading: false,
treeData: [],
treeData: {},
id: '',
inGroup: false,
ownerDisplayName: '',
@@ -131,7 +131,7 @@ export const useGroupStore = defineStore('Group', () => {
D.id = groupId;
D.inGroup = false;
D.ownerDisplayName = '';
D.treeData = [];
D.treeData = {};
D.announcement = {};
D.posts = [];
D.postsFiltered = [];