修改克隆项目时的地址
This commit is contained in:
@@ -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'))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user