mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
refactor(config): 修改插件ID以符合命名规范
- 将插件ID由'dsh-tool-bailian-kb'更改为'@ali/bailian-kb-dsh' - 统一插件ID格式,增强识别一致性 - 便于后续维护及模块加载管理
This commit is contained in:
@@ -13,7 +13,7 @@ import { defineConfig } from 'tsdown'
|
||||
import { transform } from 'lightningcss'
|
||||
|
||||
/** Plugin id stamped into the __ModuleLoader__.load handoff and style tags. */
|
||||
const PLUGIN_ID = 'dsh-tool-bailian-kb'
|
||||
const PLUGIN_ID = '@ali/bailian-kb-dsh'
|
||||
|
||||
/** The module specifiers the shell shares into the frozen module table. */
|
||||
const PLATFORM_MODULES = [
|
||||
|
||||
Reference in New Issue
Block a user