diff --git a/README.md b/README.md index 09e4363..b578905 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ - NPM Package: https://www.npmjs.com/package/kunkun-ext-git-skyline - Store: https://kunkun.sh/store/git-skyline -![](./demo/transparent.png) +![](https://i.imgur.com/itYe0pQ.png) \ No newline at end of file diff --git a/demo/transparent.png b/demo/transparent.png deleted file mode 100644 index 527f7e5..0000000 Binary files a/demo/transparent.png and /dev/null differ diff --git a/package.json b/package.json index 673a973..dd81af5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "kunkun-ext-git-skyline", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline", - "version": "0.0.10", + "version": "0.0.11", "type": "module", "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "@kksh/api": "^0.0.48", + "@kksh/api": "^0.0.52", "@kksh/vue": "0.1.4", "@radix-icons/vue": "^1.0.0", "class-variance-authority": "^0.7.0", @@ -41,7 +41,7 @@ "type": "iconify", "value": "tabler:building-skyscraper" }, - "demoImages": [], + "demoImages": ["https://i.imgur.com/itYe0pQ.png"], "permissions": [ "clipboard:read-all" ],