chore: 更新项目地址为gitee.com/thzxx/MetonaToast; author改为thzxx

This commit is contained in:
tianhao
2026-06-16 13:36:17 +08:00
parent 3ab10f89a4
commit de44c04c35
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
[![npm version](https://img.shields.io/npm/v/metona-toast.svg)](https://www.npmjs.com/package/metona-toast)
[![bundle size](https://img.shields.io/bundlephobia/minzip/metona-toast)](https://bundlephobia.com/package/metona-toast)
[![license](https://img.shields.io/npm/l/metona-toast.svg)](https://github.com/metona/metona-toast/blob/main/LICENSE)
[![license](https://img.shields.io/badge/license-MIT-green.svg)](https://gitee.com/thzxx/MetonaToast)
## 特性
+4 -4
View File
@@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/metona/metona-toast.git"
"url": "git+https://gitee.com/thzxx/MetonaToast.git"
},
"keywords": [
"toast",
@@ -48,12 +48,12 @@
"lightweight",
"zero-dependency"
],
"author": "metona",
"author": "thzxx",
"license": "MIT",
"bugs": {
"url": "https://github.com/metona/metona-toast/issues"
"url": "https://gitee.com/thzxx/MetonaToast/issues"
},
"homepage": "https://github.com/metona/metona-toast#readme",
"homepage": "https://gitee.com/thzxx/MetonaToast#readme",
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
+1 -1
View File
@@ -54,7 +54,7 @@
<a href="index.html">首页</a>
<a href="docs.html">文档</a>
<a href="demo.html">演示</a>
<a href="https://github.com/metona/metona-toast" target="_blank">GitHub</a>
<a href="https://gitee.com/thzxx/MetonaToast" target="_blank">Gitee</a>
</div>
</div>
</nav>
+2 -2
View File
@@ -72,7 +72,7 @@
<a href="index.html">首页</a>
<a href="docs.html">文档</a>
<a href="demo.html">演示</a>
<a href="https://github.com/metona/metona-toast" target="_blank">GitHub</a>
<a href="https://gitee.com/thzxx/MetonaToast" target="_blank">Gitee</a>
</div>
</div>
</nav>
@@ -198,7 +198,7 @@ orderGroup.<span class="fn">dismiss</span>(); <span class="cm">// 一键关闭
</section>
<footer>
<p>MetonaToast v2.0.0 · MIT License · <a href="https://github.com/metona/metona-toast">GitHub</a></p>
<p>MetonaToast v2.0.0 · MIT License · <a href="https://gitee.com/thzxx/MetonaToast">Gitee</a></p>
</footer>
<script src="../dist/metona-toast.js"></script>
+1 -1
View File
@@ -2,7 +2,7 @@
* MetonaToast - 轻量级Toast通知库
* @module metona-toast
* @version 2.0.0
* @author metona
* @author thzxx
* @description 轻量、零依赖、精致美观的Toast通知库。单文件,开箱即用。
* @license MIT
*/