增加国内站&国际站切换选项

This commit is contained in:
青柠
2026-03-20 09:21:12 +08:00
parent 08691c6207
commit 2b9ae0308e
5 changed files with 40 additions and 25 deletions

View File

@@ -137,6 +137,7 @@ class Database
$this->ensureColumn('accounts', 'updated_at', 'INTEGER DEFAULT 0');
$this->ensureColumn('accounts', 'last_keep_alive_at', 'INTEGER DEFAULT 0');
$this->ensureColumn('accounts', 'remark', "TEXT DEFAULT ''");
$this->ensureColumn('accounts', 'site_type', "TEXT DEFAULT 'china'");
$this->migrateStatsToAccountId();
}