feat: Nyanpasu Misc

This commit is contained in:
keiko233
2023-10-20 11:52:40 +08:00
parent 5b4c88f933
commit 89d32f7109
33 changed files with 51 additions and 28 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/keiko233/clash-nyanpasu");
});
return (
@@ -26,7 +26,7 @@ const SettingPage = () => {
<IconButton
size="small"
color="inherit"
title="@zzzgydi/clash-verge"
title="@keiko233/clash-nyanpasu"
onClick={toGithubRepo}
>
<GitHub fontSize="inherit" />