Skip to content

Commit e5c9b1f

Browse files
committed
fix: 更新一些说明文案
1 parent ca9d081 commit e5c9b1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

code.editor.fpk

-594 Bytes
Binary file not shown.

frontend/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const getPath = async (): Promise<string> => {
6868
return query
6969
}
7070
71-
return await ElMessageBox.prompt('请输入文件路径', '提示', {
71+
return await ElMessageBox.prompt('部分文件可在文件管理中双击文件进行编辑,详见应用介绍', '请输入文件路径', {
7272
confirmButtonText: '确认',
7373
cancelButtonText: '取消',
7474
}).then(({ value }) => {

0 commit comments

Comments
 (0)