zwischenstand

This commit is contained in:
2025-10-02 09:03:39 +00:00
parent 099530b7c8
commit f3dc0dc9bd
52 changed files with 994 additions and 5602 deletions

2
types/content.d.ts vendored
View File

@@ -5,6 +5,8 @@ interface ContentEntry {
name: string
question?: string
path: string
insertTime?: string
updateTime?: string
alternativePaths?: {
path: string
}[]