feat: add 'about' page

This commit is contained in:
Henry Li
2026-02-06 15:18:37 +08:00
parent ee41324887
commit f9811671d8
13 changed files with 675 additions and 22 deletions

4
frontend/src/typings/md.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.md" {
const content: string;
export default content;
}