From 76bb752de2ac0e42cdacf38d91c8f29c3c4d3dd4 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Wed, 21 Aug 2024 23:41:00 +0800 Subject: [PATCH] release: v8.8.1 --- package.json | 2 +- src/constants/index.ts | 2 +- src/view/shortcut/index.component.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ff2dd53d33..1736a8a8e9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "----------------": "----------------以下字段无需处理--------------------------", "================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理", "name": "nav", - "version": "8.8.0", + "version": "8.8.1", "author": "xiejiahe", "homepage": "https://github.com/xjh22222228/nav", "scripts": { diff --git a/src/constants/index.ts b/src/constants/index.ts index cfb759a982..634c956728 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -10,7 +10,7 @@ export const SETTING_PATH = 'data/settings.json' export const SEARCH_PATH = 'data/search.json' -export const VERSION = '8.8.0' +export const VERSION = '8.8.1' export const STORAGE_KEY_MAP = { token: 'token', diff --git a/src/view/shortcut/index.component.scss b/src/view/shortcut/index.component.scss index 6968e5d4a5..b4df4459dc 100644 --- a/src/view/shortcut/index.component.scss +++ b/src/view/shortcut/index.component.scss @@ -13,8 +13,8 @@ @media (max-width: 768px) { .shortcut { --padding: 0; - --iconWidth: 35px; - --dockHeight: 51px; + --iconWidth: 43px; + --dockHeight: 59px; .datetime { font-size: 40px !important; }