alemonjs-aichat 1.0.32 → 1.0.33-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -121,9 +121,9 @@ const getChatConfig = async (e) => {
|
|
|
121
121
|
${botName}:<音色=派蒙-默认><tts=这是派蒙的默认声音哦>`
|
|
122
122
|
: "#### 语音回复: 当前不可用"}
|
|
123
123
|
${isOpenR18 === "1"
|
|
124
|
-
? ""
|
|
124
|
+
? "#### NSFW内容: 不限制"
|
|
125
125
|
: `
|
|
126
|
-
####
|
|
126
|
+
#### NSFW内容:
|
|
127
127
|
当用户发送的消息中包含敏感词时, 提醒用户注意言辞, 并且不回答用户的问题, 务必遵守国家法律法规
|
|
128
128
|
`}
|
|
129
129
|
|
package/package.json
CHANGED