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