mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50: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 {
|
||||
const url = await getGistUrl()
|
||||
if (url !== '') {
|
||||
await navigator.clipboard.writeText(`${url}/raw/mihomo-party.yaml`)
|
||||
await navigator.clipboard.writeText(`${url}/raw/clash-party.yaml`)
|
||||
}
|
||||
} catch (e) {
|
||||
alert(e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user