Skip to content

Commit

Permalink
chore: 默认超时文案
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Nov 24, 2024
1 parent e20320c commit ffc255f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.301",
"version": "2.14.302",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default {
gistToken: "Please input Gist Token",
defaultUserAgent: "Please input Default User-Agent",
defaultProxy: "Please input Default Proxy/Policy",
defaultTimeout: "Please input Default Timeout (in milliseconds)",
defaultTimeout: "Default Timeout (in milliseconds, default: 8000)",
cacheThreshold: "Please input Cache Threshold (in KB)",
noGithubUser: "Not set GitHub username",
noGistToken: "Not set Gist Token",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export default {
gistToken: '请输入 GitHub 令牌',
defaultUserAgent: '请输入默认 User-Agent',
defaultProxy: '请输入默认代理/策略',
defaultTimeout: '请输入默认超时(单位: 毫秒)',
defaultTimeout: '默认超时(单位: 毫秒, 默认: 8000)',
cacheThreshold: '请输入缓存阈值(单位: KB)',
noGithubUser: '未配置 GitHub 用户名',
noGistToken: '未配置 GitHub 令牌',
Expand Down

0 comments on commit ffc255f

Please sign in to comment.