🎉初次提交

This commit is contained in:
2025-08-03 16:50:56 +08:00
commit 56bdf5388d
67 changed files with 18379 additions and 0 deletions

18
docs/api/index.md Normal file
View File

@@ -0,0 +1,18 @@
---
layout: page
title: LoveACE API 文档
description: 基于 OpenAPI 3.1 规范的交互式 API 文档
---
<script setup>
import { onMounted } from 'vue'
onMounted(() => {
// 为当前页面添加特殊的CSS类用于样式定制
document.body.classList.add('api-page')
})
</script>
<div class="api-docs-container">
<SwaggerUI />
</div>