Commit Graph

30 Commits

Author SHA1 Message Date
dap
f7d50c7e09 Merge branch 'main' into antdv-next 2026-03-31 10:45:50 +08:00
dap
b58b27ca78 docs: 更新README.md以反映主分支和归档信息 2026-03-31 10:10:02 +08:00
dap
96a9c41032 chore: 修改说明 发布v1-latest 2026-03-23 13:43:28 +08:00
dap
f4461d35a5 chore: node版本需要大于等于22 更改readme等文档说明 2026-03-17 21:57:24 +08:00
dap
db9f840b03 docs: 更新README.md中后端版本说明
由于最新官方分支使用了`tailwind4` 故此版本作为v1的latest版本 不再进行更新

v5版本采用分仓(包)目录结构, 具体开发路径为: `根目录/apps/web-antd`

目前对应后端版本: **分布式5.5.3/微服务2.5.3**

V1.1.0版本已支持离线图标
2026-03-16 20:16:26 +08:00
dap
a250136b93 docs: 移除日语文档并更新主README
删除不再维护的日语版README文件,并将主README从英文版本更新为中文版本,以反映项目当前的实际状态。同时更新了项目介绍、安装说明和贡献指南等内容,使其与RuoYi-Vue-Plus前端项目保持一致。
2026-03-13 10:42:50 +08:00
dap
102f46fa6d docs: 删除日语README并更新主README为中文版
删除 README.ja-JP.md 和 README.zh-CN.md 文件,将主 README.md 内容替换为中文版本。
更新内容以反映项目是基于 vben5 的 RuoYi-Vue-Plus 前端,并包含版本说明、安装指南和配置信息。
2026-03-13 10:37:25 +08:00
Olexandr88
7268824612 Update README.md (#6828)
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2025-11-04 04:34:55 +08:00
菠萝吹雪
6ddfbd84b0 chore: modify the contributor showcase in the README (#6636) 2025-08-16 22:47:08 +08:00
vben
78c7c1589a chore: update readme.md 2025-04-28 23:11:34 +08:00
Vben
dd833ca56b chore: update dependencies and documentation, optimize build toolchain (#6060)
* chore: update packageManager version to pnpm@10.9.0 for compatibility improvements

* chore: Update dependent versions and configurations to improve compatibility and stability

- Update Node version to 22.1.0
- Updated pnpm version to 10.10.0
- Fixed syntax error in prettier command in lintstagedrc
- Update dependent versions in pnpm-lock.yaml to ensure consistency
- Update format and content in README documents to improve readability

* fix: lint error
2025-04-28 23:08:05 +08:00
Trivikram Kamat
dd2b1ed580 fix: install corepack from npm (#5905)
* fix: install corepack from npm

* docs: install corepack from npm
2025-04-27 22:03:35 +08:00
Vben
24d14c2841 refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized

* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
Vben
f815dcf3ae fix: after deleting the form item, you will also get the form value (#4481)
* fix: after deleting the form item, you will also get the form value
2024-09-23 22:59:58 +08:00
Vben
2a83f1d666 feat: add playwright e2e testing framework (#4468)
* feat: add playwright e2e testing framework
2024-09-22 21:35:40 +08:00
invalid w
000172e482 chore(@vben/common-ui): add verify component (#4390)
* chore(@vben/common-ui): 增加拖拽校验组件

* chore: 增加样式

* Merge branch 'main' into wangjue-verify-comp

* chore: 封装action组件

* chore: 拆分完成拖拽功能

* chore: 样式调整为tailwindcss语法

* chore: 导出check图标

* chore: 拖动的图标变为@vben/icons的

* chore: 完成插槽功能迁移

* fix: ci error

* chore: 适配暗黑主题

* chore: 国际化

* chore: resolve conflict

* chore: 迁移v2的图片旋转校验组件

* chore: 完善选择校验demo

* chore: 转换为tailwindcss

* chore: 替换为系统的颜色变量

* chore: 使用interface代替组件的props声明

* chore: 调整props

* chore: 优化demo背景

* chore: follow suggest

* chore: rm unnecessary style tag

* chore: update demo

* perf: improve the experience of Captcha components

---------

Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
2024-09-21 20:52:36 +08:00
Li Kui
84816ef769 chore: add badges (#4260)
* chore: add badges

* docs: fix editLink
2024-08-28 20:43:24 +08:00
Vben
9120d20143 chore: update deps and docs (#4184)
* chore: update deps

* chore: update docs

* chore: update menu
2024-08-18 08:43:00 +08:00
Vben
66808582ff fix: header theme color error (#4170)
* fix: header theme color error

* fix: ci error

* fix: ci error
2024-08-16 22:47:28 +08:00
Vben
738bc456c8 perf: improve login page UI (#4142)
* perf: improve login page UI

* chore: update docs
2024-08-13 21:17:10 +08:00
Vben
b464b87ac5 refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
sea
a9a14fd81a chore: update readme logo size [skip ci] (#4075)
* chore: update readme logo size

* Update README.md

* Update README.md

* Update README.md

* Update README.zh-CN.md

* Update README.ja-JP.md
2024-08-07 23:09:04 +08:00
Ikko Eltociear Ashimine
d41bd31fcd docs: add Japanese README (#4028)
I created Japanese translated README.
2024-08-07 22:29:09 +08:00
Donny Wang
f26b3eddb2 docs: remove invalid spaces (#4057) 2024-08-06 17:51:39 +08:00
Li Kui
407534bd8c chore: update Readme.md 2024-08-01 17:45:47 +08:00
vben
e6403868fc chore: update packages 2024-07-30 21:00:20 +08:00
vben
fe829aa8e7 chore: update README.md 2024-07-28 17:16:50 +08:00
Vben
376fd17a61 feat: Feature/pro docs (#70)
* chore: merge main

* feat: update docs

* feat: remove coze-assistant

* feat: add watermark plugin

* feat: update preferences

* feat: update docs

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-07-28 14:29:05 +08:00
vben
351a41e219 chore: update ci 2024-06-16 23:50:17 +08:00
vben
399334ac57 chore: init project 2024-05-19 21:20:42 +08:00