@lmy54321/design-system 1.3.4 → 1.3.5

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.
@@ -2,7 +2,6 @@
2
2
  description:
3
3
  alwaysApply: true
4
4
  enabled: true
5
- updatedAt: 2026-03-08T12:00:00.000Z
6
5
  provider:
7
6
  ---
8
7
 
@@ -1,8 +1,7 @@
1
1
  ---
2
- description: 当用户提到任何与开始使用设计系统相关的意图时触发,包括但不限于:"初始化项目"、"新建项目"、"搭建项目"、"开始"、"我要开始"、"帮我搭环境"、"怎么用"、"怎么开始"、"从零开始"、"我是新来的"、"第一次用"、"帮我配置"、"搭建开发环境"。注意:用户的电脑可能是全新的,本地可能没有 Node.js,没有任何项目文件,用户也可能完全不懂编程。
2
+ description: 当用户说"初始化项目"、"新建项目"、"搭建项目"、"项目初始化"、"从零搭建项目"时触发。自动完成 React + Vite + @lmy54321/design-system 的完整初始化。
3
3
  alwaysApply: false
4
4
  enabled: true
5
- updatedAt: 2026-03-08T12:00:00.000Z
6
5
  provider:
7
6
  ---
8
7
 
@@ -10,7 +9,7 @@ provider:
10
9
 
11
10
  > **核心原则:假设用户的电脑是全新的,没有任何开发环境,用户也不懂编程。所有步骤必须 AI 全自动完成,不让用户做任何手动操作。**
12
11
 
13
- 当用户表达任何"想开始用"、"帮我搭"、"初始化"、"新建"、"从头开始"等意图时,按以下步骤自动执行,**无需用户确认每一步**:
12
+ 按以下步骤自动执行,**无需用户确认每一步**:
14
13
 
15
14
  ## 环境要求
16
15
 
package/dist/index.js CHANGED
@@ -3761,7 +3761,7 @@ function GridSystemDocs() {
3761
3761
  }
3762
3762
 
3763
3763
  // index.ts
3764
- var VERSION = "1.3.4";
3764
+ var VERSION = "1.3.5";
3765
3765
 
3766
3766
  exports.ActionSheet = ActionSheet;
3767
3767
  exports.BottomActionButtons = BottomActionButtons;
package/dist/index.mjs CHANGED
@@ -3740,7 +3740,7 @@ function GridSystemDocs() {
3740
3740
  }
3741
3741
 
3742
3742
  // index.ts
3743
- var VERSION = "1.3.4";
3743
+ var VERSION = "1.3.5";
3744
3744
 
3745
3745
  export { ActionSheet, BottomActionButtons, BottomNavigationBar, BottomSheet, BottomSheetOption, BottomSheetShareItem, BottomToolbar, Btn, BubbleTip, CardDemo, DRAWER_STATES, Dialog, DraggablePanel, EmptyState, GridSystemDocs, ICON_GROUPS, ICON_NAMES, IcExpand, IcPlan, IconFont, IconGallery, ImageWithFallback, Loading, NewsItem, NotificationBar, POIListItem, PoiItem, Push, SearchBox, SegmentedControl, StatGrid, Switch, Tag, TencentMap, Toast, TopToolbar, TypographyDocs, VERSION, cn, hasFilledVariant };
3746
3746
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmy54321/design-system",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "A comprehensive React component library and design system based on Tailwind CSS and Motion.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",