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

@@ -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" />