mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-24 23:00:15 +08:00
✨ 添加 CookieTarget 页面
This commit is contained in:
@@ -4,6 +4,7 @@ export interface TokenResp {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface GlobalConf {
|
||||
platformConf: AllPlatformConf;
|
||||
siteConf: AllSiteConf;
|
||||
@@ -111,3 +112,15 @@ export interface NewCookieParam {
|
||||
export interface DelCookieParam {
|
||||
cookieId: string
|
||||
}
|
||||
|
||||
export interface NewCookieTargetParam {
|
||||
platformName: string;
|
||||
target: string;
|
||||
cookieId: number;
|
||||
}
|
||||
|
||||
export interface DelCookieTargetParam {
|
||||
platformName: string;
|
||||
target: string;
|
||||
cookieId: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user