Commit c6655249 by qlintonger xeno

feat: 删除额外内容

parent 475e297c
import { Processing } from '@/lib/XMLProcessor/src/core/Processing.ts'
import { getCurrentInstance, Plugin } from 'vue'
import TextA from '@/assets/file/CES-QEC-V250-A.xml?raw'
import TextB from '@/assets/file/Trans-Convert.xml?raw'
import { contentHoldNode, nodeSet } from '@/configs/node.config'
const p = new Processing()
// @ts-ignore
window.$p = function () {
let nodeV = p.dualCompareFromString(TextA, TextB, nodeSet, contentHoldNode)
console.log('v-h', nodeV)
}
// @ts-ignore
window.$ap = function() {
}
export const XMLProcessing: Plugin = function (app) {
app.provide('xmlProcessing', p)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment