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
+2 -2
View File
@@ -73,7 +73,7 @@
<a href="index.html">首页</a>
<a href="docs.html">文档</a>
<a href="demo.html">演示</a>
<a href="https://gitee.com/thzxx/MetonaToast" target="_blank">Gitee</a>
<a href="https://git.metona.cn/MetonaTeam/MetonaToast" target="_blank">Gitee</a>
</div>
</div>
</nav>
@@ -237,7 +237,7 @@ orderGroup.<span class="fn">dismiss</span>(); <span class="cm">// 一键关闭
</section>
<footer>
<p>MetonaToast v2.0.0 · MIT License · <a href="https://gitee.com/thzxx/MetonaToast">Gitee</a></p>
<p>MetonaToast v2.0.0 · MIT License · <a href="https://git.metona.cn/MetonaTeam/MetonaToast">Gitee</a></p>
</footer>
<script src="../dist/metona-toast.js"></script>