diff --git a/.eslintrc.js b/.eslintrc.js index a3df97d..c531206 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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'], diff --git a/theme.yaml b/theme.yaml index b091e09..abde17b 100644 --- a/theme.yaml +++ b/theme.yaml @@ -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" \ No newline at end of file