Commit Graph

1528 Commits

Author SHA1 Message Date
妙码生花
502b13a091 refactor:优化前台页底样式 2023-12-26 02:27:19 +08:00
妙码生花
7e934bc235 fix:修复可视化 CRUD 富文本字段默认值为 null 时表单打不开的问题 2023-12-26 01:32:26 +08:00
妙码生花
5075fd10b7 refactor:主动重启 Vite 热更新的逻辑优化 2023-12-26 01:15:08 +08:00
妙码生花
e42369fa3b build:去除 easywechat 依赖,添加 guzzlehttp 依赖 2023-12-25 07:31:33 +08:00
妙码生花
0b77b81cf5 refactor:在模块安装/卸载完成之后主动重启 Vite 热更新服务 2023-12-25 07:29:07 +08:00
妙码生花
4b39121131 refactor:在 CRUD 成功之后主动重启 Vite 热更新服务 2023-12-25 07:20:06 +08:00
妙码生花
ba9d283d5d refactor:旧版本 Vite 的禁用热更新相关代码清理 2023-12-25 06:19:06 +08:00
妙码生花
568dbbec1c refactor:新版本 Vite 中需要使用不同的方案禁用热更新 2023-12-25 06:14:54 +08:00
妙码生花
c40035c2f3 feat:模块卸载时按需删除 composer.json 中的 config 2023-12-24 01:35:13 +08:00
妙码生花
c0910bd4f9 feat:编程式删除 composer 配置项的方法实现 2023-12-24 01:32:40 +08:00
妙码生花
8437fe4a9d feat:允许模块更新 composer.json 的 config 2023-12-24 00:57:41 +08:00
妙码生花
3afca5351d feat:编程式调整 composer.json 中的 config 字段支持 2023-12-24 00:47:32 +08:00
妙码生花
35be6d351c style:格式化代码 2023-12-23 13:15:32 +08:00
妙码生花
90b330728c build: eslint和prettier与ESM的兼容 2023-12-23 13:13:37 +08:00
妙码生花
57ef73fb2b build:更新前端依赖 2023-12-23 11:56:06 +08:00
妙码生花
faa3cf24ec refactor:优化逻辑 2023-12-20 16:24:42 +08:00
妙码生花
0767484f73 refactor:优化系统配置数据模型 2023-11-12 21:00:45 +08:00
妙码生花
3d887a3f8a refactor:系统配置中的快捷配置入口使用路由 name 而不再是路由 path 2023-11-12 19:49:23 +08:00
妙码生花
22df7e89f6 refactor:路由动态注册优化 2023-11-12 19:48:01 +08:00
妙码生花
5c1cbec56f refactor:语言包按需加载映射表中的后台入口路径由字面量改为变量 2023-11-12 19:47:25 +08:00
妙码生花
bcb72e4d86 refactor:管理员登录接口返回的路由路径使用的字面量改为变量 2023-11-12 16:31:49 +08:00
妙码生花
ea524c542d fix:修复设置浏览器标题的函数可能失败的问题 2023-11-10 13:32:33 +08:00
妙码生花
4ec35dedce fix:修复初次打开前端时页面标题不完整的问题 2023-11-10 12:28:58 +08:00
妙码生花
7f9ae95ced fix:修复双栏模式子级菜单跳转异常的问题 close #I7ZECR 2023-11-10 12:05:36 +08:00
妙码生花
b3dfdd5a82 refactor:优化获取第一个菜单的函数 2023-11-09 20:57:40 +08:00
妙码生花
e146fc81d8 docs:优化前端公共函数 debounce 的注释 2023-11-09 20:26:25 +08:00
zhuxbo
1e86db5173 style(baTable):通用搜索按钮样式优化 !142 2023-11-07 01:18:44 +00:00
妙码生花
29ce90fcaa refactor:后台会员管理中的会员分组设为必填 2023-11-01 12:00:35 +08:00
妙码生花
9e9b01df40 refactor:优化方法返回值的类型定义 2023-11-01 11:47:23 +08:00
妙码生花
72621a1d99 refactor(install):优化安装控制器细节 2023-11-01 10:49:04 +08:00
妙码生花
3cc0f8f937 feat:发行为 v2.0.4 2023-10-23 21:43:57 +08:00
妙码生花
0858176a66 fix:修复已登录访问登录页 token 被清理的问题 2023-10-23 17:49:10 +08:00
妙码生花
873e47c52b refactor:基础静态路由路径使用的字面量改为变量 2023-10-23 09:29:38 +08:00
妙码生花
085b5fd62c feat:增加静态路由目录,自动加载其中所有文件并注册 2023-10-23 06:51:31 +08:00
妙码生花
3c65797889 style(CRUD):生成代码的 import 语句整理 2023-10-22 19:45:21 +08:00
妙码生花
dfd14f8c88 style(baTable):CRUD生成的表单在小屏设备上的样式优化 2023-10-22 19:16:11 +08:00
妙码生花
ddfb9991e6 style(baTable):表单在小屏设备上的样式优化 2023-10-22 19:12:11 +08:00
妙码生花
b678b9487d refactor:去掉管理员登录成功时的通知提醒信息 2023-10-21 23:35:09 +08:00
妙码生花
7c96cb972d refactor(baTable):使用 onTableHeaderAction('refresh') 刷新数据而不是 getIndex 2023-10-21 22:41:30 +08:00
妙码生花
f2e777fd78 docs(baTable):增加表格刷新事件的注释 2023-10-21 22:25:39 +08:00
妙码生花
45a8e69a02 feat(baTable):快速搜索关键词可通过类实例访问 2023-10-21 21:55:21 +08:00
妙码生花
8ba3b82bc0 perf:优化类型导入 2023-10-21 20:00:05 +08:00
妙码生花
8630e9b317 refactor:优化模块上传安装时的提示信息 2023-10-21 02:17:28 +08:00
妙码生花
226ca38d7a refactor:模块安装预检异常时清理临时文件 2023-10-21 00:47:26 +08:00
妙码生花
f910670cb2 feat:模块上传安装时对系统版本、模块互斥和依赖关系进行检测 2023-10-21 00:09:51 +08:00
妙码生花
50211cc1eb perf:优化创建 zip 的方法 2023-10-17 05:38:27 +08:00
妙码生花
d736154ef6 refactor:方法返回值类型微调 2023-10-16 03:03:05 +08:00
妙码生花
09b9eae48d refactor:在模块 .runtime 文件中记录是否开启纯净模式安装 2023-10-16 01:24:38 +08:00
妙码生花
ce581a11ee refactor:模块禁用时恢复纯净模式被清理的模块文件 2023-10-15 00:06:40 +08:00
妙码生花
2176e5d0a6 refactor:模块禁用恢复文件时,防止因模块升级而备份的模块文件被恢复 2023-10-14 22:35:08 +08:00