diff --git a/gulpfile.js b/gulpfile.js index cb75126..5f24bdb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -123,7 +123,7 @@ task('js', () => { }) task('zip', () => { - const target = ['./templates/**', './*.yaml', 'README.md', 'screenshot.png', 'LICENSE'] + const target = ['./templates/**', './*.yaml', 'README.md', 'LICENSE'] return src(target, {base: '.'}) .pipe(zip('halo-theme-dream2.0.zip')) .pipe(dest(distPath)) diff --git a/templates/assets/img/logo.png b/templates/assets/img/logo.png new file mode 100644 index 0000000..ada1589 Binary files /dev/null and b/templates/assets/img/logo.png differ diff --git a/theme.yaml b/theme.yaml index 4061997..fe3f96b 100644 --- a/theme.yaml +++ b/theme.yaml @@ -14,7 +14,7 @@ spec: # 主题描述 description: '梦之城,童话梦境' # 主题logo地址 - logo: https://q1.qlogo.cn/g?b=qq&nk=361654768&s=640 + logo: /themes/theme-dream/assets/img/logo.png # 主题地址 website: https://github.com/nineya/halo-theme-dream2.0 # 主题github开源地址