Skip to content

Commit

Permalink
CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2023
1 parent 85d5615 commit ed004fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/chatgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 聊天记录,以便进一步分析或分享。
Expand Down Expand Up @@ -23096,6 +23096,7 @@ ${content2}`;
function main() {
onloadSafe(() => {
const container = document.createElement("div");
container.style.zIndex = "99";
D$4(o$5(Menu, {
container
}), container);
Expand Down

0 comments on commit ed004fe

Please sign in to comment.