diff --git a/resources/lang/en/options.yml b/resources/lang/en/options.yml index 9f76d3b9..e3b9d79c 100644 --- a/resources/lang/en/options.yml +++ b/resources/lang/en/options.yml @@ -204,7 +204,7 @@ resources: description: | The CDN URL you give must refer to a mirror of /public directory, all the files of that directory will be loaded as CDN.
- How to verify? Verify if {Your CDN URL}/app/index.js can be accessed. + How to verify? Verify if {Your CDN URL}/app/manifest.json can be accessed. redis: enable_redis: diff --git a/resources/lang/zh_CN/options.yml b/resources/lang/zh_CN/options.yml index 9810659d..555778f8 100644 --- a/resources/lang/zh_CN/options.yml +++ b/resources/lang/zh_CN/options.yml @@ -203,7 +203,7 @@ resources: hint: 如果地址不对将导致前端文件无法加载 description: | 填写的 CDN 地址必须是 /public 目录的镜像,此目录下的所有文件都将会从 CDN 加载。
- 测试方法:检查 {填写的地址}/app/index.js 是否能够访问。 + 测试方法:检查 {填写的地址}/app/manifest.json 是否能够访问。 redis: enable_redis: