mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust system messages
This commit is contained in:
@ -255,7 +255,7 @@ const system_messages = {
|
|||||||
is_user: false,
|
is_user: false,
|
||||||
is_system: true,
|
is_system: true,
|
||||||
is_name: true,
|
is_name: true,
|
||||||
mes: "No one hears you. **Hint:** add more members to the group!",
|
mes: "No one hears you. <b>Hint:</b> add more members to the group!",
|
||||||
},
|
},
|
||||||
generic: {
|
generic: {
|
||||||
name: systemUserName,
|
name: systemUserName,
|
||||||
@ -821,7 +821,6 @@ function messageFormating(mes, ch_name, isSystem, forceAvatar) {
|
|||||||
if (this_chid === undefined && !selected_group) {
|
if (this_chid === undefined && !selected_group) {
|
||||||
mes = mes
|
mes = mes
|
||||||
.replace(/\*\*(.+?)\*\*/g, "<b>$1</b>")
|
.replace(/\*\*(.+?)\*\*/g, "<b>$1</b>")
|
||||||
.replace(/\*(.+?)\*/g, "<i>$1</i>")
|
|
||||||
.replace(/\n/g, "<br/>");
|
.replace(/\n/g, "<br/>");
|
||||||
} else if (!isSystem) {
|
} else if (!isSystem) {
|
||||||
mes = converter.makeHtml(mes);
|
mes = converter.makeHtml(mes);
|
||||||
|
@ -2381,7 +2381,7 @@ input[type="range"]::-webkit-slider-thumb {
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
opacity: 0.6;
|
opacity: 0.85;
|
||||||
text-shadow: 2px 2px 2px var(--black60a);
|
text-shadow: 2px 2px 2px var(--black60a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user