Skip to content

Commit

Permalink
Merge pull request #769 from EdiWang/master
Browse files Browse the repository at this point in the history
Release v14.1.0
  • Loading branch information
EdiWang authored Dec 31, 2023
2 parents 0cb4cc6 + 634584b commit 14a2d53
Show file tree
Hide file tree
Showing 56 changed files with 1,479 additions and 1,686 deletions.
14 changes: 14 additions & 0 deletions DISCLAIMER_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# 免责申明(仅限中国用户)

此项目及其配套组件均为免费开源的产品,仅用于学习交流,并且不直接向中国提供服务,中国用户请于下载后立即删除。

任何中国境内的组织及个人不得使用此项目及其配套组件构建任何形式的面向中国境内用户的网站或服务。

不可用于任何违反中华人民共和国(含台湾省)或使用者所在地区法律法规的用途。

因为作者即本人仅完成代码的开发和开源活动(开源即任何人都可以下载使用),从未参与用户的任何运营和盈利活动。

且不知晓用户后续将程序源代码用于何种用途,故用户使用过程中所带来的任何法律责任即由用户自己承担。

[《开源软件有漏洞,作者需要负责吗?是的!》](https://go.edi.wang/aka/os251)
140 changes: 0 additions & 140 deletions Deployment/install.sh

This file was deleted.

10 changes: 10 additions & 0 deletions Deployment/mssql-migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- v14.1.0

ALTER TABLE FriendLink ADD [Rank] INT
GO

UPDATE FriendLink SET [Rank] = 0
GO

ALTER TABLE FriendLink ALTER COLUMN [Rank] INT NOT NULL
GO
29 changes: 0 additions & 29 deletions Deployment/uninstall.sh

This file was deleted.

Loading

0 comments on commit 14a2d53

Please sign in to comment.