diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html
index 40ebfe50..9ca0ebb3 100644
--- a/layouts/_partials/init/index.html
+++ b/layouts/_partials/init/index.html
@@ -8,7 +8,7 @@
Called from: layouts/baseof.html.
*/ -}}
-{{- hugo.Store.Set "version" "v1.0.0-alpha-mspj0oak" -}}
+{{- hugo.Store.Set "version" "v1.0.0-alpha-mszfs8xu" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
diff --git a/layouts/_partials/plugin/post-chat-ai.html b/layouts/_partials/plugin/post-chat-ai.html
index 734a020f..e496a29c 100644
--- a/layouts/_partials/plugin/post-chat-ai.html
+++ b/layouts/_partials/plugin/post-chat-ai.html
@@ -80,7 +80,7 @@
{{- with $chatConfig.blackDom -}}
{{- $blackDom = $blackDom | append . -}}
{{- end -}}
- {{- $upLoadWeb := cond (.IsHome | or $password | or (eq .Kind "404")) false $chatConfig.upLoadWeb -}}
+ {{- $upLoadWeb := cond (.IsHome | or $password | or (eq .Kind "404")) false $chatConfig.uploadWeb -}}
{{- $postChatConfig := dict "upLoadWeb" $upLoadWeb "blackDom" $blackDom | merge $chatConfig -}}
{{- $configJS = add $configJS ($postChatConfig | jsonify | printf "var postChatConfig=%s") -}}
{{- end -}}