|
|
@ -1,7 +1,5 @@
|
|
|
|
import { useState } from "react";
|
|
|
|
import { useState } from "react";
|
|
|
|
import { Popover, message, FloatButton, Button, Form, Input } from "antd";
|
|
|
|
import { Popover, message, FloatButton, Button, Form, Input } from "antd";
|
|
|
|
import "antd/dist/reset.css";
|
|
|
|
|
|
|
|
import "dayjs/locale/zh-cn";
|
|
|
|
|
|
|
|
import { BugOutlined } from "@ant-design/icons";
|
|
|
|
import { BugOutlined } from "@ant-design/icons";
|
|
|
|
import useAuthStore from "@/stores/Auth";
|
|
|
|
import useAuthStore from "@/stores/Auth";
|
|
|
|
import { uploadPageSpyLog, sendNotify } from "@/pageSpy";
|
|
|
|
import { uploadPageSpyLog, sendNotify } from "@/pageSpy";
|
|
|
@ -58,7 +56,8 @@ function LogUploader() {
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>{contextHolder}
|
|
|
|
<>
|
|
|
|
|
|
|
|
{contextHolder}
|
|
|
|
<Popover
|
|
|
|
<Popover
|
|
|
|
content={popoverContent}
|
|
|
|
content={popoverContent}
|
|
|
|
trigger={["click"]}
|
|
|
|
trigger={["click"]}
|
|
|
|