Skip to content

Commit

Permalink
release: v8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Sep 14, 2024
1 parent 02f712d commit 89744f0
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 @@ -21,7 +21,7 @@
"----------------": "----------------以下字段无需处理--------------------------",
"================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理",
"name": "nav",
"version": "8.8.2",
"version": "8.9.0",
"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.2'
export const VERSION = '8.9.0'

export const STORAGE_KEY_MAP = {
token: 'token',
Expand Down
4 changes: 2 additions & 2 deletions src/view/system/index.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<li
nz-menu-item
[nzSelected]="currentMenu === 'collect'"
(click)="goRoute('/system/collect', !isAuthz)"
[nzDisabled]="!isAuthz"
(click)="goRoute('/system/collect', !isAuthz && !isSelfDevelop)"
[nzDisabled]="!isAuthz && !isSelfDevelop"
>
{{ $t('_userCollect') }}
</li>
Expand Down

0 comments on commit 89744f0

Please sign in to comment.