Commit Graph

515 Commits

Author SHA1 Message Date
Bull-BCLS
eab53520c8 feat: 发送短信适配 ContiNew Starter 行为验证码 2023-12-28 23:47:44 +08:00
Charles7c
dea64e62e1 refactor: 新增 Amazon S3 依赖,完善加载、卸载存储库配置 2023-12-27 23:55:47 +08:00
Charles7c
5a2c5be088 feat: 新增部分存储库管理后端 API 2023-12-26 22:58:29 +08:00
Charles7c
ed8bb57fe2 build: 优化编译配置
根据控制台提示优化编译配置:Using deprecated '-debug' fallback for parameter name
resolution. Compile the affected code with '-parameters' instead or
avoid its introspection
2023-12-26 19:39:32 +08:00
Charles7c
b89f281a93 fix: 修复点击代码生成菜单后,再点击其他菜单,对应页面空白的问题
此问题是在新增生成预览功能时引起的

Closes #27
2023-12-26 19:31:56 +08:00
Charles7c
99997c160e style: 优化系统日志详情 Tab 样式 2023-12-26 00:02:13 +08:00
Charles7c
b85d69298d style: 移除部分方法中仅有单个非读操作的事务处理 2023-12-25 22:10:21 +08:00
Charles7c
55effa3658 refactor: 优化系统日志详情
1.增加便捷复制 URL 按钮
2.调整请求数据、响应结果数据布局,更便于超长数据结构展示
2023-12-25 21:59:38 +08:00
Charles7c
26f3167311 revert: 回退 ContiNew Starter 部分日志调整
经过反复思虑,request_uri => request_url
2023-12-25 21:50:24 +08:00
Charles7c
45bd3e10b6 style: 调整后端部分方法名 save => add 2023-12-24 22:39:15 +08:00
Charles7c
2720275b97 chore: 升级前端依赖
1.Arco Design Vue 2.53.0 => 2.53.3
2.Vite 4.5.0 => 4.5.1
3.TypeScript 5.2.2 => 5.3.3
4.unplugin-vue-components 0.25.2 => 0.26.0
5.rollup 4.3.0 => 4.9.1
6.prettier 3.0.3 => 3.1.1
7.sortablejs 1.15.0 => 1.15.1
8.eslint 8.53.0 => 8.56.0
9.stylelint 15.11.0 => 16.0.2
10.lint-staged 15.0.2 => 15.2.0
11.@vueuse/core 10.5.0 => 10.7.0
12.vue-i18n 9.6.5 => 9.8.0
13.vue-tsc 1.8.22 => 1.8.26
14.vue-echarts 6.6.1 => 6.6.5
15.vue-json-pretty 2.2.4 => 2.3.0
16.vue3-colorpicker 2.2.2 => 2.2.3
17.@kangc/v-md-editor 2.3.17 => 2.3.18
18.@commitlint/cli 18.2.0 => 18.4.3
19.@commitlint/config-conventional 18.1.0 => 18.4.3
20.@types/crypto-js 4.1.3 => 4.2.1
21.@types/lodash 4.14.200 => 4.14.202
22.@types/mockjs 1.0.9 => 1.0.10
23.@types/nprogress 0.2.2 => 0.2.3
24.@types/sortablejs 1.15.4 => 1.15.7
25.@typescript-eslint/eslint-plugin 6.9.1 => 6.15.0
26.@typescript-eslint/parser 6.9.1 => 6.15.0
27.@vitejs/plugin-vue 4.4.0 => 4.5.2
28.@vitejs/plugin-vue-jsx 3.0.2 => 3.1.0
29.eslint-config-prettier 9.0.0 => 9.1.0
30.eslint-plugin-import 2.29.0 => 2.29.1
31.eslint-plugin-prettier 5.0.1 => 5.1.2
32.eslint-plugin-vue 9.18.1 => 9.19.2
33.rollup-plugin-visualizer 5.9.2 => 5.11.0
34.stylelint-config-standard 34.0.0 => 35.0.0
35.stylelint-order 6.0.3 => 6.0.4
2023-12-24 14:53:47 +08:00
Charles7c
483c1b4526 chore: 升级后端依赖 2023-12-24 11:49:44 +08:00
Charles7c
5a767c959a refactor: 适配 ContiNew Starter 日志调整 2023-12-23 22:49:18 +08:00
Charles7c
4c24aea560 feat: 新增部分文件管理后端 API 2023-12-23 15:10:51 +08:00
Charles7c
fd0e05f95a refactor: 优化系统日志信息记录
1.简化记录 request_url
2.优化记录操作人信息
2023-12-22 21:58:07 +08:00
Charles7c
ac4283679a fix: 更新仪表盘帮助文档部分过期链接 2023-12-22 21:20:25 +08:00
Charles7c
4df887d826 refactor: 优化查询访客地域分布信息接口 SQL 2023-12-22 21:12:42 +08:00
Charles7c
e6c6e1cb0e refactor: 调整 IBaseEnum 所属包 2023-12-22 21:09:13 +08:00
Charles7c
084942630a refactor: 适配 ContiNew Starter 数据权限解决方案(数据访问模块-MyBatis Plus)
1.移除数据权限相关内容,适配 ContiNew Starter 数据权限解决方案
2.适配 ContiNew Starter 部分包结构变动
2023-12-21 23:24:11 +08:00
Charles7c
4a50e7290e style: 优化部分注释 2023-12-21 21:08:38 +08:00
Charles7c
5d5d882c1a feat: 新增文件管理前端页面初版 2023-12-20 22:54:09 +08:00
Charles7c
505ba49a53 refactor: 优化生成预览功能,增加复制按钮
1.增加复制按钮
2.移除模板内协议头信息
2023-12-20 20:37:37 +08:00
Charles7c
401702972f feat(tool/generator): 代码生成新增生成预览功能 2023-12-19 23:37:02 +08:00
Charles7c
e719d207fb refactor: 发送短信验证码新增限流处理 2023-12-18 21:47:39 +08:00
Charles7c
57b2cc5d2c refactor: 优化部分配置 2023-12-18 20:53:37 +08:00
Charles7c
e3cf2b7e40 refactor: 适配 ContiNew Starter Local Storage(存储模块-本地存储) 2023-12-17 23:51:09 +08:00
Charles7c
4ed4ddd4f0 refactor: 适配 ContiNew Starter 全局异常处理器 2023-12-17 19:49:22 +08:00
Charles7c
8a93ea8f3a fix: 修复由于日志表结构变更引发的仪表盘报错 2023-12-17 18:27:37 +08:00
Charles7c
9bf015059b refactor: 💥 适配 ContiNew Starter Log(日志模块)
1.continew-starter 1.0.1-SNAPSHOT => 1.1.0-SNAPSHOT
2.日志表结构及相关管理 UI 变更
2023-12-17 14:07:44 +08:00
Charles7c
349899b4fc style: 优化由于 Mock 引起的导出报错提示 2023-12-14 20:36:50 +08:00
Charles7c
97c273f99e style: 适配 ContiNew Starter QueryTypeEnum 命名变更 2023-12-13 23:45:46 +08:00
Charles7c
3fdc50d78e fix: 修复代码生成相关错误
1.通用枚举查询无法扫描到 QueryTypeEnum
2.前端路径校验错误
3.部分命名格式修复
2023-12-12 22:38:35 +08:00
Charles7c
3ece42b94e style: 调整枚举配置值为大写 2023-12-12 20:39:33 +08:00
Charles7c
108f1c4ae7 refactor: 优化 API 文档配置 2023-12-12 20:36:46 +08:00
Charles7c
8914b8d9e9 docs: 更新 README 文档部分链接 2023-12-08 19:59:31 +08:00
Charles7c
6035a7b40b build: continew-starter 1.0.0 => 1.0.1-SNAPSHOT 2023-12-05 21:18:01 +08:00
Charles7c
f3fd539491 chore: 更新版本号 2023-12-03 13:35:08 +08:00
Charles7c
d6de317435 release: v2.1.0 2023-12-03 11:40:17 +08:00
Charles7c
e10b64545e docs: 完善 README 文档 2023-12-03 00:13:13 +08:00
Charles7c
b196dcb102 build: continew-starter 1.0.0-SNAPSHOT => 1.0.0 2023-12-02 15:13:22 +08:00
Charles7c
bb59a78573 refactor: 优化数据权限注解 2023-12-01 21:57:42 +08:00
Charles7c
0ac21fc6cb refactor: 优化部分工具类的使用 2023-12-01 21:32:32 +08:00
Charles7c
a34070ffed fix: 修复 mock 被错误关闭的问题 2023-12-01 20:27:15 +08:00
Charles7c
b86fe329d0 refactor: 💥 项目包结构 top.charles7c.cnadmin => top.charles7c.continew.admin 2023-11-30 21:27:06 +08:00
Charles7c
b62095d66e refactor: 使用 ContiNew Starter 全局错误处理配置 2023-11-30 21:12:25 +08:00
Charles7c
c7a4e32994 revert: 回退全局响应结果处理器
1.影响 API 文档生成
2.其他已知及未知影响
2023-11-28 20:58:07 +08:00
Charles7c
8c1c4b0144 refactor: 优化字典 Controller CRUD 注解使用 2023-11-27 22:08:53 +08:00
Charles7c
ce5a2ec931 refactor: 💥 适配 ContiNew Starter CRUD(扩展模块) 2023-11-26 23:22:07 +08:00
Charles7c
ce785ddce2 refactor: 适配 ContiNew Starter Mail(消息模块) 2023-11-26 20:16:51 +08:00
Charles7c
1311ae3603 refactor: 适配 ContiNew Starter Excel(文件处理模块) 2023-11-26 19:20:16 +08:00