diff --git a/.gitee/PULL_REQUEST_TEMPLATE/pr_cn.md b/.gitee/PULL_REQUEST_TEMPLATE/pr_cn.md index 00b787bc..05514b2e 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.gitee/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -1,6 +1,6 @@ 首先,感谢你的贡献! 😄 -新特性请提交至 feature 分支,其余可提交至 dev 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~ +提交至 dev 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~ [[English Template / 英文模板](./pr_en.md)] diff --git a/.gitee/PULL_REQUEST_TEMPLATE/pr_en.md b/.gitee/PULL_REQUEST_TEMPLATE/pr_en.md index b3627735..e9bc8559 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE/pr_en.md +++ b/.gitee/PULL_REQUEST_TEMPLATE/pr_en.md @@ -1,6 +1,6 @@ First of all, thank you for your contribution! 😄 -New feature please send pull request to feature branch, and rest to dev branch. Pull request will be merged after one of collaborators approve. Please makes sure that these form are filled before submitting your pull request, thank you! +Please send pull request to dev branch. Pull request will be merged after one of collaborators approve. Please makes sure that these form are filled before submitting your pull request, thank you! [[中文版模板 / Chinese template](./pr_cn.md)] diff --git a/README.md b/README.md index adcd032b..f53cd8a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# RuoYi-Plus-Soybean +
+ +
+ +

一个基于 RuoYi-Vue-Plus 的后端能力和 Soybean Admin 前端特性的现代化多租户管理系统

@@ -12,6 +16,15 @@

+# 📢 重要通知 + +

该项目未首发公测版本,请谨慎在生产环境使用!!!

+

该项目未首发公测版本,请谨慎在生产环境使用!!!

+

该项目未首发公测版本,请谨慎在生产环境使用!!!

+ +> 如果对该项目感兴趣,可以给一个 Star 支持一下,谢谢! +> 请大家踊跃提交 PR 和 Issue,一起完善这个项目 + ## 📋 项目概述 RuoYi-Plus-Soybean 是一个现代化的企业级多租户管理系统,它结合了 RuoYi-Vue-Plus 的强大后端功能和 Soybean Admin 的现代化前端特性,为开发者提供了完整的企业管理解决方案。 @@ -228,7 +241,7 @@ const { tableData, loading, getPaginationData } = useTable(fetchTableData); - **布局组件**:支持多种布局模式和主题 ### UnoCSS使用指南 -项目优先使用UnoCSS来实现样式: +项目优先使用 UnoCSS 来实现样式: ```html
@@ -295,7 +308,7 @@ console.log(t('common.confirm')); ## 🔗 相关链接 - [RuoYi-Vue-Plus](https://gitee.com/dromara/RuoYi-Vue-Plus) - 后端基础框架 -- [Soybean Admin](https://github.com/honghuangdc/soybean-admin) - 前端设计灵感 +- [Soybean Admin](https://github.com/soybeanjs/soybean-admin) - 前端基础框架 - [RuoYi-Plus-Soybean](https://ruoyi.xlsea.cn) - 官方演示站点 ## 📮 联系方式 @@ -308,4 +321,4 @@ console.log(t('common.confirm')); 作者为兼职做开源,平时还需要工作,如果帮到了您可以请作者吃个盒饭 - \ No newline at end of file + diff --git a/package.json b/package.json index 883d472d..cb22b137 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi-vue-plus", "type": "module", - "version": "1.3.13", + "version": "1.0.0-beta.1", "description": "RuoYi-Vue-Plus多租户管理系统", "author": { "name": "xlsea",