(about:architecture)=
# 项目架构

本项目的结构如下：

:::{panels}
:container: +full-width
:header: w3-pale-blue w3-card-4 
:column: col-lg-4 px-2 py-2
:body: text-justify w3-padding
:card: w3-pale-red w3-card
---
`_static/`
^^^
存储**项目文档**的自定义 CSS 与 JavaScript 文件。
---
`.github/`
^^^
项目的 GitHUb 配置。包含 GitHub Action 配置。
---
`docs/`
^^^
存储项目的文档。
---
`apps/`
^^^
存储项目的应用。
---
{download}`_config.yml<../../_config.yml>`
^^^
**项目文档**的配置文件。
---
{download}`_toc.yml<../../_toc.yml>`
^^^
**项目文档**的目录结构文件。
---
{download}`.gitignore<../../.gitignore>`
^^^
Git 忽略的文件模式。
---
{download}`CHANGELOG.md<../../CHANGELOG.md>`
^^^
项目的变更日志。被包含到**项目文档**。
---
{download}`index.md<../../index.md>`
^^^
**项目文档**登录页。
---
{download}`README.md<../../README.md>`
^^^
项目的自述文档。被包含到**项目文档**。
---
{download}`LICENSE<../../LICENSE>`
^^^
项目的许可证。
---
{download}`logo.jpg<../../logo.jpg>`
^^^
**项目文档**页眉的 LOGO。
---
{download}`page-logo.jfif<../../page-logo.jfif>`
^^^
**项目文档**标签页的 LOGO。
---
{download}`references.bib<../../references.bib>`
^^^
**项目文档**的参考文献。
---
{download}`requirements.txt<../../requirements.txt>`
^^^
项目的 Python 依赖包。
:::
