mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 03:43:56 +08:00
fix: 修复配置页面无法滚动问题
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
<button class="action-button github-button" @click="openGithubServer">
|
||||
<i class="icon-github"></i> Github服务端
|
||||
</button>
|
||||
|
||||
<button class="action-button github-button" @click="openGithubWeb">
|
||||
<i class="icon-github"></i> Web客户端
|
||||
</button>
|
||||
|
||||
<button class="action-button control-panel-button" @click="enterPanel">
|
||||
<i class="icon-control-panel"></i> 控制台
|
||||
@@ -49,6 +53,10 @@ const openGithubServer = () => {
|
||||
window.open('https://github.com/xinnan-tech/xiaozhi-esp32-server', '_blank');
|
||||
};
|
||||
|
||||
const openGithubWeb = () => {
|
||||
window.open('https://github.com/TOM88812/xiaozhi-web-client', '_blank');
|
||||
};
|
||||
|
||||
const enterPanel = () => {
|
||||
router.push('/panel');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user