支持快捷打开github凭据生成页面

This commit is contained in:
itpkcn@gmail.com
2026-03-21 14:15:16 +08:00
parent 24f0b580ce
commit 9e21ac439b
12 changed files with 93 additions and 18 deletions

View File

@@ -75,7 +75,8 @@
"githubToken": "个人访问令牌",
"githubTokenPlaceholder": "ghp_xxxxxxxxxxxx",
"githubTokenHint": "在 GitHub → Settings → Developer settings → Personal access tokens 中生成令牌。",
"githubAuthenticate": "验证并连接"
"githubAuthenticate": "验证并连接",
"generateToken": "生成令牌"
},
"SettingsShell": {
"title": "设置",
@@ -178,6 +179,7 @@
"serverUrlPlaceholder": "https://github.com",
"token": "个人访问令牌",
"tokenPlaceholder": "ghp_xxxxxxxxxxxx",
"generateToken": "生成令牌",
"tokenHint": "在 GitHub → Settings → Developer settings → Personal access tokens 中生成令牌。",
"validateAndAdd": "验证并添加",
"validating": "验证中...",