Skip to content

update ui version #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -14,13 +14,27 @@
v.2.x 为springboot 2.x版本,使用jdk8版本
v.3.x 为springboot 3.x版本,使用jdk17版本

## Frontend Framework Version | 前端框架版本说明

| Package | Description | Version |
|-----------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------|
| [@codingapi/ui-framework](https://github.com/codingapi/ui-framework) | UI-Framework | [![npm](https://img.shields.io/npm/v/@codingapi/ui-framework.svg)](https://www.npmjs.com/package/@codingapi/ui-framework) |
| [@codingapi/form-pc](https://github.com/codingapi/form-pc) | Form-PC | [![npm](https://img.shields.io/npm/v/@codingapi/form-pc.svg)](https://www.npmjs.com/package/@codingapi/form-pc) |
| [@codingapi/form-mobile](https://github.com/codingapi/form-mobile) | Form-Mobile | [![npm](https://img.shields.io/npm/v/@codingapi/form-mobile.svg)](https://www.npmjs.com/package/@codingapi/form-mobile) |
| [@codingapi/flow-pc](https://github.com/codingapi/flow-pc) | Flow-PC | [![npm](https://img.shields.io/npm/v/@codingapi/flow-pc.svg)](https://www.npmjs.com/package/@codingapi/flow-pc) |
| [@codingapi/flow-mobile](https://github.com/codingapi/flow-mobile) | Flow-Mobile | [![npm](https://img.shields.io/npm/v/@codingapi/flow-mobile.svg)](https://www.npmjs.com/package/@codingapi/flow-mobile) |


## Project Modules Description | 项目模块介绍

* springboot-starter | Springboot领域驱动框架
* springboot-starter-data-fast | 快速数据呈现框架
* springboot-starter-data-authorization | 数据权限框架
* springboot-starter-flow | 流程引擎框架
* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
* example | 示例DDD项目
* admin-ui | 管理后台UI脚手架
* mobile-ui | 移动端UI脚手架

## SpringBoot DDD Architecture | SpringBoot DDD 框架图

6 changes: 3 additions & 3 deletions admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.8.7",
"@babel/standalone": "^7.25.6",
"@codingapi/flow-pc": "^0.0.23",
"@codingapi/form-pc": "^0.0.23",
"@codingapi/ui-framework": "^0.0.23",
"@codingapi/flow-pc": "^0.0.24",
"@codingapi/form-pc": "^0.0.24",
"@codingapi/ui-framework": "^0.0.24",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@handsontable/react-wrapper": "^15.0.0",
6 changes: 3 additions & 3 deletions mobile-ui/package.json
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@
"private": true,
"dependencies": {
"@babel/standalone": "^7.25.6",
"@codingapi/flow-mobile": "^0.0.23",
"@codingapi/form-mobile": "^0.0.23",
"@codingapi/ui-framework": "^0.0.23",
"@codingapi/flow-mobile": "^0.0.24",
"@codingapi/form-mobile": "^0.0.24",
"@codingapi/ui-framework": "^0.0.24",
"@logicflow/core": "^2.0.10",
"@logicflow/extension": "^2.0.14",
"@reduxjs/toolkit": "^2.2.7",