diff --git a/README.md b/README.md index 000ca26..9648ed4 100644 --- a/README.md +++ b/README.md @@ -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) ## 特性 diff --git a/package.json b/package.json index 6bb0802..5c79d8c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/demo.html b/site/demo.html index df54360..8529876 100644 --- a/site/demo.html +++ b/site/demo.html @@ -54,7 +54,7 @@ 首页 文档 演示 - GitHub + Gitee diff --git a/site/index.html b/site/index.html index 1e7a5d0..a6d6ccd 100644 --- a/site/index.html +++ b/site/index.html @@ -72,7 +72,7 @@ 首页 文档 演示 - GitHub + Gitee @@ -198,7 +198,7 @@ orderGroup.dismiss(); // 一键关闭 diff --git a/src/index.js b/src/index.js index 8030f4b..8e4f53c 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ * MetonaToast - 轻量级Toast通知库 * @module metona-toast * @version 2.0.0 - * @author metona + * @author thzxx * @description 轻量、零依赖、精致美观的Toast通知库。单文件,开箱即用。 * @license MIT */