From bda0dcfa44083bc99cb3ea7c912025282ad7c2be Mon Sep 17 00:00:00 2001 From: Kaviilee Date: Sun, 5 Jan 2025 20:21:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20token=E6=90=BA=E5=B8=A6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- src/App.vue | 4 ++-- src/service.js | 16 ++++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ef1df5f..8e72dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jx3box/jx3box-comment-ui", - "version": "2.0.1", + "version": "2.0.2", "scripts": { "dev": "env DEV_SERVER=true vue-cli-service serve", "serve": "vue-cli-service serve", @@ -10,8 +10,8 @@ }, "main": "index.js", "dependencies": { - "@jx3box/jx3box-common": "^8.2.18", - "@jx3box/jx3box-common-ui": "^8.7.0", + "@jx3box/jx3box-common": "^8.5.4", + "@jx3box/jx3box-common-ui": "^9.0.27", "@jx3box/jx3box-emotion": "^1.2.8", "core-js": "^3.6.4", "csslab": "^4.0.4", @@ -57,4 +57,4 @@ "engines": { "node": ">= 14 < 17" } -} \ No newline at end of file +} diff --git a/src/App.vue b/src/App.vue index 3cb96ed..79aa0b5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@