Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 927858a

Browse files
committed
Add back gitee update source to maintain compatibility
1 parent 2e25372 commit 927858a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cqhttp/core/helpers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ namespace cqhttp::helpers {
1212
url = "https://raw.githubusercontent.com/richardchien/coolq-http-api-release/master/";
1313
} else if (url == "china" || url == "coding") {
1414
url = "https://coding.net/u/richardchien/p/coolq-http-api-release/git/raw/master/";
15+
} else if (url == "gitee") {
16+
url = "https://gitee.com/richardchien/coolq-http-api-release/raw/master/";
1517
}
1618

1719
if (!boost::ends_with(url, "/")) {

0 commit comments

Comments
 (0)