修改克隆项目时的地址

This commit is contained in:
2026-02-25 20:35:01 +08:00
parent b6891483ae
commit 79083be9ff
19 changed files with 52 additions and 52 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS user_session (
avatar_seed TEXT NOT NULL,
access_token TEXT NOT NULL,
refresh_token TEXT NOT NULL,
server_url TEXT NOT NULL DEFAULT 'https://funmc.com',
server_url TEXT NOT NULL DEFAULT 'https://fc.funmc.cn',
created_at INTEGER NOT NULL DEFAULT (strftime('%s', 'now'))
);