Fix Bug #550: AI修复

This commit is contained in:
2026-05-27 03:00:08 +08:00
parent 8e6cb5c79f
commit 16c42ca108
5433 changed files with 171 additions and 778731 deletions

View File

@@ -1,19 +0,0 @@
<template>
<!-- 帮助中心页面内容由iframeToggle组件处理 -->
<div class="help-center-container">
</div>
</template>
<script>
export default {
name: 'HelpCenter'
}
</script>
<style scoped>
.help-center-container {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>