Skip to content

Commit

Permalink
更新 valaxy 依赖至 0.16.4
Browse files Browse the repository at this point in the history
去除 waline 评论插件

.main-content padding-top增加 20 px ,以区分 header
  • Loading branch information
z-xl-t committed Jan 20, 2024
1 parent 1854333 commit abe1f9d
Show file tree
Hide file tree
Showing 19 changed files with 2,424 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"i18n-ally.sortKeys": true,
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
Expand Down
13 changes: 2 additions & 11 deletions demo/valaxy.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineValaxyConfig } from 'valaxy'
import type { ThemeConfig } from 'valaxy-theme-aurora'
import { addonWaline } from 'valaxy-addon-waline'


/**
* User Config
Expand Down Expand Up @@ -141,14 +141,5 @@ export default defineValaxyConfig<ThemeConfig>({
},
],
},
},
// https://github.com/walinejs/waline
// https://waline.js.org/guide/get-started/#vercel-%E9%83%A8%E7%BD%B2-%E6%9C%8D%E5%8A%A1%E7%AB%AF
addons: [
addonWaline({
serverURL: '',
pageview: true,
comment: true,
}),
],
}
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"typescript": "^4.9.5",
"valaxy": "^0.14.40",
"valaxy": "^0.16.4",
"valaxy-theme-aurora": "workspace:*",
"vue-tsc": "^1.2.0"
}
Expand Down
Loading

0 comments on commit abe1f9d

Please sign in to comment.