From 026a0fc813692dde8a8f8572cae76a77ba91ec96 Mon Sep 17 00:00:00 2001 From: bddjr Date: Mon, 30 Dec 2024 15:47:55 +0800 Subject: [PATCH] 1.1.4 README --- README-zh-CN.md | 16 ++++++---------- README.md | 30 +++++------------------------- 2 files changed, 11 insertions(+), 35 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 2766710..969998f 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -1,6 +1,6 @@ # vite plugin singlefile compression -该插件使用 gzip 将所有 JavaScript、CSS、图片等资源压缩后,嵌入到 `dist/index.html` ,方便作为单个 HTML 文件分享。 +使用 gzip 将所有资源压缩后,嵌入到 `dist/index.html` ,方便作为单个 HTML 文件分享。 接收方可以直接使用浏览器打开,无需手动解压文件。 @@ -97,23 +97,19 @@ export interface Options { https://bddjr.github.io/vite-plugin-singlefile-compression/ ``` -vite v5.4.11 building for production... +vite v6.0.6 building for production... ✓ 45 modules transformed. rendering chunks (1)... -vite-plugin-singlefile-compression 1.1.0 building... +vite-plugin-singlefile-compression 1.1.3 building... file:///D:/bddjr/Desktop/code/js/vite-plugin-singlefile-compression/test/dist/index.html - 101.43 KiB -> 52.35 KiB + 101.02 KiB -> 52.1 KiB Finish. -dist/index.html 53.60 kB -✓ built in 678ms -``` - -```html -Vite App
+dist/index.html 53.35 kB +✓ built in 734ms ``` ## Clone diff --git a/README.md b/README.md index 9888c71..90d369d 100644 --- a/README.md +++ b/README.md @@ -97,39 +97,19 @@ export interface Options { https://bddjr.github.io/vite-plugin-singlefile-compression/ ``` -vite v5.4.11 building for production... +vite v6.0.6 building for production... ✓ 45 modules transformed. rendering chunks (1)... -vite-plugin-singlefile-compression 1.1.0 building... +vite-plugin-singlefile-compression 1.1.3 building... file:///D:/bddjr/Desktop/code/js/vite-plugin-singlefile-compression/test/dist/index.html - 101.43 KiB -> 52.35 KiB + 101.02 KiB -> 52.1 KiB Finish. -dist/index.html 53.60 kB -✓ built in 678ms -``` - -```html -Vite App - -
+dist/index.html 53.35 kB +✓ built in 734ms ``` ## Clone