Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue3_onlineEditor
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
vue3_onlineEditor
Commits
680e7d5c
Commit
680e7d5c
authored
Mar 31, 2025
by
qlintonger xeno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: AI格式化processing+41567899
parent
a65a856e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
components.d.ts
+0
-5
src/lib/XMLProcessor/src/core/Processing.ts
+4
-0
No files found.
components.d.ts
View file @
680e7d5c
...
...
@@ -10,19 +10,14 @@ declare module 'vue' {
NButton
:
typeof
import
(
'naive-ui'
)[
'NButton'
]
NCard
:
typeof
import
(
'naive-ui'
)[
'NCard'
]
NConfigProvider
:
typeof
import
(
'naive-ui'
)[
'NConfigProvider'
]
NDataTable
:
typeof
import
(
'naive-ui'
)[
'NDataTable'
]
NInput
:
typeof
import
(
'naive-ui'
)[
'NInput'
]
NLayout
:
typeof
import
(
'naive-ui'
)[
'NLayout'
]
NLayoutContent
:
typeof
import
(
'naive-ui'
)[
'NLayoutContent'
]
NLayoutFooter
:
typeof
import
(
'naive-ui'
)[
'NLayoutFooter'
]
NLayoutHeader
:
typeof
import
(
'naive-ui'
)[
'NLayoutHeader'
]
NMessageProvider
:
typeof
import
(
'naive-ui'
)[
'NMessageProvider'
]
NPopover
:
typeof
import
(
'naive-ui'
)[
'NPopover'
]
NResult
:
typeof
import
(
'naive-ui'
)[
'NResult'
]
NSpace
:
typeof
import
(
'naive-ui'
)[
'NSpace'
]
NSpin
:
typeof
import
(
'naive-ui'
)[
'NSpin'
]
NTree
:
typeof
import
(
'naive-ui'
)[
'NTree'
]
NUpload
:
typeof
import
(
'naive-ui'
)[
'NUpload'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
}
...
...
src/lib/XMLProcessor/src/core/Processing.ts
View file @
680e7d5c
...
...
@@ -19,6 +19,10 @@ export class Processing {
return
this
.
xmlSerializer
.
serializeToString
(
xmlDOM
);
}
dualCompareFromString
(
xmlStringA
:
string
,
xmlStringB
:
string
,
bothHandledNode
:
string
[])
{
}
// 处理 XML 字符串的方法,返回树形数据和 XML DOM 对象
processXML
(
xmlContent
:
string
,
handledNode
:
string
[]):
{
treeData
:
TreeRenderResult
[];
...
...
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