mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-05-14 21:17:45 +08:00
- Added sound settings functionality, allowing users to enable or disable sound effects. - Integrated sound initialization and synchronization with user settings in App.vue. - Updated SettingsModal.vue to include a dedicated sound settings card with toggle functionality. - Enhanced sound management in useSound.ts to support initialization and synchronization with settings store.
32 lines
743 B
JSON
32 lines
743 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"key": "cfapi",
|
|
"label": "Cloudflare",
|
|
"url": "https://cf.api.searchgal.homes"
|
|
},
|
|
{
|
|
"key": "api",
|
|
"label": "香港 雨云",
|
|
"url": "https://api.searchgal.homes"
|
|
},
|
|
{
|
|
"key": "gzapi",
|
|
"label": "广州 腾讯云",
|
|
"url": "https://gz.api.searchgal.homes"
|
|
},
|
|
{
|
|
"key": "jpapi",
|
|
"label": "东京 ClawCloud",
|
|
"url": "https://jp.api.searchgal.homes"
|
|
},
|
|
{
|
|
"key": "deapi",
|
|
"label": "法兰克福 ClawCloud",
|
|
"url": "https://de.api.searchgal.homes"
|
|
}
|
|
],
|
|
"deployUrl": "https://github.com/Moe-Sakura/Wrangler-API",
|
|
"contributeUrl": "https://github.com/Moe-Sakura/frontend/edit/dev/src/data/api.json"
|
|
}
|