wolfcode
88035326a4
refactor(admin): change default editor from ueditor to wangEditor
...
Due to the recommendation for better performance and user experience,
the default editor in both configuration files and view templates has been
switched from ueditor to wangEditor. The code changes reflect this update by
marking ueditor as '(不建议使用)' (not recommended) and WangEditor as
'(推荐使用)' (recommended). Additionally, the relevant controller file has
been updated to ensure that the correct default editor is loaded based on
the new configuration setting.
2024-06-19 15:30:03 +08:00
wolfcode
df3571534c
Adjust the editor_textarea function to allow $detail parameter as nullable
...
The function signature for `editor_textarea` in common.php has been updated
to accept `$detail` as a nullable string. This change allows the function to handle cases
where `$detail` might not be provided or could be null.
```php
- function editor_textarea(string $detail, string $name = 'desc', string $placeholder = '请输入'): string
+ function editor_textarea(?string $detail, string $name = 'desc', string $placeholder = '请输入'): string
```
2024-06-18 17:36:23 +08:00
wolfcode
417a834593
feat(curd): 初始化下拉、单选、复选字段的后缀和字段类型定义
...
在BuildCurd.php中,新增了下拉字段的后缀定义及相关的字段类型数组初始化,同时对单选框和复选框的后缀及字段类型进行了初始化配置。这些改动将有助于更精确地识别和处理不同类型的表单字段。
2024-06-14 15:15:34 +08:00
wolfcode
070d9494e7
🚀 Layui V2.9.11
2024-06-07 13:38:33 +08:00
wolfcode
6dcd0c8d1f
fix: 修复自动生成页面时获取表字段注释匹配失效
2024-06-07 11:35:46 +08:00
wolfcode
09beccc30b
fix: 当修改后台路径时百度编辑器配置报错
2024-06-07 09:41:07 +08:00
wolfcode
41a444a49d
Update LICENSE
2024-06-06 18:42:20 +08:00
wolfcode
1071c7e1d2
Update Ajax.php
2024-06-06 16:58:41 +08:00
wolfcode
8b1e9e3744
Update README.md
2024-05-23 17:38:40 +08:00
wolfcode
40256d3d4b
Update welcome.html
2024-05-23 17:38:37 +08:00
wolfcode
4974ba7c79
🚀 Layui V2.9.10
2024-05-23 17:34:15 +08:00
wolfcode
9d61503ea6
Update Curd.php
2024-05-14 15:23:40 +08:00
wolfcode
2ec046de07
Update console.php
2024-05-14 13:33:30 +08:00
wolfcode
0c68f2c1ad
Update session.php
2024-05-13 18:30:14 +08:00
wolfcode
a6fd81b0ed
🚀 202405重置版
2024-05-13 11:16:20 +08:00
wolfcode
504ab4c4cf
Fix: 页面存在多个 wangEditor 时获取内容异常
2024-05-08 19:08:34 +08:00
wolfcode
c980a7949f
🚀 Layui V2.9.9
2024-05-08 11:12:04 +08:00
wolfcode
9b1f8f5990
Update: easyadmin相关快捷功能
2024-05-08 11:00:58 +08:00
wolfcode
41ed834201
Update: 百度编辑器上传相关
2024-05-08 11:00:26 +08:00
wolfcode
a9a4f0437d
Update login.js
2024-05-08 10:59:53 +08:00
wolfcode
e234385761
Update CurdGenerate.php
2024-05-08 10:59:49 +08:00
wolfcode
b1c9e8d77e
Update Install.php
2024-04-28 10:09:02 +08:00
wolfcode
ab7f63253e
Update README.md
2024-04-28 09:37:42 +08:00
wolfcode
06e35242ca
Update README.md
2024-04-15 18:36:27 +08:00
wolfcode
1d0b94009f
⚡ 新增HTML编辑器,优化编辑器调用
2024-04-15 18:25:13 +08:00
wolfcode
796c3155c0
🚀 Layui V2.9.8
2024-04-15 18:23:54 +08:00
wolfcode
a72f8ec7b6
update:新增控制搜索Table显示隐藏
2024-03-25 13:54:08 +08:00
wolfcode
79182aa90a
Update BuildCurd.php
2024-03-24 18:57:18 +08:00
wolfcode
9527157611
update:判断是否有初始默认搜索条件
2024-03-15 15:14:01 +08:00
wolfcode
10f76a9248
Layui V2.9.7
2024-03-01 09:48:28 +08:00
wolfcode
72a824f2f4
Update README.md
2024-01-30 09:35:06 +08:00
wolfcode
866486a5a5
Update easy-admin.js
2024-01-23 13:40:54 +08:00
wolfcode
1fd97f49a9
安装程序逻辑修改
2024-01-13 20:50:58 +08:00
wolfcode
0477e4aa4f
Update log.js
2024-01-11 12:00:34 +08:00
wolfcode
69dfce1f88
UEditor Update.
2024-01-06 10:43:08 +08:00
wolfcode
6939bb18f7
优化CURD生成,支持不带表前缀
2023-12-10 12:16:28 +08:00
wolfcode
72d90aea4d
Update curd_generate.js
2023-12-02 13:32:56 +08:00
wolfcode
959fa6687c
优化CURD可视化操作
2023-12-01 00:03:31 +08:00
wolfcode
83165c403c
Update CurdGenerate.php
2023-11-30 18:29:49 +08:00
wolfcode
942ce7c941
演示环境优化
2023-11-30 18:27:43 +08:00
wolfcode
6203da7388
Layui-v2.9.0
2023-11-30 13:18:21 +08:00
wolfcode
daa543f951
CURD可视化操作
2023-11-30 12:54:45 +08:00
wolfcode
da3877cf2e
Update public.css
2023-11-22 17:07:27 +08:00
wolfcode
f82b91df12
安装步骤密码限制
2023-11-22 14:19:53 +08:00
wolfcode
f54e09b108
编辑器兼容curd自动生成
2023-11-20 12:49:20 +08:00
wolfcode
0bd1ec9d04
编辑器兼容curd自动生成
2023-11-20 12:43:05 +08:00
wolfcode
646ccde5fa
简化Textarea写法
2023-11-19 11:16:13 +08:00
wolfcode
0a361f674f
Update edit.html
2023-11-17 22:11:18 +08:00
wolfcode
f7796fb422
Update Images Select.
2023-11-17 21:58:32 +08:00
wolfcode
6e4fbdced5
Delete composer.lock
2023-11-17 12:46:34 +08:00