This commit is contained in:
Natsumi
2024-09-20 15:57:32 +12:00
parent b8fa816790
commit e3789482be
2 changed files with 13 additions and 6 deletions

View File

@@ -2768,7 +2768,7 @@ speechSynthesis.getVoices();
userCount: 0, // PC only? userCount: 0, // PC only?
queueEnabled: false, // only present with group instance type queueEnabled: false, // only present with group instance type
queueSize: 0, // only present when queuing is enabled queueSize: 0, // only present when queuing is enabled
platforms: [], platforms: {},
gameServerVersion: 0, gameServerVersion: 0,
hardClose: null, // boolean or null hardClose: null, // boolean or null
closedAt: null, // string or null closedAt: null, // string or null
@@ -2781,8 +2781,15 @@ speechSynthesis.getVoices();
region: '', region: '',
canRequestInvite: false, canRequestInvite: false,
permanent: false, permanent: false,
private: '', private: '', // part of instance tag
strict: false, hidden: '', // part of instance tag
nonce: '', // only present when you're the owner
strict: false, // deprecated
displayName: null,
groupAccessType: null, // only present with group instance type
roleRestricted: false, // only present with group instance type
instancePersistenceEnabled: null,
playerPersistenceEnabled: null,
// VRCX // VRCX
$fetchedAt: '', $fetchedAt: '',
...json ...json
@@ -27135,9 +27142,9 @@ speechSynthesis.getVoices();
var entry = { var entry = {
created_at: dt, created_at: dt,
type: 'Location', type: 'Location',
location: location, location,
worldId: L.worldId, worldId: L.worldId,
worldName: await this.getWorldName(L.worldI), worldName: await this.getWorldName(L.worldId),
groupName: await this.getGroupName(L.groupId), groupName: await this.getGroupName(L.groupId),
time: 0 time: 0
}; };

View File

@@ -261,7 +261,7 @@
"appearance": { "appearance": {
"header": "Appearance", "header": "Appearance",
"language": "Language", "language": "Language",
"theme_mode": "Theme mode", "theme_mode": "Theme",
"theme_mode_system": "System", "theme_mode_system": "System",
"theme_mode_light": "Light", "theme_mode_light": "Light",
"theme_mode_dark": "Dark", "theme_mode_dark": "Dark",