mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
lint
This commit is contained in:
+22
-22
@@ -5886,12 +5886,12 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
$app.data.toggleSwitchOptionsEveryone = {
|
$app.data.toggleSwitchOptionsEveryone = {
|
||||||
layout: {
|
layout: {
|
||||||
backgroundColor: "white",
|
backgroundColor: 'white',
|
||||||
selectedBackgroundColor: "#409eff",
|
selectedBackgroundColor: '#409eff',
|
||||||
selectedColor: "white",
|
selectedColor: 'white',
|
||||||
color: "#409eff",
|
color: '#409eff',
|
||||||
borderColor: "#409eff",
|
borderColor: '#409eff',
|
||||||
fontWeight: "bold",
|
fontWeight: 'bold',
|
||||||
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
@@ -5901,17 +5901,17 @@ speechSynthesis.getVoices();
|
|||||||
fontSize: 0.75
|
fontSize: 0.75
|
||||||
},
|
},
|
||||||
items: {
|
items: {
|
||||||
labels: [{ name: "Off" }, { name: "VIP" }, { name: "Friends" }, { name: "Everyone" }]
|
labels: [{ name: 'Off' }, { name: 'VIP' }, { name: 'Friends' }, { name: 'Everyone' }]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$app.data.toggleSwitchOptionsFriends = {
|
$app.data.toggleSwitchOptionsFriends = {
|
||||||
layout: {
|
layout: {
|
||||||
backgroundColor: "white",
|
backgroundColor: 'white',
|
||||||
selectedBackgroundColor: "#409eff",
|
selectedBackgroundColor: '#409eff',
|
||||||
selectedColor: "white",
|
selectedColor: 'white',
|
||||||
color: "#409eff",
|
color: '#409eff',
|
||||||
borderColor: "#409eff",
|
borderColor: '#409eff',
|
||||||
fontWeight: "bold",
|
fontWeight: 'bold',
|
||||||
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
@@ -5921,17 +5921,17 @@ speechSynthesis.getVoices();
|
|||||||
fontSize: 0.75
|
fontSize: 0.75
|
||||||
},
|
},
|
||||||
items: {
|
items: {
|
||||||
labels: [{ name: "Off" }, { name: "VIP" }, { name: "Friends" }]
|
labels: [{ name: 'Off' }, { name: 'VIP' }, { name: 'Friends' }]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$app.data.toggleSwitchOptionsOn = {
|
$app.data.toggleSwitchOptionsOn = {
|
||||||
layout: {
|
layout: {
|
||||||
backgroundColor: "white",
|
backgroundColor: 'white',
|
||||||
selectedBackgroundColor: "#409eff",
|
selectedBackgroundColor: '#409eff',
|
||||||
selectedColor: "white",
|
selectedColor: 'white',
|
||||||
color: "#409eff",
|
color: '#409eff',
|
||||||
borderColor: "#409eff",
|
borderColor: '#409eff',
|
||||||
fontWeight: "bold",
|
fontWeight: 'bold',
|
||||||
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
fontFamily: '"Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", "sans-serif"'
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
@@ -5941,7 +5941,7 @@ speechSynthesis.getVoices();
|
|||||||
fontSize: 0.75
|
fontSize: 0.75
|
||||||
},
|
},
|
||||||
items: {
|
items: {
|
||||||
labels: [{ name: "Off" }, { name: "On" }]
|
labels: [{ name: 'Off' }, { name: 'On' }]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -7884,7 +7884,7 @@ speechSynthesis.getVoices();
|
|||||||
};
|
};
|
||||||
|
|
||||||
API.refreshVRCPlusIconsTableData = function (params) {
|
API.refreshVRCPlusIconsTableData = function (params) {
|
||||||
return this.call(`files`, {
|
return this.call('files', {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
params
|
params
|
||||||
}).then((json) => {
|
}).then((json) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user