diff --git a/README.md b/README.md index a69539f..0965908 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Kunkun Extension ip-info Show your own ip info or search for ip info. + +![](https://i.imgur.com/6rxNyTt.png) \ No newline at end of file diff --git a/demo/ip-info.png b/demo/ip-info.png deleted file mode 100644 index 959a20d..0000000 Binary files a/demo/ip-info.png and /dev/null differ diff --git a/jsr.json b/jsr.json index 5c8bf88..591fdbf 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,9 @@ { "name": "@kunkun/kunkun-ext-ip-info", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["dist", "demo", "README.md", "package.json", "mod.ts"] + "include": ["dist", "README.md", "package.json", "mod.ts"] } } diff --git a/package.json b/package.json index 384149c..3dd03a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-ip-info", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "module": "index.ts", "repository": "https://github.com/kunkunsh/kunkun-ext-ip-info", @@ -16,7 +16,7 @@ "fetch:all" ], "demoImages": [ - "./demo/ip-info.png" + "https://i.imgur.com/6rxNyTt.png" ], "icon": { "type": "iconify", @@ -38,7 +38,6 @@ }, "files": [ "dist", - "demo", "README.md", "package.json", "mod.ts"