From ed004fea2fc3edfbd2b81383fd456e6258511372 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Aug 2023 18:02:20 +0000 Subject: [PATCH] CI build --- dist/chatgpt.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/chatgpt.user.js b/dist/chatgpt.user.js index e388223..ec46d13 100644 --- a/dist/chatgpt.user.js +++ b/dist/chatgpt.user.js @@ -3,7 +3,7 @@ // @name:zh-CN ChatGPT Exporter // @name:zh-TW ChatGPT Exporter // @namespace pionxzh -// @version 2.14.1 +// @version 2.14.2 // @author pionxzh // @description Easily export the whole ChatGPT conversation history for further analysis or sharing. // @description:zh-CN 轻松导出 ChatGPT 聊天记录,以便进一步分析或分享。 @@ -23096,6 +23096,7 @@ ${content2}`; function main() { onloadSafe(() => { const container = document.createElement("div"); + container.style.zIndex = "99"; D$4(o$5(Menu, { container }), container);