mvframe 1.1.10 → 1.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cursor/rules/global-components.mdc +1 -1
- package/.cursor/rules/style-system.mdc +28 -3
- package/dist/composition.js +188 -184
- package/dist/css/cpt.css +1 -1
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +444 -443
- package/package.json +1 -1
- package/scripts/install-codex-agents.js +1 -1
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ function renderCodexAgentsSection() {
|
|
|
53
53
|
|
|
54
54
|
## 全局组件
|
|
55
55
|
|
|
56
|
-
- 模板内优先直接使用 MVFrame 全局组件,不要重复本地 import:\`Frame\`、\`Page\`、\`Table\`、\`Form\`、\`Input\`、\`Textarea\`、\`Select\`、\`SelectV2\`、\`Tabs\`、\`BtnGroup\`、\`Icon\`、\`Loading\`、\`Drawer\`、\`DrawerArea\`、\`Login\`、\`Lang\`。
|
|
56
|
+
- 模板内优先直接使用 MVFrame 全局组件,不要重复本地 import:\`Frame\`、\`Page\`、\`Table\`、\`Form\`、\`Input\`、\`InputNumber\`、\`Textarea\`、\`Mention\`、\`Select\`、\`SelectV2\`、\`Tabs\`、\`BtnGroup\`、\`Icon\`、\`Loading\`、\`Drawer\`、\`DrawerArea\`、\`Login\`、\`Lang\`。
|
|
57
57
|
- 除非 MVFrame 组件确实无法表达该交互,否则不要用原生 DOM、\`el-*\` 组合或第三方组件去重造等价控件。
|
|
58
58
|
- 遇到分段切换、单选按钮组、登录表单、页面外壳、表格、抽屉、加载遮罩、框架导航等场景,先检查 MVFrame 组件是否已经覆盖。
|
|
59
59
|
|