From 4ad0ffe4aa7e21bba56bb5911da5db8106e780d8 Mon Sep 17 00:00:00 2001 From: waterbang Date: Thu, 26 Oct 2023 18:31:10 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20[plugin/cli]=20cli-0.4.8=20client-0.4.2?= =?UTF-8?q?=20=E9=80=9A=E4=BF=A1=E4=B8=AD=E9=9C=80=E8=A6=81=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E7=9A=84=E6=98=AF=E5=AF=B9=E6=96=B9=E7=9A=84=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plaoc/cli/plaoc.ts | 2 +- plaoc/demo/src/pages/DwebServiceWorker.vue | 12 ++---------- plaoc/scripts/npm.cli.json | 2 +- plaoc/scripts/npm.client.json | 2 +- .../components/dweb-service-worker/FetchEvent.ts | 5 +++-- plaoc/src/server/http-external-server.ts | 1 + 6 files changed, 9 insertions(+), 15 deletions(-) diff --git a/plaoc/cli/plaoc.ts b/plaoc/cli/plaoc.ts index 296a8db929..7b27c9219f 100755 --- a/plaoc/cli/plaoc.ts +++ b/plaoc/cli/plaoc.ts @@ -12,7 +12,7 @@ import { doWebAdvCommand } from "./web-dav.ts"; await new Command() .name("@plaoc/cli") .description("plaoc front-end and back-end packaging tools.") - .version(`v0.4.7`) + .version(`v0.4.8`) .command("serve", doServeCommand) .example("developer service", "plaoc serve http://xx.xx.xx.xx:xxxx/") diff --git a/plaoc/demo/src/pages/DwebServiceWorker.vue b/plaoc/demo/src/pages/DwebServiceWorker.vue index 670e84dac3..daa8eab232 100644 --- a/plaoc/demo/src/pages/DwebServiceWorker.vue +++ b/plaoc/demo/src/pages/DwebServiceWorker.vue @@ -1,7 +1,7 @@