diff --git a/README.md b/README.md index c670fdf3b8..6ab8fe1782 100644 --- a/README.md +++ b/README.md @@ -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 自有部署 diff --git a/package.json b/package.json index 0a732060a3..a3b23df948 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "----------------": "----------------以下字段无需处理--------------------------", "================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理", "name": "nav", - "version": "8.7.0", + "version": "8.8.0", "author": "xiejiahe", "homepage": "https://github.com/xjh22222228/nav", "scripts": { diff --git a/scripts/db.mjs b/scripts/db.mjs index fd7540a9a0..242b5ab6a7 100644 --- a/scripts/db.mjs +++ b/scripts/db.mjs @@ -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: ['博客看点', '博客看点', '个人博客'], diff --git a/scripts/util.mjs b/scripts/util.mjs index d63d2d8a77..38e3718ffa 100644 --- a/scripts/util.mjs +++ b/scripts/util.mjs @@ -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 = '' diff --git a/src/constants/index.ts b/src/constants/index.ts index 56466dd51a..cfb759a982 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.7.0' +export const VERSION = '8.8.0' export const STORAGE_KEY_MAP = { token: 'token', diff --git a/src/view/system/setting/index.component.html b/src/view/system/setting/index.component.html index 5df3d13c8d..375f270c7c 100644 --- a/src/view/system/setting/index.component.html +++ b/src/view/system/setting/index.component.html @@ -336,6 +336,7 @@