add login by passkey

This commit is contained in:
xiaomlove
2022-07-06 13:10:22 +08:00
parent 29fa81f7e0
commit 889413e2a8
8 changed files with 34 additions and 8 deletions
+3 -1
View File
@@ -699,7 +699,8 @@ $lang_settings = array
'text_login_type_warning' => '當遊客訪問方式不為正常時,必須使用秘密登錄才能登錄',
'row_login_secret' => '登錄密鑰',
'text_login_secret_current' => '當前密鑰',
'text_login_url_with_secret' => '登錄鏈接',
'text_login_url_with_secret' => '秘密登錄鏈接',
'text_login_url_with_passkey' => 'passkey 登錄鏈接',
'text_login_secret_regenerate_yes' => '重新生成(保存後會更新並延長有效期)',
'text_login_secret_regenerate_no' => '保持當前(保存後不變)',
'text_login_secret_lifetime' => '有效期',
@@ -764,6 +765,7 @@ $lang_settings = array
'text_approval_status_none_visible_note' => "默認:'是'。若改為'否',審核不為[通過]狀態時強製顯示審核狀態圖標。",
'row_imdb_language' => 'IMDB 語言',
'text_imdb_language_note' => '抓取 IMDB 數據使用的語言。',
'text_login_type_passkey' => 'passkey',
);
?>