mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add more fields to the context
This commit is contained in:
@@ -4383,12 +4383,16 @@
|
|||||||
return {
|
return {
|
||||||
chat: chat,
|
chat: chat,
|
||||||
characters: characters,
|
characters: characters,
|
||||||
|
groups: groups,
|
||||||
|
worldInfo: world_info_data,
|
||||||
name1: name1,
|
name1: name1,
|
||||||
name2: name2,
|
name2: name2,
|
||||||
characterId: this_chid,
|
characterId: this_chid,
|
||||||
|
groupId: selected_group,
|
||||||
onlineStatus: online_status,
|
onlineStatus: online_status,
|
||||||
addOneMessage: addOneMessage,
|
addOneMessage: addOneMessage,
|
||||||
generate: Generate,
|
generate: Generate,
|
||||||
|
encode: encode,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@@ -728,6 +728,10 @@ display: none;
|
|||||||
/* visibility: hidden; */
|
/* visibility: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rm_characters_block .right_menu_button {
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#rm_characters_topbar {
|
#rm_characters_topbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -749,13 +753,14 @@ display: none;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 1rem;
|
margin: 1rem auto;
|
||||||
margin-top: 1rem;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#character_search_bar {
|
#character_search_bar {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding-left: 0.75em;
|
padding-left: 0.75em;
|
||||||
|
margin-left: 0;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user