Commit Graph
83 Commits
Author SHA1 Message Date
Mohamed Hassan 04e1d2f710 + Update from version v2.5.6 to v2.5.7.
+ Update vue i18n library.
+ Update translation files.
2023-09-16 02:30:13 +03:00
piexlMax a4f86354d3 前端eslint调整 2023-09-14 18:47:47 +08:00
Felixs 91c567779b 恢复 btnAuth 2023-09-05 11:00:36 +08:00
piexlMax c4aeeb419e [update] 清理了一些无用文件 2023-08-31 18:17:06 +08:00
197c4c46ab 生成代码模版文件新增了查看详情、详情内图片预览、文件下载 (#1516)
* 生成代码模版文件新增了查看详情、详情内图片预览、文件下载
前端工具文件主要修改了utils>format.js

* 替换富文本组建路径

---------

Co-authored-by: CodeLucifer <tender_zhu@foxamil.com>
2023-08-17 17:22:30 +08:00
piexlMax e73f9ac8f2 增加自动化富文本组件 2023-08-08 12:54:36 +08:00
piexlMax 19987234e5 增加部分功能视频教程快速链接 2023-08-06 15:48:02 +08:00
Mohamed Hassan 766f4281e8 Merge branch 'main' into i18n-dev-new 2023-08-03 16:24:03 +03:00
Mohamed Hassan e85423dd7f Updated to GVA v2.5.6 2023-08-03 12:49:44 +03:00
piexlMax 784dca2baa 路由嵌套情况下保证无边框功能可用 2023-07-11 22:24:47 +08:00
piexlMax 6cff6414c2 修复递归级别下无法将外层layout收起的bug 2023-07-11 22:05:58 +08:00
piexlMax d2d7b22a8f 增加自动化代码图片功能 2023-06-08 23:17:46 +08:00
piexlMax 3456a43028 修复i18n版本和main同步且可用 2023-06-03 14:31:18 +08:00
Mohamed Hassan 372cb363a9 Merge branch 'main' into i18n-dev-new 2022-11-26 19:26:31 +02:00
JaryandGitHub a04982425f closeLoading()的时候先判断接口是否开启了loading,解决showLoading()失效问题 (#1287) 2022-11-25 18:34:25 +08:00
奇淼(piexlmax 9307d08bb6 增加字典方法 showDictLabel(字典,字典value)返回字典 label 2022-11-18 14:40:53 +08:00
Mohamed Hassan b08b1f4d33 Merge branch 'main' into i18n-dev-new 2022-10-10 11:56:30 +02:00
ef35c53712 增加shift+鼠标左键定位代码功能,增加自动创建资源权限标识功能,细节调优。 (#1225)
* fix: 增加索引解决登录太慢的问题

* 增加shift+鼠标左键自动定位到编辑工具代码行的功能

* 过滤功能性标签 防止意外错误

* [utils\validator.go]:修复了当判断字符长度时,当字符串长度为中文,会判断错误。

* 增加资源标识

Co-authored-by: hexiang3000 <91460121+hexiang3000@users.noreply.github.com>
Co-authored-by: fanyibo <29974992@qq.com>
2022-09-21 21:42:10 +08:00
Mohamed Hassan 59a4fea487 Merge branch 'main' into i18n-dev-new 2022-09-14 12:49:50 +02:00
piexlmax e40d785e4e 前端增加插件化示例 2022-06-19 13:02:12 +08:00
piexlmax b6e2cf645b 修复title不跟随参数变更的bug 2022-06-18 23:24:57 +08:00
e0280a56ce 字典优化,tabs优化,自动化代码优化 (#1128)
* server/service/system/sys_dictionary.go: fix 获取字典单条数据时status失效的bug

* 增加关闭状态下折叠内容所在menu的高亮提示

* 修复字典变更无法打开的bug

* 增加详情页签区分功能

* 增加字典详情区分

* 修复字典功能

Co-authored-by: yancunju <yancunju@autouc.com>
2022-06-12 20:23:08 +08:00
Mohamed Hassan d542ff2f73 + Fix issue #1070 by @songzhibin97 in #1071
+ Automatically generate code to add enumeration type support by@HessianZ in #1073
+ Fix code generation problem in docker by@tscuite in #1067
+ Fix replace the method of abandonment by@songzhibin97 in #1075
+ Fix several misuses of okwithdata by@pnck in #1077
+ Fix the problem that pg cannot be used in multi-library mode by@pnck in #1081
+ Fixed the bug that menu jumps must be refreshed under vite2.9.9
+ Added automatic code interception check for empty package
+ Update version from 2.5.1 to 2.5.1b
2022-05-31 00:19:06 +02:00
piexlmax 35255fdaee 将closeThisPage方法从global迁移到utils 2022-05-26 10:26:11 +08:00
Mohamed Hassan 646dea3ea0 + Merge branch 'main' into i18n-dev-new
+ Update version to v2.5.1 beta2.
2022-04-25 23:33:38 +02:00
6add2094a6 v2.5.1 beta2 (#1048)
* 修复日志中间件报文过大的报错问题

* 修复 Token 失效后导致的白屏问题

* 增加自动创建插件模板功能

* 密码加密方式改为 hash

* 增加刷新防抖

Co-authored-by: songzhibin97 <718428482@qq.com>
Co-authored-by: icedays <icedays@163.com>
Co-authored-by: hedeqiang <laravel_code@163.com>
2022-04-25 17:34:17 +08:00
Mohamed Hassan d2e375f8b9 Merge branch 'main' into i18n-dev-new 2022-04-06 13:35:21 +02:00
king 64c46118b0 增加请求发生异常的判断 2022-04-02 17:02:37 +08:00
429353fa54 自动化代码可分包 (#982)
* [style] 修改右上角图标,选择统一风格的iconfont

* 增加路由排错处理

* 未输入tablename时前端自动生成下划线表名方式回滚误删表

* 支持自动化生成package功能

Co-authored-by: bypanghu <bypanghu@163.com>
Co-authored-by: songzhibin97 <718428482@qq.com>
2022-03-26 14:13:26 +08:00
Mohamed Hassan cc6d2b8a3b + Update translations. 2022-03-07 01:08:40 +02:00
Mohamed Hassan adf3d6cfe0 Merge branch 'main' into i18n-dev-new 2022-02-22 11:52:34 +02:00
tscuiteandGitHub f2b92cc6e0 增加前端控制台开启redis (#924)
* 增加前端控制台开启redis

* 修复按钮控制权限加载问题
2022-02-22 11:01:22 +08:00
6a97f39f66 新增按钮权限,增加redis可独立配置 (#923)
* fix jwt to golang-jwt, gin to 1.7.0

* 增加按钮权限功能

* 增加redis可独立配置

Co-authored-by: helight <helight@helight.info>
2022-02-22 00:26:21 +08:00
Mohamed Hassan 2bd337fa38 + Add translation support for backend by passing selected language in request header.
+ Add a new translation middleware.
+ Translated all /api/v1/system/* modules.
+ Translated /api/v1/autocode/auto_code_example.go
+ Increasing server timeout from 20 sec to 30 sec.
+ Fix Chinese translation for confirmation button.
+ Add selected language option to user store.
2022-02-14 14:39:10 +02:00
piexlmax 3a74c9483e 修复了token错误无法退出的bug
修复了字段查询为空的bug
2022-01-07 19:09:41 +08:00
727caf3f4f 放弃vuex改用pinia (#872)
Co-authored-by: bypanghu <bypanghu@163.com>
2022-01-07 12:29:32 +08:00
piexlmax 9ddd280271 调整axios封装 2021-12-31 22:49:15 +08:00
piexlmax df9dc477ed 前端页面改造基本完成 待优化 2021-12-30 22:41:53 +08:00
piexlmax 512e91e2bc 超级管理员 setup 改造完成 2021-12-30 17:06:11 +08:00
piexlmax 274eb56d05 修复自动化代码报错信息提示 2021-12-27 12:10:45 +08:00
蒋吉兆 2c06ca34c0 代码规范性调整 2021-09-21 17:55:18 +08:00
蒋吉兆 d0d13aa287 修复自定义指令修改为vue3模式 2021-09-04 16:27:46 +08:00
蒋吉兆 fa70742a35 适配vite基本完成 2021-09-04 16:21:21 +08:00
蒋吉兆 ebca96d95c 修改vite需要替换的原始配置 2021-09-04 16:04:07 +08:00
piexlmax a785f12fb3 切换为vite模式 2021-09-03 19:20:08 +08:00
krank 6725f6c73a 错误码报错细分 2021-08-31 14:33:51 +08:00
piexlmax a70b2b67ac 自动化代码提示变更 且符合vue3规则 2021-08-26 15:18:31 +08:00
piexlmax 59ffff1a6a 修改vue3 template 2021-08-26 14:32:50 +08:00
piexlmax 265e42f513 vue3版本初版上线 自测已可用 2021-08-26 12:45:41 +08:00
pixel c044fcd2dd 文案调整 2021-06-23 10:46:54 +08:00