Skip to content

Commit

Permalink
json编辑器优化
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwhy committed Jun 27, 2024
1 parent fb1f9c4 commit bb9c354
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 130 deletions.
10 changes: 5 additions & 5 deletions dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## 配置编辑器优化

- [] 模板功能排版
- [] 增加重置功能(编辑时)
- [] 增加功能字体大小调整
- [] 增加全屏编辑
- [x] 模板功能排版
- [x] 增加重置功能
- [x] 增加功能字体大小调整
- [x] 增加全屏编辑
- [] 增加自定义模板
- [x] 选择模板后,编辑器不能回退的问题
- [] 修复切换语言,编辑器语言不能切换的问题

## 面版优化

- [] 可自定义展示的模块
- [] 可自定义需要展示的模块

## 各模块视图优化

Expand Down
25 changes: 21 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"idb": "^7.1.1",
"idb-open-plus": "^1.0.0",
"jsonc-parser": "^3.2.0",
"less": "^4.2.0",
"monaco-editor": "^0.39.0",
"npm": "^10.2.3",
"qs": "^6.11.2",
Expand All @@ -51,6 +50,7 @@
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"less": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-bundle-analyzer": "^0.9.2"
Expand Down
Loading

0 comments on commit bb9c354

Please sign in to comment.