feat: lodash 更换为 radash

This commit is contained in:
Rewrite0
2024-04-23 10:46:44 +08:00
parent ca676f9082
commit 31631214bd
4 changed files with 6988 additions and 6004 deletions

View File

@@ -1,4 +1,4 @@
import { omit } from 'lodash';
import { omit } from 'radash';
import type { BangumiAPI, BangumiRule } from '#/bangumi';
import type { ApiSuccess } from '#/api';