From c61e37668491032a7c17f72c1132ac13ecc8da98 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 21 Jan 2026 23:04:31 +0900 Subject: [PATCH] fix app temp --- app/src/content/pages/app.md | 2 +- app/src/content/pages/help.md | 2 +- app/src/content/pages/license.md | 2 +- app/src/content/pages/privacy.md | 2 +- app/src/content/pages/tos.md | 2 +- app/src/templates/layout.ts | 7 +------ 6 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app/src/content/pages/app.md b/app/src/content/pages/app.md index c475ff4d..d27753b5 100644 --- a/app/src/content/pages/app.md +++ b/app/src/content/pages/app.md @@ -1,5 +1,5 @@ --- title: App Info template: app -path: about/support/app.html +path: app/index.html --- diff --git a/app/src/content/pages/help.md b/app/src/content/pages/help.md index c172328f..2ba38049 100644 --- a/app/src/content/pages/help.md +++ b/app/src/content/pages/help.md @@ -1,7 +1,7 @@ --- title: Help template: legal -path: about/support/help.html +path: help/index.html --- ## Getting Started diff --git a/app/src/content/pages/license.md b/app/src/content/pages/license.md index ca7954a4..ee09f3e6 100644 --- a/app/src/content/pages/license.md +++ b/app/src/content/pages/license.md @@ -1,7 +1,7 @@ --- title: License template: legal -path: about/support/license.html +path: license/index.html --- ## Software License diff --git a/app/src/content/pages/privacy.md b/app/src/content/pages/privacy.md index f7bd51e7..9f7a5beb 100644 --- a/app/src/content/pages/privacy.md +++ b/app/src/content/pages/privacy.md @@ -1,7 +1,7 @@ --- title: Privacy Policy template: legal -path: about/support/privacy.html +path: privacy/index.html --- ## Information We Collect diff --git a/app/src/content/pages/tos.md b/app/src/content/pages/tos.md index eb1a2607..3d5cfdfb 100644 --- a/app/src/content/pages/tos.md +++ b/app/src/content/pages/tos.md @@ -1,7 +1,7 @@ --- title: Terms of Service template: legal -path: about/support/tos.html +path: tos/index.html --- ## Acceptance of Terms diff --git a/app/src/templates/layout.ts b/app/src/templates/layout.ts index fae7bfca..ad33caab 100644 --- a/app/src/templates/layout.ts +++ b/app/src/templates/layout.ts @@ -28,7 +28,6 @@ export function appLayout(site: SiteConfig, content: string): string {
${site.name}
${site.name}
-
v${site.version}
@@ -38,10 +37,6 @@ export function appLayout(site: SiteConfig, content: string): string {
App Information
-
-
Version
-
${site.version}
-
Category
${site.category}
@@ -67,7 +62,7 @@ export function appLayout(site: SiteConfig, content: string): string {