mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: delete clash core, update CI, change profile name, change URL test link
This commit is contained in:
@@ -8,7 +8,7 @@ export const defaultTheme = {
|
||||
error_color: "#d32f2f",
|
||||
warning_color: "#ed6c02",
|
||||
success_color: "#2e7d32",
|
||||
font_family: `"Roboto", "Helvetica", "Arial", sans-serif`,
|
||||
font_family: `"Roboto", "Helvetica", "Arial", sans-serif, "twemoji mozilla"`,
|
||||
};
|
||||
|
||||
// dark mode
|
||||
|
||||
@@ -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]
|
||||
);
|
||||
|
||||
@@ -16,7 +16,7 @@ const SettingPage = () => {
|
||||
};
|
||||
|
||||
const toGithubRepo = useLockFn(() => {
|
||||
return openWebUrl("https://github.com/zzzgydi/clash-verge");
|
||||
return openWebUrl("https://github.com/wonfen/clash-verge-rev");
|
||||
});
|
||||
|
||||
return (
|
||||
@@ -26,7 +26,7 @@ const SettingPage = () => {
|
||||
<IconButton
|
||||
size="small"
|
||||
color="inherit"
|
||||
title="@zzzgydi/clash-verge"
|
||||
title="@wonfen/clash-verge-rev"
|
||||
onClick={toGithubRepo}
|
||||
>
|
||||
<GitHub fontSize="inherit" />
|
||||
|
||||
Reference in New Issue
Block a user