chore: 更新仓库地址为实际远程地址 git.metona.cn

- package.json: repository/bugs/homepage 统一替换为 git.metona.cn/MetonaTeam/MetonaToast
- README.md: license badge 链接更新
- site/index.html & demo.html: 页脚和导航 Gitee 链接更新
- 同步构建产物 dist/ 变更
This commit is contained in:
2026-07-23 12:45:30 +08:00
parent b85756c7b9
commit c9704500be
8 changed files with 12 additions and 11 deletions
+3 -3
View File
@@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/thzxx/MetonaToast.git"
"url": "git+https://git.metona.cn/MetonaTeam/MetonaToast.git"
},
"keywords": [
"toast",
@@ -53,9 +53,9 @@
"author": "thzxx",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/thzxx/MetonaToast/issues"
"url": "https://git.metona.cn/MetonaTeam/MetonaToast/issues"
},
"homepage": "https://gitee.com/thzxx/MetonaToast#readme",
"homepage": "https://git.metona.cn/MetonaTeam/MetonaToast#readme",
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",