mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
fix: gist url 404 error
This commit is contained in:
parent
252ceb8053
commit
a24432f8ce
@ -119,7 +119,7 @@ const MihomoConfig: React.FC = () => {
|
|||||||
try {
|
try {
|
||||||
const url = await getGistUrl()
|
const url = await getGistUrl()
|
||||||
if (url !== '') {
|
if (url !== '') {
|
||||||
await navigator.clipboard.writeText(`${url}/raw/mihomo-party.yaml`)
|
await navigator.clipboard.writeText(`${url}/raw/clash-party.yaml`)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(e)
|
alert(e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user