mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
✨ 支持删除 CookieTarget
This commit is contained in:
parent
bc44e40f56
commit
6990f04a74
@ -19,7 +19,7 @@ export default function () {
|
||||
};
|
||||
const handleDelete = (record: CookieTarget) => () => {
|
||||
deleteCookieTarget({
|
||||
cookieId,
|
||||
cookieId: record.cookieId,
|
||||
target: record.target.target,
|
||||
platformName: record.target.platform_name,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user