mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
no message
This commit is contained in:
parent
38aa9fe2fb
commit
b259f083d4
@ -41,6 +41,9 @@
|
||||
<!--会员详情窗口-->
|
||||
<UserDetail/>
|
||||
|
||||
<!--AI 助理-->
|
||||
<AIAssistant/>
|
||||
|
||||
<!--返回效果-->
|
||||
<MobileBack v-if="isFirstPage"/>
|
||||
|
||||
@ -99,7 +102,7 @@ import DropdownMenu from "./components/DropdownMenu";
|
||||
import {ctrlPressed} from "./mixins/ctrlPressed";
|
||||
import {mapState} from "vuex";
|
||||
import emitter from "./store/events";
|
||||
import SearchBox from "./components/SearchBox.vue";
|
||||
import AIAssistant from "./components/AIAssistant.vue";
|
||||
import UserDetail from "./pages/manage/components/UserDetail.vue";
|
||||
import {languageName} from "./language";
|
||||
|
||||
@ -107,7 +110,7 @@ export default {
|
||||
mixins: [ctrlPressed],
|
||||
|
||||
components: {
|
||||
SearchBox,
|
||||
AIAssistant,
|
||||
UserDetail,
|
||||
MobileBack,
|
||||
MobileNotification,
|
||||
|
||||
@ -347,9 +347,6 @@
|
||||
<!--搜索框-->
|
||||
<SearchBox ref="searchBox"/>
|
||||
|
||||
<!--AI 助理-->
|
||||
<AIAssistant/>
|
||||
|
||||
<!--工作报告-->
|
||||
<DrawerOverlay
|
||||
v-model="workReportShow"
|
||||
@ -454,7 +451,6 @@ import ApproveDetails from "./manage/approve/details.vue";
|
||||
import notificationKoro from "notification-koro1";
|
||||
import emitter from "../store/events";
|
||||
import SearchBox from "../components/SearchBox.vue";
|
||||
import AIAssistant from "../components/AIAssistant.vue";
|
||||
import transformEmojiToHtml from "../utils/emoji";
|
||||
import {languageName} from "../language";
|
||||
import {AINormalizeJsonContent, PROJECT_AI_SYSTEM_PROMPT, withLanguagePreferencePrompt} from "../utils/ai";
|
||||
@ -464,7 +460,6 @@ export default {
|
||||
components: {
|
||||
Approve,
|
||||
SearchBox,
|
||||
AIAssistant,
|
||||
ApproveDetails,
|
||||
ImgUpload,
|
||||
UserSelect,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user