remove min-height, add history selector, change chat selector to link node
This commit is contained in:
@@ -8,8 +8,11 @@ if (typeof window.globalsLoaded === "undefined") {
|
||||
conversationsCheckbox: ".conversation-checkbox:checked",
|
||||
confirmDeleteButton: "button.btn.btn-danger",
|
||||
threeDotButton: '[id^="radix-"]',
|
||||
//Select history div that contains all chats
|
||||
HISTORY: '[id^="history"]',
|
||||
// 更新为新的对话选择器格式
|
||||
CONVERSATION_SELECTOR: '[href^="/c/"]',
|
||||
// Updated Converstation selector changed to link nodes
|
||||
CONVERSATION_SELECTOR: "a",
|
||||
// 更新标题选择器,保持相对路径
|
||||
TITLE_SELECTOR: ".relative.grow.overflow-hidden.whitespace-nowrap",
|
||||
INTERACTIVE_ELEMENT_SELECTOR: "button",
|
||||
|
||||
Reference in New Issue
Block a user