Skip to content

Commit dfbf2e1

Browse files
committed
chore: 文案
1 parent e99ca1b commit dfbf2e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.4",
3+
"version": "2.15.5",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/locales/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default {
9292
url: {
9393
label: "URL",
9494
placeholder:
95-
"URL (please separate multiple urls with a new line). Supported parameters: noCache - do not use cache. For example: http://a.com#noCache",
95+
"URL (please separate multiple urls with a new line). Supported parameters: noCache - do not use cache; insecure - do not verify the server certificate. For example: http://a.com#noCache",
9696
isEmpty: "URL cannot be empty",
9797
isIllegal: "Invalid URL",
9898
},

src/locales/zh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
},
119119
url: {
120120
label: '链接',
121-
placeholder: '链接(多个链接请换行) 支持参数: noCache 不使用缓存. 例: http://a.com#noCache',
121+
placeholder: '链接(多个链接请换行) 支持参数: noCache 不使用缓存; insecure 不验证服务器证书. 例: http://a.com#noCache',
122122
isEmpty: '链接不能为空',
123123
isIllegal: '链接格式非法',
124124
},

0 commit comments

Comments
 (0)