Skip to content

Commit

Permalink
优化组件功能
Browse files Browse the repository at this point in the history
* feat(EditorMd): 新增emoji使用文档

* feat(Message): 支持传入自定义class

* feat(Select): 支持自定义下拉框的样式名

* feat(CategorySearch): 控制已选择tag所对应下拉框的展开收起状态

* fix(Select): 下拉框宽度和输入框保持一致

* fix(EditorMd): 数据回显时内容超出最大长度做截断

* feat(Select): 支持设置输入框最大长度
  • Loading branch information
xingyan95 authored Apr 22, 2024
1 parent 60d43d6 commit 554919d
Show file tree
Hide file tree
Showing 28 changed files with 1,286 additions and 1,147 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"precommit": "lint-staged",
"scripts": "better-scripts",
"dev": "pnpm scripts run dev",
"dev:site": "pnpm scripts run dev:site",
"build": "pnpm scripts run build",
"build:lib": "pnpm scripts run build:lib",
"build:lib:theme": "pnpm scripts run build:lib:theme",
Expand Down
Loading

0 comments on commit 554919d

Please sign in to comment.