Update package version to 0.0.5, add demo image URL in package.json, and replace local demo image link in README with a direct URL. Remove obsolete demo image file.

This commit is contained in:
Huakun Shen 2025-01-18 23:10:18 -05:00
parent d3a98bebcc
commit ee0a96f86f
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View File

@ -3,4 +3,4 @@
- NPM: https://www.npmjs.com/package/ext
- Store: https://kunkun.sh/store/disk-speed
![](./demo/disk-speed-test.png)
![](https://i.imgur.com/8ISVrRe.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

View File

@ -3,7 +3,7 @@
"name": "kunkun-ext-disk-speed",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-disk-speed",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"kunkun": {
"name": "Disk Speed",
@ -14,7 +14,9 @@
"type": "iconify",
"value": "carbon:meter"
},
"demoImages": [],
"demoImages": [
"https://i.imgur.com/8ISVrRe.png"
],
"permissions": [
"dialog:all",
{