update pay function
This commit is contained in:
@@ -12,13 +12,16 @@
|
|||||||
[class*="bytedesk"],
|
[class*="bytedesk"],
|
||||||
[id*="bytedesk"],
|
[id*="bytedesk"],
|
||||||
[class*="BytedeskWeb"] {
|
[class*="BytedeskWeb"] {
|
||||||
|
position: fixed !important;
|
||||||
z-index: 999999 !important;
|
z-index: 999999 !important;
|
||||||
|
pointer-events: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bytedesk iframe - 聊天窗口 */
|
/* Bytedesk iframe - 聊天窗口 */
|
||||||
iframe[src*="bytedesk"],
|
iframe[src*="bytedesk"],
|
||||||
iframe[src*="/chat/"],
|
iframe[src*="/chat/"],
|
||||||
iframe[src*="/visitor/"] {
|
iframe[src*="/visitor/"] {
|
||||||
|
position: fixed !important;
|
||||||
z-index: 999999 !important;
|
z-index: 999999 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1231,7 +1231,7 @@ const AgentChatV4 = () => {
|
|||||||
</Badge>
|
</Badge>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|
||||||
<Accordion allowMultiple defaultIndex={[0, 1, 2, 3, 4]}>
|
<Accordion allowMultiple defaultIndex={[]}>
|
||||||
{MCP_TOOL_CATEGORIES.map((category, catIdx) => {
|
{MCP_TOOL_CATEGORIES.map((category, catIdx) => {
|
||||||
const categoryToolIds = category.tools.map((t) => t.id);
|
const categoryToolIds = category.tools.map((t) => t.id);
|
||||||
const selectedInCategory = categoryToolIds.filter((id) => selectedTools.includes(id));
|
const selectedInCategory = categoryToolIds.filter((id) => selectedTools.includes(id));
|
||||||
|
|||||||
Reference in New Issue
Block a user