1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-13 11:18:15 +01:00

docs: update theme version ()

This commit is contained in:
Dillon 2025-03-13 08:02:22 +08:00 committed by GitHub
parent 83c53e35ff
commit 70e2233b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {