feat: 新增隐私政策内容页(apps.core.SimpleContentPage)及seed命令,更新设计文档

This commit is contained in:
2026-08-06 17:17:07 +08:00
parent 9e60cabd5e
commit b05d2b7f52
9 changed files with 173 additions and 3 deletions
@@ -0,0 +1,9 @@
{% load wagtailcore_tags %}
<!doctype html>
<html lang="zh-hans">
<head><meta charset="utf-8"><title>{{ page.title }}</title></head>
<body>
<h1>{{ page.title }}</h1>
{{ page.body|richtext }}
</body>
</html>