Skip to content

Commit

Permalink
chore: 链接文本
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 16, 2024
1 parent 22f8660 commit d42b6d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.62",
"version": "2.14.63",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
12 changes: 6 additions & 6 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
},
url: {
label: 'URL',
placeholder: 'URL (please separate multiple urls with a new line)',
placeholder: 'URL (please separate multiple urls with a new line). Supported parameters: noCache - do not use cache. For example: http://a.com#noCache',
isEmpty: 'URL cannot be empty',
isIllegal: 'Invalid URL',
},
Expand Down Expand Up @@ -209,7 +209,7 @@ export default {
},
url: {
label: 'URL',
placeholder: 'Subscription URL (please separate multiple subscriptions with a new line)',
placeholder: 'Subscription URL (please separate multiple subscriptions with a new line). Supported parameters: noFlow - do not query for flow, noCache - do not use cache. For example: http://a.com?token=1#noFlow&noCache',
isEmpty: 'URL cannot be empty',
isIllegal: 'Invalid URL',
},
Expand Down Expand Up @@ -377,19 +377,19 @@ export default {
label: 'Script Filter',
options: ['Link', 'Script'],
des: ['Type', 'Content'],
placeholder: 'Input Script Link or Internal File like /api/file/name',
placeholder: 'Input Script Link or Internal File like /api/file/name. In addition to the parameters of the script itself, there is support for additional parameters: noCache - do not use cache. For example: http://a.com#a=1&b=2#noCache',
openEditorBtn: 'Open Code Editor',
tipsTitle: 'Script Filter Tips',
tipsDes: '脚本操作操作说明',
tipsDes: 'Use a JavaScript script to modify node information',
},
'Script Operator': {
label: 'Script Operator',
options: ['Link', 'Script'],
des: ['Type', 'Content'],
placeholder: 'Input Script Link',
placeholder: 'Input Script Link or Internal File like /api/file/name. In addition to the parameters of the script itself, there is support for additional parameters: noCache - do not use cache. For example: http://a.com#a=1&b=2#noCache',
openEditorBtn: 'Open Code Editor',
tipsTitle: 'Script Operator Tips',
tipsDes: '脚本操作操作说明',
tipsDes: 'Use a JavaScript script to filter nodes',
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
},
url: {
label: '链接',
placeholder: '链接(多个链接请换行)',
placeholder: '链接(多个链接请换行) 支持参数: noCache 不使用缓存. 例: http://a.com#noCache',
isEmpty: '链接不能为空',
isIllegal: '链接格式非法',
},
Expand Down Expand Up @@ -209,7 +209,7 @@ export default {
},
url: {
label: '链接',
placeholder: '订阅链接(多个订阅请换行)',
placeholder: '订阅链接(多个订阅请换行) 支持参数: noFlow 不查询流量, noCache 不使用缓存. 例: http://a.com?token=1#noFlow&noCache',
isEmpty: '订阅链接不能为空',
isIllegal: '订阅链接格式非法',
},
Expand Down Expand Up @@ -286,7 +286,7 @@ export default {
label: '脚本操作',
options: ['链接', '脚本'],
des: ['类型', '内容'],
placeholder: '填入完整远程脚本链接 或 类似 /api/file/name 的内部文件调用路径',
placeholder: '填入完整远程脚本链接 或 类似 /api/file/name 的内部文件调用路径. 除了脚本本身的参数外, 支持叠加参数: noCache 不使用缓存. 例: http://a.com#a=1&b=2#noCache',
openEditorBtn: '打开脚本编辑器',
tipsTitle: '脚本操作操作提示',
tipsDes: '使用一段 JavaScript 脚本来修改节点信息',
Expand Down Expand Up @@ -388,7 +388,7 @@ export default {
label: '脚本过滤',
options: ['链接', '脚本'],
des: ['类型', '内容'],
placeholder: '填入脚本链接',
placeholder: '填入完整远程脚本链接 或 类似 /api/file/name 的内部文件调用路径. 除了脚本本身的参数外, 支持叠加参数: noCache 不使用缓存. 例: http://a.com#a=1&b=2#noCache',
openEditorBtn: '打开脚本编辑器',
tipsTitle: '脚本过滤器操作提示',
tipsDes: '使用一段 JavaScript 脚本来过滤节点',
Expand Down

0 comments on commit d42b6d0

Please sign in to comment.