mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Demo:放开AI功能入口
This commit is contained in:
parent
cef586cc5c
commit
cbd57d2f36
@ -247,7 +247,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- 是否开启ai功能 -->
|
||||
<!-- <div class="row">
|
||||
<div class="row">
|
||||
<div class="rowItem">
|
||||
<el-checkbox
|
||||
v-model="localConfigs.enableAi"
|
||||
@ -255,7 +255,7 @@
|
||||
>{{ $t('setting.enableAi') }}</el-checkbox
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- 是否开启手绘风格 -->
|
||||
<div class="row" v-if="supportHandDrawnLikeStyle">
|
||||
<div class="rowItem">
|
||||
|
||||
@ -25,7 +25,7 @@ const store = new Vuex.Store({
|
||||
// 是否是暗黑模式
|
||||
isDark: false,
|
||||
// 是否开启AI功能
|
||||
enableAi: false
|
||||
enableAi: true
|
||||
},
|
||||
activeSidebar: '', // 当前显示的侧边栏
|
||||
isOutlineEdit: false, // 是否是大纲编辑模式
|
||||
|
||||
Loading…
Reference in New Issue
Block a user