@oscloudlab/vgen-agent-assistant 0.0.3 → 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 +2 -2
- 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([]);
|
|
@@ -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
|
]
|
|
Binary file
|