diff --git a/README.md b/README.md index 41aa094..3804742 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ - Store: https://kunkun.sh/store/disk-speed  + +This extension's read speed is not accurate. Your OS may cache the test data and result in a much higher speed. +Will be fixed in the future. diff --git a/package.json b/package.json index 9159c36..dfa60d7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "kunkun-ext-disk-speed", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-disk-speed", - "version": "0.0.7", + "version": "0.0.8", "type": "module", "kunkun": { "name": "Disk Speed", diff --git a/src/App.svelte b/src/App.svelte index 7b5f0be..0255841 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -126,6 +126,10 @@ + + This extension's read speed may be inaccurate. Your OS may cache the test + data and result in a much higher speed. Will be fixed in the future. +