Add registration flow and improve admin post management

This commit is contained in:
爱喝水的木子
2026-03-19 20:17:56 +08:00
parent 50a1e476c8
commit 17f5f6adcb
28 changed files with 799 additions and 192 deletions

View File

@@ -5,6 +5,7 @@ export type Post = {
markdown: string;
cover?: string;
tags?: string[];
signal?: string;
author: string;
createdAt: string;
updatedAt: string;