fix: 将硬编码的上游 GitHub URL 改为 fork 地址

Home.vue、Playground.vue、parser/pom.xml 中的 qaiu/netdisk-fast-download
URL 全部替换为 yukaidi1220/netdisk-fast-download。
This commit is contained in:
yukaidi
2026-05-29 10:09:49 +08:00
parent 1d243b8f1b
commit c62e109aff
3 changed files with 11 additions and 11 deletions

View File

@@ -35,9 +35,9 @@
</developers>
<scm>
<connection>scm:git:https://github.com/qaiu/netdisk-fast-download.git</connection>
<developerConnection>scm:git:ssh://git@github.com:qaiu/netdisk-fast-download.git</developerConnection>
<url>https://github.com/qaiu/netdisk-fast-download</url>
<connection>scm:git:https://github.com/yukaidi1220/netdisk-fast-download.git</connection>
<developerConnection>scm:git:ssh://git@github.com:yukaidi1220/netdisk-fast-download.git</developerConnection>
<url>https://github.com/yukaidi1220/netdisk-fast-download</url>
</scm>
<distributionManagement>