合并 refector-new-resource-arch 分支:重构资源架构,将 DPMLContentParser 和 SemanticRenderer 移动到 dpml 目录,解决合并冲突

This commit is contained in:
sean
2025-06-19 14:53:56 +08:00
43 changed files with 542 additions and 7652 deletions

View File

@ -1,7 +1,7 @@
const BasePouchCommand = require('../BasePouchCommand')
const { getGlobalResourceManager } = require('../../resource')
const DPMLContentParser = require('../../resource/DPMLContentParser')
const SemanticRenderer = require('../../resource/SemanticRenderer')
const DPMLContentParser = require('../../dpml/DPMLContentParser')
const SemanticRenderer = require('../../dpml/SemanticRenderer')
const CurrentProjectManager = require('../../../utils/CurrentProjectManager')
const { COMMANDS } = require('../../../../constants')