mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Demo:修改本地文件操作功能不可用的提示
This commit is contained in:
parent
e0d46055a7
commit
c0e0fb23e4
@ -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',
|
||||
|
||||
@ -233,7 +233,7 @@ export default {
|
||||
formula: '公式',
|
||||
more: '更多',
|
||||
selectFileTip: '请选择文件',
|
||||
notSupportTip: '你的浏览器或网络协议不支持该功能',
|
||||
notSupportTip: '你的浏览器不支持该功能,或者当前页面非https协议',
|
||||
tip: '提示',
|
||||
editingLocalFileTipFront: '当前正在编辑你本机的【',
|
||||
editingLocalFileTipEnd: '】文件',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user