1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-04-27 06:06:20 +02:00

docs: update theme version

This commit is contained in:
Dillon 2025-03-13 07:59:57 +08:00
parent 83c53e35ff
commit 0baf3862ec
2 changed files with 4 additions and 4 deletions
layouts/partials
package.json

View file

@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "0.3.0" -}}
{{- .Scratch.Set "version" "0.3.1-DEV" -}}
{{- $params := .Params | merge .Site.Params.page -}}
@ -22,8 +22,8 @@
{{- .Scratch.Set "comment" dict -}}
{{- end -}}
{{- else if eq .Site .Sites.Default -}}
{{- warnf "Current environment is \"development\". The \"comment system\", \"CDN\" and \"fingerprint\" will be disabled.\n" -}}
{{- warnf "当前运行环境是 \"development\". \"评论系统\", \"CDN\" 和 \"fingerprint\" 不会启用.\n" -}}
{{- warnf "Current environment is not \"production\". The \"comment system\", \"CDN\" and \"fingerprint\" will be disabled.\n" -}}
{{- warnf "当前运行环境不是 \"production\". \"评论系统\", \"CDN\" 和 \"fingerprint\" 不会启用.\n" -}}
{{- end -}}
{{- .Scratch.Set "params" $params -}}

View file

@ -1,6 +1,6 @@
{
"name": "loveit-src",
"version": "0.3.0",
"version": "0.3.1",
"description": "LoveIt theme source file",
"private": true,
"devDependencies": {