diff --git a/package.json b/package.json index ff2dd53d3..1736a8a8e 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 cfb759a98..634c95672 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 6968e5d4a..b4df4459d 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; }