Skip to content

Commit

Permalink
ADD: 自定义消息显示格式和创建的群组名称格式
Browse files Browse the repository at this point in the history
  • Loading branch information
finalpi committed Nov 21, 2024
1 parent 475be61 commit 1ca9ebf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ ROOM_MESSAGE_GROUP='<b>👤#[(alias)] #[name]: </b>'
## 公众号消息格式(群组下)
OFFICIAL_MESSAGE_GROUP='<b>📣#[name]: </b>'
## 联系人消息格式(群组下)
CONTACT_MESSAGE_GROUP='<b>👤#[alias_first]: </b>'
CONTACT_MESSAGE_GROUP='<b>👤#[alias_first]: </b>'
## 自动创建微信群组的名称格式
CREATE_ROOM_NAME='#[topic]'
## 自动创建联系人群组的名称格式
CREATE_CONTACT_NAME='#[alias]#[[name]]'
## 文字消息显示格式:#[identity]身份文本,#[body]:消息文本,#[br]换行
MESSAGE_DISPLAY='#[identity]#[br]#[body]'

0 comments on commit 1ca9ebf

Please sign in to comment.