Skip to content

Commit

Permalink
chore: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 13, 2025
1 parent 1d62520 commit a0fa1b8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"extends": ["config:base"],
"schedule": ["every weekend"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":prHourlyLimitNone",
":prConcurrentLimitNone"
],
"dependencyDashboard": true,
"schedule": ["every weekend"],
"packageRules": [
{
"automerge": true,
"matchDepTypes": ["devDependencies"]
}
],
"lockFileMaintenance": {
"enabled": true,
"commitMessageAction": "update lockfile",
"platformAutomerge": true,
"extends": ["group:allNonMajor", "schedule:weekly"]
},
"vulnerabilityAlerts": {
"enabled": true
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@alicloud/cdn20180510": "4.2.2",
"@mdit-vue/plugin-frontmatter": "2.1.3",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-slimsearch": "2.0.0-rc.69",
"@vuepress/plugin-feed": "2.0.0-rc.69",
"@vueuse/core": "12.3.0",
"@vuepress/plugin-slimsearch": "2.0.0-rc.70",
"@vuepress/plugin-feed": "2.0.0-rc.70",
"@vueuse/core": "12.4.0",
"cheerio": "1.0.0",
"cpx2": "8.0.0",
"del": "8.0.0",
Expand All @@ -53,23 +53,23 @@
"vidstack": "1.12.12",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-shared": "2.0.0-rc.67",
"vuepress-theme-hope": "2.0.0-rc.67"
"vuepress-shared": "2.0.0-rc.68",
"vuepress-theme-hope": "2.0.0-rc.68"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "14.1.2",
"@types/node": "22.10.5",
"domhandler": "5.0.3",
"eslint": "9.17.0",
"eslint-config-mister-hope": "0.4.0",
"eslint": "9.18.0",
"eslint-config-mister-hope": "0.4.1",
"eslint-plugin-vue": "9.32.0",
"husky": "9.1.7",
"nano-staged": "0.8.0",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.15.3"
"packageManager": "pnpm@10.0.0"
}
6 changes: 4 additions & 2 deletions site/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export default hopeTheme(
hostname: "https://innenu.com",
repo: "inNENU/resource",

iconAssets: "fontawesome",

editLink: false,
footer: "在东师,就用 inNENU",
copyright: `使用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a> 协议`,
Expand Down Expand Up @@ -71,6 +69,10 @@ export default hopeTheme(
components: ["VidStack"],
},

icon: {
assets: "fontawesome",
},

slimsearch: true,
},
},
Expand Down

0 comments on commit a0fa1b8

Please sign in to comment.