Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Jun 21, 2024
1 parent 1354024 commit 361471e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Based on technologies such as .NET 8.0, FreeSql full stack, Autofac, CAP, and Ma
4. Permission Management: Configure groups, menus, actions, permission points, and permission identifiers, supports tree-view list display.
5. Tenant Packages: Configure tenant packages, supports adding/removing package enterprises.
6. Tenant Management: Configure tenants, initialize department, role, and administrator data when adding new tenants, supports tenant package configuration, disabling/enabling features.
7. Dictionary Management: Configure dictionaries, view dictionary types and dictionary data lists, supports maintenance of dictionary types and dictionary data.
7. Dictionary Management: Configure dictionaries, view dictionary types and dictionary data lists, supports maintenance of dictionary types and dictionary data, can export dictionary subclass data.
8. Task Scheduling: View task and task log lists, supports adding new tasks, modifying, starting, executing, pausing, copying tasks, and viewing logs.
9. Cache Management: Query cache lists, supports clearing caches based on cache keys.
10. Interface Management: Configure interfaces, supports interface synchronization for adding permission points and selecting interfaces, supports tree-view list display.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
4. 权限管理:管理权限分组、菜单、权限点,支持树形列表展示。
5. 租户套餐:管理租户套餐,支持租户套餐的菜单权限设置、批量添加和移除企业。
6. 租户管理:管理租户,新增租户后自动初始化租户部门、默认角色和管理员。支持配置套餐、禁用/启用功能。
7. 字典管理:管理数据字典大类及其小类,支持按字典大类联动字典小类。
7. 字典管理:管理数据字典大类及其小类,支持按字典大类联动字典小类,可导出字典小类数据
8. 任务调度:管理和查看任务及其任务运行日志,支持任务新增、修改、删除、启动、暂停、立即执行功能。
9. 缓存管理:缓存列表查询,支持根据缓存键清除缓存
10. 接口管理:管理接口,支持接口同步功能,主要用于新增权限点时选择接口,支持树形列表展示。
Expand Down
14 changes: 7 additions & 7 deletions ui/zhontai.ui.admin.vue3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#### 💒 代码仓库

- vue3.x 版本 <a href="https://github.com/zhontai/admin.ui.plus" target="_blank">https://github.com/zhontai/admin.ui.plus</a>
- vue3.x 版本 <a href="https://github.com/zhontai/Admin.Core/tree/master/ui/zhontai.ui.admin.vue3" target="_blank">zhontai.ui.admin.vue3</a>

#### 🚧 安装 cnpm、yarn

Expand All @@ -45,16 +45,16 @@
#### ⚡ 使用说明

建议使用 cnpm,因为 yarn 有时会报错。<a href="http://nodejs.cn/" target="_blank">node 版本 > 14.18+/16+</a>
建议使用 cnpm,因为 yarn 有时会报错。<a href="http://nodejs.cn" target="_blank">node 版本 > 14.18+/16+</a>

> Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ / 16+ 版本。
```bash
# 克隆项目
git clone https://github.com/zhontai/admin.ui.plus/git
git clone https://github.com/zhontai/Admin.Core.git

# 进入项目
cd admin.ui.plus
cd ui\zhontai.ui.admin.vue3

# 安装依赖
cnpm install
Expand All @@ -74,10 +74,10 @@ cnpm run build

> 中台 admin 开发群(2000 人群)。
- 中台 admin 开发群:<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=99e2f5cbf895d14aa61f4d038f3cfcb4a778f69e04e529394ada1bb307e6ded4">1058693879</a>
- QQ 群号:<a target="_blank" href="//qm.qq.com/cgi-bin/qm/qr?k=zjVRMcdD_oxPokw7zG1kv8Ud4kPJUZAk&jump_from=webapi&authKey=smP6idH1QaIqi6NSiBck8nZuY1BokW4fpi/IGcRi6w/Xt/HTyqfqrC5WpVRsSi22">1058693879</a>

<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=99e2f5cbf895d14aa61f4d038f3cfcb4a778f69e04e529394ada1bb307e6ded4">
<img src="https://www.zhontai.net/imgs/qq-group-1058693879.png" width="220" height="220" alt="中台admin 开发群" title="中台admin 开发群"/>
<a target="_blank" href="//qm.qq.com/cgi-bin/qm/qr?k=zjVRMcdD_oxPokw7zG1kv8Ud4kPJUZAk&jump_from=webapi&authKey=smP6idH1QaIqi6NSiBck8nZuY1BokW4fpi/IGcRi6w/Xt/HTyqfqrC5WpVRsSi22">
<img src="https://zhontai.net/images/qq-group-1058693879.png" width="220" height="220" alt="中台admin 开发群" title="中台admin 开发群"/>
</a>

#### 💕 特别感谢
Expand Down

0 comments on commit 361471e

Please sign in to comment.