Skip to content

Commit

Permalink
release: v8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Aug 21, 2024
1 parent 0afc558 commit 76bb752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"----------------": "----------------以下字段无需处理--------------------------",
"================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理",
"name": "nav",
"version": "8.8.0",
"version": "8.8.1",
"author": "xiejiahe",
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions src/view/shortcut/index.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@media (max-width: 768px) {
.shortcut {
--padding: 0;
--iconWidth: 35px;
--dockHeight: 51px;
--iconWidth: 43px;
--dockHeight: 59px;
.datetime {
font-size: 40px !important;
}
Expand Down

0 comments on commit 76bb752

Please sign in to comment.