diff --git a/src/main.js b/src/main.js
index 04dbdbe5..a601fd87 100644
--- a/src/main.js
+++ b/src/main.js
@@ -6,14 +6,14 @@ Volcanos({river: {
store: {index: ["store"], nodetype: web.SERVER},
}},
product: {name: "办公群", icon: "bi bi-wechat", storm: {
- plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
- "plan", "flows",
+ feel: {name: "相册 feel", icon: "bi bi-images", index: [
+ {index: "feel", args: ["usr/icons/"]}, "draw",
]},
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
"message",
]},
- feel: {name: "相册 feel", icon: "bi bi-images", index: [
- {index: "feel", args: ["usr/icons/"]}, "draw",
+ plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
+ "plan", "flows",
]},
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: [
"matrix",
diff --git a/src/template/aaa.offer/content.html b/src/template/aaa.offer/content.html
index d6116f62..931fa1e5 100644
--- a/src/template/aaa.offer/content.html
+++ b/src/template/aaa.offer/content.html
@@ -1,2 +1,2 @@
-{{.Option "link"}}
+{{.Option "link"}}
\ No newline at end of file
diff --git a/src/template/aaa.offer/subject.html b/src/template/aaa.offer/subject.html
index e4ea6262..ea1a4a7a 100644
--- a/src/template/aaa.offer/subject.html
+++ b/src/template/aaa.offer/subject.html
@@ -1,6 +1,6 @@
{{$lang := .Option "user.lang"}}
{{if eq $lang "en-us"}}
-welcome to {{.Option "user.host"}}, please continue
+welcome to {{.Option "user.host"}} please continue
{{else}}
-欢迎加入 {{.Option "user.host"}},请继续
-{{end}}
+欢迎加入 {{.Option "user.host"}} 请继续
+{{end}}
\ No newline at end of file