Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Ifar-Xml-Edtor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
Ifar-Xml-Edtor
Commits
02e1e0cb
Commit
02e1e0cb
authored
Jul 16, 2026
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(editor): 统一中文短语的引号格式
- 将中文短语的引号由双引号改为单引号 - 确保对象属性键的引号使用一致 - 优化代码可读性与规范性
parent
a16a05a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/components/CommonXmlEditor.vue
+10
-10
No files found.
src/components/CommonXmlEditor.vue
View file @
02e1e0cb
...
...
@@ -471,16 +471,16 @@ const xmlCompletionSource = (context: CompletionContext) => {
}
const
chinesePhrases
=
EditorState
.
phrases
.
of
({
"Find"
:
"查找"
,
"Replace"
:
"替换"
,
"next"
:
"下一个"
,
"previous"
:
"上一个"
,
"all"
:
"全部"
,
"match case"
:
"区分大小写"
,
"regexp"
:
"正则表达式"
,
"by word"
:
"全字匹配"
,
"replace"
:
"替换"
,
"replace all"
:
"全部替换"
Find
:
'查找'
,
Replace
:
'替换'
,
next
:
'下一个'
,
previous
:
'上一个'
,
all
:
'全部'
,
'match case'
:
'区分大小写'
,
regexp
:
'正则表达式'
,
'by word'
:
'全字匹配'
,
replace
:
'替换'
,
'replace all'
:
'全部替换'
})
const
updateSearchCount
=
(
view
:
EditorView
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment