new: manual icloud sync

This commit is contained in:
lollipopkit
2023-09-12 14:02:31 +08:00
parent 700322c603
commit 9ce7138d9b
5 changed files with 28 additions and 19 deletions

View File

@@ -56,6 +56,7 @@ const participants = <GhId>{
'yuchen1204',
'xgzxmytx',
'wind057',
'a1564471347',
};
const jsonEncoder = JsonEncoder.withIndent(' ');

View File

@@ -1,5 +1,4 @@
const backendUrl = 'https://res.lolli.tech';
const baseResUrl = '$backendUrl/serverbox';
const baseResUrl = 'https://res.lolli.tech/serverbox';
const myGithub = 'https://github.com/lollipopkit';
const appHelpUrl = '$myGithub/flutter_server_box#-help';
const appWikiUrl = '$myGithub/flutter_server_box/wiki';