提交项目配置

This commit is contained in:
j m 2024-03-19 19:41:41 +08:00
parent c23a062b58
commit 9effa36768
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,8 @@ module.exports = {
},
'rules': {
'indent': ['error', 2],
'linebreak-style': ['error', 'unix'],
// 'linebreak-style': ['error', 'unix'],
'linebreak-style': ['error', 'windows'],
'quotes': ['error', 'single'],
'semi': ['error', 'never'],
'no-undef': ['off'],

View File

@ -16,12 +16,12 @@ spec:
# 主题logo地址
logo: /themes/theme-dream/assets/img/logo.png
# 主题地址
website: https://github.com/nineya/halo-theme-dream2.0
website: https://github.com/os-fork-org/halo-theme-dream2.0
# 主题github开源地址
repo: https://github.com/nineya/halo-theme-dream2.0.git
settingName: theme-dream-setting
configMapName: theme-dream-configMap
# 版本号
version: 1.3.0
version: 1.3.0.50
# 最低支持的 Halo 版本
require: ">=2.0.0"