Skip to content

Commit

Permalink
Merge pull request #5 from hiparker/development
Browse files Browse the repository at this point in the history
1.6.3
  • Loading branch information
hiparker authored Apr 26, 2022
2 parents 1cadb4f + 1ef978a commit 0202f23
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 23 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,6 @@

![opsli-9](https://gitee.com/hiparker/opsli-ui/raw/master/repository-images/opsli-9.jpg)

## 授权协议声明

------------

1. 已开源的代码,授权协议采用 Apache Licence v2 进行发行。
2. 您可以免费使用、修改和衍生代码,但不允许修改后和衍生的代码做为闭源软件发布。
3. 修改后和衍生的代码必须也按照AGPL协议进行流通,对修改后和衍生的代码必须向社会公开。
4. 如果您修改了代码,需要在被修改的文件中进行说明,并遵守代码格式规范,帮助他人更好的理解您的用意。
5. 在延伸的代码中(修改和有源代码衍生的代码中)需要带有原来代码中的协议、版权声明和其他原作者规定 需要包含的说明(请尊重原作者的著作权,不要删除或修改文件中的@author信息)。
6. 您可以应用于商业软件,但必须遵循以上条款原则(请协助改进本作品)。
7. 您若套用本平台的一些代码或功能参考,需要在您的软件介绍明显位置说明出处。

------------

1. The open source code, the license agreement adopts Apache Licence v2 for distribution.
2. You can use, modify and derive the code for free, but it is not allowed to release the modified and derived code as closed source software.
3. The modified and derived code must also be circulated in accordance with the AGPL agreement, and the modified and derived code must be disclosed to the public.
4. If you modify the code, you need to explain it in the modified file and follow the code format specification to help others better understand your intentions.
5. In the extended code (modified and derived code from the source code), the agreement, copyright notice and other instructions required by the original author must be included in the original code (please respect the original author’s copyright and do not delete or modify @Author information in the file).
6. You can apply to commercial software, but you must follow the principles of the above terms (please help improve this work).
7. If you apply some codes or function references of this platform, you need to explain the source in an obvious place in your software introduction.

## 作者寄语
感谢Star,感恩相遇,愿世间美好与我们环环相扣,加油!屏幕前的我们,打破桎梏,坚守初心。其实人生改变命运的机会并没有太多,我们并不是不优秀,我们也并不是一无是处,我们也希望驻足山巅被众人仰望,也许我们缺少的只是一个机会,缺少的只是生命中的导师,我希望这个框架帮助到更多的人,希望有一天,我们面试的时候不再胆怯,希望有一天别人看到的不仅仅是你的努力,还有你的功成名就,出人头地。

Expand Down
2 changes: 1 addition & 1 deletion vue-admin-beautiful/src/layouts/components/Ad/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
nodeEnv: process.env.NODE_ENV,
adList: [
{
title: " OPSLI 快速开发平台 V1.6.2 已发布,点我提前体验",
title: " OPSLI 快速开发平台 V1.6.3 已发布,点我提前体验",
url: "https://github.com/hiparker/opsli-boot/releases",
},
{
Expand Down
60 changes: 60 additions & 0 deletions vue-admin-beautiful/src/views/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,66 @@
content: "发布1.6.2 系统优化版",
timestamp: "2022-01-06",
},
{
content: "后端:移除华为OBS log4j风险",
timestamp: "2022-01-06",
},
{
content: "后端:修复查询默认组织sql in 和 not in为空问题",
timestamp: "2022-02-11",
},
{
content: "后端:修复可能会导致分页异常的因素",
timestamp: "2022-03-07",
},
{
content: "后端:修复用户数据权限为全部数据,无组织无法查看数据问",
timestamp: "2022-03-10",
},
{
content: "后端:优化用户登录Token获取方式",
timestamp: "2022-03-17",
},
{
content: "前/后端:新增用户登录日志(租户数据隔离)",
timestamp: "2022-03-18",
},
{
content: "前/后端:新增用户登录日志(租户数据隔离)",
timestamp: "2022-03-18",
},
{
content: "后端:优化系统操作日志为租户数据隔离模式",
timestamp: "2022-03-18",
},
{
content: "后端:修复 系统用户 登录时无菜单陷入死循环问",
timestamp: "2022-03-28",
},
{
content: "后端:修复 登入日志/操作日志 组织机构为空 默认取 request token 的BUG",
timestamp: "2022-03-29",
},
{
content: "后端:修复 锁定账号 数据类型转化失败问题",
timestamp: "2022-04-06",
},
{
content: "后端:修复系统管理员无法 分配租户管理员问题",
timestamp: "2022-04-19",
},
{
content: "后端:OSS文件存储=>公用存储接口",
timestamp: "2022-04-26",
},
{
content: "前/后端:优化头像上传",
timestamp: "2022-04-26",
},
{
content: "发布1.6.3",
timestamp: "2022-04-26",
}
];
data.map((item, index) => {
if (index === data.length - 1) {
Expand Down

0 comments on commit 0202f23

Please sign in to comment.