1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14:51 +00:00

fix: change webui port

This commit is contained in:
2023-11-22 21:02:00 +08:00
parent 5e9615542c
commit 8fe578615d
8 changed files with 13 additions and 13 deletions
@@ -9,6 +9,6 @@ export async function initAppConfigStore() {
appStore.setRepository(
(repositoryValueMap[config?.repository] as 'global' | 'china') ?? 'global',
);
appStore.setWebuiUrl(config?.webuiUrl ?? '127.0.0.1:22367');
appStore.setWebuiUrl(config?.webuiUrl ?? '127.0.0.1:23467');
appStore.setAlasPath(config?.alasPath ?? '');
}