chore: 更新项目地址为gitee.com/thzxx/MetonaToast; author改为thzxx
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[](https://www.npmjs.com/package/metona-toast)
|
[](https://www.npmjs.com/package/metona-toast)
|
||||||
[](https://bundlephobia.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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/metona/metona-toast.git"
|
"url": "git+https://gitee.com/thzxx/MetonaToast.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"toast",
|
"toast",
|
||||||
@@ -48,12 +48,12 @@
|
|||||||
"lightweight",
|
"lightweight",
|
||||||
"zero-dependency"
|
"zero-dependency"
|
||||||
],
|
],
|
||||||
"author": "metona",
|
"author": "thzxx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.0",
|
"@babel/core": "^7.22.0",
|
||||||
"@babel/preset-env": "^7.22.0",
|
"@babel/preset-env": "^7.22.0",
|
||||||
|
|||||||
+1
-1
@@ -54,7 +54,7 @@
|
|||||||
<a href="index.html">首页</a>
|
<a href="index.html">首页</a>
|
||||||
<a href="docs.html">文档</a>
|
<a href="docs.html">文档</a>
|
||||||
<a href="demo.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>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
+2
-2
@@ -72,7 +72,7 @@
|
|||||||
<a href="index.html">首页</a>
|
<a href="index.html">首页</a>
|
||||||
<a href="docs.html">文档</a>
|
<a href="docs.html">文档</a>
|
||||||
<a href="demo.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>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -198,7 +198,7 @@ orderGroup.<span class="fn">dismiss</span>(); <span class="cm">// 一键关闭
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
|
|
||||||
<script src="../dist/metona-toast.js"></script>
|
<script src="../dist/metona-toast.js"></script>
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
* MetonaToast - 轻量级Toast通知库
|
* MetonaToast - 轻量级Toast通知库
|
||||||
* @module metona-toast
|
* @module metona-toast
|
||||||
* @version 2.0.0
|
* @version 2.0.0
|
||||||
* @author metona
|
* @author thzxx
|
||||||
* @description 轻量、零依赖、精致美观的Toast通知库。单文件,开箱即用。
|
* @description 轻量、零依赖、精致美观的Toast通知库。单文件,开箱即用。
|
||||||
* @license MIT
|
* @license MIT
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user