Skip to content

Commit 6cedca2

Browse files
committed
refactor(config): 修改插件ID以符合命名规范
- 将插件ID由'dsh-tool-bailian-kb'更改为'@ali/bailian-kb-dsh' - 统一插件ID格式,增强识别一致性 - 便于后续维护及模块加载管理
1 parent f0427be commit 6cedca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/tool-bailian-kb/tsdown.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { defineConfig } from 'tsdown'
1313
import { transform } from 'lightningcss'
1414

1515
/** Plugin id stamped into the __ModuleLoader__.load handoff and style tags. */
16-
const PLUGIN_ID = 'dsh-tool-bailian-kb'
16+
const PLUGIN_ID = '@ali/bailian-kb-dsh'
1717

1818
/** The module specifiers the shell shares into the frozen module table. */
1919
const PLATFORM_MODULES = [

0 commit comments

Comments
 (0)