Skip to content

Commit

Permalink
release: v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Aug 20, 2024
1 parent 395cec0 commit 7892a6b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

自有部署一直不是发现导航的需求目标,但陆续有人问,决定从`v8.8.0`版本开始支持!

[成为我们的会员](https://cdn.jsdelivr.net/gh/xjh22222228/public@gh-pages/nav/support2.png)
[成为我们的会员](https://cdn.jsdelivr.net/gh/xjh22222228/public@gh-pages/nav/support2.svg)

#### Fork vs 自有部署

Expand Down
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.7.0",
"version": "8.8.0",
"author": "xiejiahe",
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/db.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11033,6 +11033,7 @@ export default [
desc: 'WEB Developer',
url: 'https://www.xiejiahe.com/?from=nav2',
createdAt: '2021-01-23 09:32:06',
top: true,
urls: {},
rate: 5,
breadcrumb: ['博客看点', '博客看点', '个人博客'],
Expand Down
1 change: 1 addition & 0 deletions scripts/util.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export function setWeb(nav) {

function removeIconFont(item) {
delete item.collapsed
delete item.id
item.icon ||= ''
if (typeof item.icon === 'string' && item.icon.startsWith('icon')) {
item.icon = ''
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.7.0'
export const VERSION = '8.8.0'

export const STORAGE_KEY_MAP = {
token: 'token',
Expand Down
1 change: 1 addition & 0 deletions src/view/system/setting/index.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ <h2 class="title">{{ $t('_spiderRule') }}</h2>
</nz-form-item>

<button
*ngIf="isSelfDevelop"
nz-button
nzType="primary"
[nzLoading]="submitting"
Expand Down

0 comments on commit 7892a6b

Please sign in to comment.