📝 Update user agreement in zh

This commit is contained in:
2025-08-01 15:38:00 +08:00
parent 41b858dabc
commit 8d69b5d7ae
8 changed files with 177 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ export default defineContentConfig({
type: "page",
source: "terms/**.md",
schema: z.object({
lang: z.string(),
title: z.string().nonempty(),
description: z.string().optional(),
updatedDate: z.date().optional(),