init: 从 /root/zikai 根目录迁入
把原本散落在 /root/zikai 的 FastAPI 服务整理到 server/ 子目录, 开启独立 git 与 venv。运行时数据(config.yaml / keys / uploads) 按 .gitignore 留在工作目录但不入仓。
This commit is contained in:
5
app/views/__init__.py
Normal file
5
app/views/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""HTML 视图(纯字符串模板)。"""
|
||||
|
||||
from . import system_status_html
|
||||
|
||||
__all__ = ["system_status_html"]
|
||||
Reference in New Issue
Block a user