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 ffc255f commit 11611f1
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.302",
"version": "2.14.303",
"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 @@ -527,7 +527,7 @@ export default {
defaultUserAgent: "Please input Default User-Agent",
defaultProxy: "Please input Default Proxy/Policy",
defaultTimeout: "Default Timeout (in milliseconds, default: 8000)",
cacheThreshold: "Please input Cache Threshold (in KB)",
cacheThreshold: "Cache Threshold (in KB, default: 1024)",
noGithubUser: "Not set GitHub username",
noGistToken: "Not set Gist Token",
noDefaultUserAgent: "Not set default user-agent",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export default {
defaultUserAgent: '请输入默认 User-Agent',
defaultProxy: '请输入默认代理/策略',
defaultTimeout: '默认超时(单位: 毫秒, 默认: 8000)',
cacheThreshold: '请输入缓存阈值(单位: KB)',
cacheThreshold: '缓存阈值(单位: KB, 默认: 1024)',
noGithubUser: '未配置 GitHub 用户名',
noGistToken: '未配置 GitHub 令牌',
noDefaultUserAgent: '未配置默认 User-Agent',
Expand Down

0 comments on commit 11611f1

Please sign in to comment.