fix: gist url 404 error

This commit is contained in:
Memory 2025-09-09 10:15:01 +08:00 committed by GitHub
parent 252ceb8053
commit a24432f8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)