调整:更新文档

This commit is contained in:
宇阳
2024-11-22 19:35:13 +08:00
parent 5d5dc9a797
commit 37b6891f86
2 changed files with 9 additions and 4 deletions

View File

@@ -172,9 +172,13 @@ lyy:
## 开源协议
如果对该项目进行二次开发,需将项目进行开源并保留版权 且 禁止任何商业行为
为了项目的生态越来越强大,作者在这里恳请大家保留 `ThriveX` 博客系统版权
希望大家能够请遵守开源协议:**AGPL-3.0 license**
在项目 `Star` 突破 `2K` 后大家可自由选择删除 `or` 保留
如果对该项目进行二次开发,最终需将项目进行开源并保留版权 且 禁止任何商业行为
最后希望大家能够请遵守开源协议:**AGPL-3.0 license**
弘扬开源精神,从你我做起!

View File

@@ -1,7 +1,8 @@
export interface WebType {
id: number,
name: string,
order: number
order: number,
isAdmin: number
}
export interface Web {