feat: add theme color param to widget

This commit is contained in:
Tristan Yang
2023-02-08 17:27:10 +08:00
parent ffd68f2c06
commit 9cefd14565
8 changed files with 22 additions and 11 deletions
+1
View File
@@ -195,6 +195,7 @@
"default_value": "Default Value",
"remark": "Remarks",
"param_host": "Assign the user chatting with visitor(User ID)",
"param_theme_color": "The theme color of widget",
"param_close_width": "The width while widget closed",
"param_close_height": "The height while widget closed",
"param_open_width": "The width while widget opened",
+1
View File
@@ -190,6 +190,7 @@
"default_value": "默认值",
"remark": "备注",
"param_host": "指定和谁聊天(用户ID)",
"param_theme_color": "挂件的主题色",
"param_close_width": "挂件关闭态的宽度",
"param_close_height": "挂件关闭态的高度",
"param_open_width": "挂件打开态的宽度",