mod: 移除黑名单

This commit is contained in:
guozhigq
2023-10-14 16:07:52 +08:00
parent 38a1f2e1f7
commit 8aa02f7450
3 changed files with 45 additions and 5 deletions

View File

@ -291,6 +291,9 @@ class Api {
// 黑名单
static const String blackLst = '/x/relation/blacks';
// 移除黑名单
static const String removeBlack = '/x/relation/modify';
// github 获取最新版
static const String latestApp =
'https://api.github.com/repos/guozhigq/pilipala/releases/latest';