chore: delete clash core, update CI, change profile name, change URL test link

This commit is contained in:
wonfen
2023-11-22 02:56:47 +08:00
parent 9df1115380
commit dbc626734d
31 changed files with 1327 additions and 974 deletions

View File

@@ -168,7 +168,7 @@ const ProfilePage = () => {
mutateLogs();
});
// 更新所有配置
// 更新所有订阅
const setLoadingCache = useSetRecoilState(atomLoadingCache);
const onUpdateAll = useLockFn(async () => {
const throttleMutate = throttle(mutateProfiles, 2000, {
@@ -185,7 +185,7 @@ const ProfilePage = () => {
return new Promise((resolve) => {
setLoadingCache((cache) => {
// 获取没有正在更新的配置
// 获取没有正在更新的订阅
const items = regularItems.filter(
(e) => e.type === "remote" && !cache[e.uid]
);