mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 13:37:42 -05:00
chore: ci build
This commit is contained in:
Vendored
+18
-6
@@ -3,7 +3,7 @@
|
||||
// @name:zh-CN ChatGPT Exporter
|
||||
// @name:zh-TW ChatGPT Exporter
|
||||
// @namespace pionxzh
|
||||
// @version 2.34.0
|
||||
// @version 2.34.1
|
||||
// @author pionxzh
|
||||
// @description Export ChatGPT conversations with one click — backup & share effortlessly!
|
||||
// @description:zh-CN 一键导出 ChatGPT 对话,轻松备份与分享
|
||||
@@ -126,6 +126,12 @@ html {
|
||||
--ce-border-light: var(--border-default, rgba(255, 255, 255, .15));
|
||||
}
|
||||
|
||||
/* Define our own background in both themes \u2014 this used to lean on
|
||||
ChatGPT's bg-menu utility class, which no longer paints one */
|
||||
.bg-menu {
|
||||
background-color: var(--ce-menu-primary);
|
||||
}
|
||||
|
||||
.dark .bg-menu {
|
||||
background-color: var(--ce-menu-primary);
|
||||
}
|
||||
@@ -178,6 +184,14 @@ html {
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
/* ChatGPT's main column carries its own z-index, which beats the menu's
|
||||
portalled Radix popper wrapper (position: fixed, z-index: auto). Raise
|
||||
only OUR wrapper \u2014 :has keeps ChatGPT's own Radix poppers untouched \u2014
|
||||
and stay below the dialogs at 1000/1001. */
|
||||
[data-radix-popper-content-wrapper]:has(.ce-card) {
|
||||
z-index: 999 !important;
|
||||
}
|
||||
|
||||
.dark .ce-card {
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
@@ -24036,8 +24050,7 @@ ${content2}`;
|
||||
/* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$c6fdb837b070b4ff, { className: "DialogOverlay" }),
|
||||
/* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$7c6e2c02157bb7d2, { className: "DialogContent", children: [
|
||||
/* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$f99233281efd08a0, { className: "DialogTitle", children: t2("Exporter Settings") }),
|
||||
/* @__PURE__ */ o$8("div", { className: "DialogBody", children: [
|
||||
/* @__PURE__ */ o$8("dl", { className: "space-y-6", children: [
|
||||
/* @__PURE__ */ o$8("div", { className: "DialogBody", children: /* @__PURE__ */ o$8("dl", { className: "space-y-6", children: [
|
||||
/* @__PURE__ */ o$8("div", { className: "relative flex bg-white dark:bg-white/5 rounded p-4", children: /* @__PURE__ */ o$8("div", { children: [
|
||||
/* @__PURE__ */ o$8("dt", { className: "text-md font-medium text-gray-800 dark:text-white", children: `${t2("Language")} 🌐` }),
|
||||
/* @__PURE__ */ o$8("dd", { children: /* @__PURE__ */ o$8(
|
||||
@@ -24246,9 +24259,8 @@ ${content2}`;
|
||||
] }),
|
||||
/* @__PURE__ */ o$8("div", { className: "absolute right-4", children: /* @__PURE__ */ o$8(Toggle, { label: "", checked: enableMeta, onCheckedUpdate: setEnableMeta }) })
|
||||
] })
|
||||
] }),
|
||||
/* @__PURE__ */ o$8("div", { className: "flex mt-6", style: { justifyContent: "flex-end" }, children: /* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$f39c2d165cd861fe, { asChild: true, children: /* @__PURE__ */ o$8("button", { className: "Button green font-bold", children: t2("Save") }) }) })
|
||||
] }),
|
||||
] }) }),
|
||||
/* @__PURE__ */ o$8("div", { className: "flex shrink-0 pt-4", style: { justifyContent: "flex-end" }, children: /* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$f39c2d165cd861fe, { asChild: true, children: /* @__PURE__ */ o$8("button", { className: "Button green font-bold", children: t2("Save") }) }) }),
|
||||
/* @__PURE__ */ o$8($5d3850c4d0b4e6c7$export$f39c2d165cd861fe, { asChild: true, children: /* @__PURE__ */ o$8("button", { className: "IconButton CloseButton", "aria-label": "Close", children: /* @__PURE__ */ o$8(IconCross, {}) }) })
|
||||
] })
|
||||
] })
|
||||
|
||||
Reference in New Issue
Block a user