Files
amb_rag/frontend/src/views/KnowledgeBases.vue
T
2026-09-01 11:53:59 +08:00

10 lines
178 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<script setup lang="ts">
// Phase 4 实现知识库列表
</script>
<template>
<div>
<h1>知识库</h1>
<p>知识库列表Phase 4 实现</p>
</div>
</template>