improve migration file + seedbox management

This commit is contained in:
xiaomlove
2022-07-21 15:42:12 +08:00
parent b2e3c2cce3
commit b507c41bf0
33 changed files with 577 additions and 12 deletions

View File

@@ -250,6 +250,8 @@ $lang_usercp = array
'text_two_step_secret_bind_complete_note' => '輸入 code 完成兩步驗證',
'text_two_step_secret_unbind_note' => '輸入 code 取消兩步驗證',
'row_passkey_login_url' => 'Passkey 登錄鏈接',
'row_seed_box' => 'SeedBox',
'add_seed_box_btn' => '登記',
);
?>