@oscloudlab/vgen-agent-assistant 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vgen-agent-assistant.css +1 -1
- package/dist/vgen-agent-assistant.css.gz +0 -0
- package/dist/vgen-agent-assistant.es.js +4 -4
- package/dist/vgen-agent-assistant.es.js.gz +0 -0
- package/dist/vgen-agent-assistant.umd.js +1 -1
- package/dist/vgen-agent-assistant.umd.js.gz +0 -0
- package/package.json +3 -2
|
Binary file
|
|
@@ -61053,7 +61053,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
61053
61053
|
const [hasMoreBefore, setHasMoreBefore] = useState(false);
|
|
61054
61054
|
const [oldestMessageId, setOldestMessageId] = useState(null);
|
|
61055
61055
|
const [agentFormFields, setAgentFormFields] = useState([]);
|
|
61056
|
-
const [enableGlobalSearch
|
|
61056
|
+
const [enableGlobalSearch] = useState(false);
|
|
61057
61057
|
const [isMoreActionsOpen, setIsMoreActionsOpen] = useState(false);
|
|
61058
61058
|
const [quotedText, setQuotedText] = useState("");
|
|
61059
61059
|
const [sessionList, setSessionList] = useState([]);
|
|
@@ -61856,7 +61856,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
61856
61856
|
}
|
|
61857
61857
|
};
|
|
61858
61858
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
|
61859
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
61859
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(AnimatePresence, { children: !isAiPanelOpen ? (
|
|
61860
61860
|
/* Floating Ball State */
|
|
61861
61861
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
61862
61862
|
motion.div,
|
|
@@ -61893,7 +61893,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
61893
61893
|
children: [
|
|
61894
61894
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Tooltip, { title: hoverTip || "", children: /* @__PURE__ */ jsxRuntimeExports.jsx(motion.div, { className: "relative flex items-center", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative flex flex-col items-center z-10", children: [
|
|
61895
61895
|
/* @__PURE__ */ jsxRuntimeExports.jsx("img", { src: CookieLife, className: "w-24 h-24 select-none pointer-events-none", draggable: "false" }),
|
|
61896
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-
|
|
61896
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "-mt-7 bg-gradient-to-r from-blue-500 to-purple-600 text-white text-sm px-6 py-2 rounded-full font-bold shadow-lg shadow-blue-200 border border-white/30 whitespace-nowrap", children: "AI 学伴" })
|
|
61897
61897
|
] }) }) }),
|
|
61898
61898
|
/* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {})
|
|
61899
61899
|
]
|
|
@@ -62245,7 +62245,7 @@ const VgenAgent = forwardRef((props, ref) => {
|
|
|
62245
62245
|
]
|
|
62246
62246
|
}
|
|
62247
62247
|
)
|
|
62248
|
-
) })
|
|
62248
|
+
) }),
|
|
62249
62249
|
isLogin && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
62250
62250
|
AnalyzeUrl,
|
|
62251
62251
|
{
|
|
Binary file
|