add api host setting

This commit is contained in:
josc146
2023-05-24 22:03:30 +08:00
parent 03a494e1f1
commit f439b3d382
8 changed files with 25 additions and 10 deletions

View File

@@ -55,7 +55,8 @@ class CommonStore {
darkMode: !isSystemLightMode(),
autoUpdatesCheck: true,
giteeUpdatesSource: getUserLanguage() === 'zh',
cnMirror: getUserLanguage() === 'zh'
cnMirror: getUserLanguage() === 'zh',
host: '127.0.0.1'
};
// about
about: AboutContent = manifest.about;