chore: 更新项目地址为gitee.com/thzxx/MetonaToast; author改为thzxx
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
[](https://www.npmjs.com/package/metona-toast)
|
||||
[](https://bundlephobia.com/package/metona-toast)
|
||||
[](https://github.com/metona/metona-toast/blob/main/LICENSE)
|
||||
[](https://gitee.com/thzxx/MetonaToast)
|
||||
|
||||
## 特性
|
||||
|
||||
|
||||
+4
-4
@@ -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
@@ -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
@@ -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
@@ -2,7 +2,7 @@
|
||||
* MetonaToast - 轻量级Toast通知库
|
||||
* @module metona-toast
|
||||
* @version 2.0.0
|
||||
* @author metona
|
||||
* @author thzxx
|
||||
* @description 轻量、零依赖、精致美观的Toast通知库。单文件,开箱即用。
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user