Demo:修改本地文件操作功能不可用的提示

This commit is contained in:
wanglin2 2023-11-20 14:00:32 +08:00
parent e0d46055a7
commit c0e0fb23e4
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ export default {
more: 'More',
selectFileTip: 'Please select a file',
notSupportTip:
'Your browser or network protocol does not support this feature',
'Your browser does not support this feature, or the current page is not using the HTTPS protocol',
tip: 'Tip',
editingLocalFileTipFront: 'Currently editing your local【',
editingLocalFileTipEnd: '】file',

View File

@ -233,7 +233,7 @@ export default {
formula: '公式',
more: '更多',
selectFileTip: '请选择文件',
notSupportTip: '你的浏览器或网络协议不支持该功能',
notSupportTip: '你的浏览器不支持该功能或者当前页面非https协议',
tip: '提示',
editingLocalFileTipFront: '当前正在编辑你本机的【',
editingLocalFileTipEnd: '】文件',