certd/packages/ui/certd-client
xiaojunnuo c2ca1ea1e5 chore: 新增插件额外配置功能
- 在插件管理中添加 extra 字段,用于存储额外配置信息
- 实现插件编辑页面的额外配置编辑功能
- 更新数据库结构,增加 extra 列
- 优化代码编辑器的导入方式
- 更新 fast-crud 相关包版本
2025-04-11 14:00:28 +08:00
..
.github 🔱: [client] sync upgrade with 21 commits [trident-sync] 2024-06-15 18:32:36 +00:00
build 🔱: [client] sync upgrade with 7 commits [trident-sync] 2025-03-03 19:24:51 +00:00
public perf: tab增加图标显示 2025-03-30 01:41:27 +08:00
src chore: 新增插件额外配置功能 2025-04-11 14:00:28 +08:00
tests/unit 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.browserslistrc 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.env feat: 升级前端框架,适配手机端 2025-03-06 23:40:58 +08:00
.env.debug 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.env.debugpm 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.env.pm 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.env.production chore: node 16 2023-05-26 14:43:38 +08:00
.eslintignore 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.eslintrc.js chore: 支持手动上传证书并部署 2025-03-18 00:52:50 +08:00
.gitignore 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.npmignore 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
.npmrc perf: 新手导航在非编辑模式下不显示 2024-11-16 01:14:41 +08:00
.prettierrc chore: 支持手动上传证书并部署 2025-03-18 00:52:50 +08:00
CHANGELOG.md v1.32.0 2025-04-05 01:35:54 +08:00
LICENSE 🔱: [client] sync upgrade with 21 commits [trident-sync] 2023-01-29 15:26:45 +08:00
README.md 🔱: [client] sync upgrade with 5 commits [trident-sync] 2025-03-04 19:24:24 +00:00
index.html perf: favicon支持自定义 2024-12-09 00:12:15 +08:00
package.json chore: 新增插件额外配置功能 2025-04-11 14:00:28 +08:00
postcss.config.mjs 🔱: [client] sync upgrade with 7 commits [trident-sync] 2025-03-03 19:24:51 +00:00
tailwind.config.mjs 🔱: [client] sync upgrade with 7 commits [trident-sync] 2025-03-03 19:24:51 +00:00
tsconfig.json chore: 2024-11-06 02:15:30 +08:00
vite.config.ts chore: 集成vben 2025-03-07 18:01:51 +08:00

README.md

fs-admin-antdv

基于vue3、antdv 的 admin管理后台脚手架
更多信息请参考: fast-crud

server端

fs-server-js

https://github.com/fast-crud/fs-server-js

其他相关项目

build

set NODE_OPTIONS=--max-old-space-size=32768 && npm run build

感谢

依赖

参考如下项目

感谢这些优秀的项目