Skip to content

Commit 8cf9177

Browse files
authored
Feedback (#1354)
* 1. 增加文档反馈功能; 2. 修改'返回顶部'按钮位置; 3. 修改'文档助手'按钮位置; 4. 文档反馈后台地址需要在服务器部署后再修改; * 移除ant-design-vue * 还原lock文件 * update * 适配移动端 * 修改标记区域不准确 * 修改请求地址为沙箱 * 请求沙箱使用https * update
1 parent e03b7e4 commit 8cf9177

File tree

9 files changed

+7009
-5334
lines changed

9 files changed

+7009
-5334
lines changed

docs/.vuepress/client.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import 'instantsearch.css/themes/algolia-min.css'
1212
import InstantSearch from 'vue-instantsearch/vue3/es/index.js'
1313
import BiliBiliPlayer from './components/BiliBili.vue'
1414
import DemoCard from './components/DemoCard.vue'
15+
import FeedBack from './components/Feedback.vue'
1516
import { embedChatbot } from "./embed"
1617

1718
export default defineClientConfig({
@@ -35,5 +36,7 @@ export default defineClientConfig({
3536
WjxLayout,
3637
InstanceSearchLayout
3738
},
38-
rootComponents: []
39+
rootComponents: [
40+
FeedBack
41+
]
3942
})

0 commit comments

Comments
 (0)