1
0

fix app temp

This commit is contained in:
2026-01-21 23:04:31 +09:00
parent ae8e0e2f6e
commit c61e376684
6 changed files with 6 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
---
title: App Info
template: app
path: about/support/app.html
path: app/index.html
---

View File

@@ -1,7 +1,7 @@
---
title: Help
template: legal
path: about/support/help.html
path: help/index.html
---
## Getting Started

View File

@@ -1,7 +1,7 @@
---
title: License
template: legal
path: about/support/license.html
path: license/index.html
---
## Software License

View File

@@ -1,7 +1,7 @@
---
title: Privacy Policy
template: legal
path: about/support/privacy.html
path: privacy/index.html
---
## Information We Collect

View File

@@ -1,7 +1,7 @@
---
title: Terms of Service
template: legal
path: about/support/tos.html
path: tos/index.html
---
## Acceptance of Terms

View File

@@ -28,7 +28,6 @@ export function appLayout(site: SiteConfig, content: string): string {
<div class="app-header">
<img src="${site.icon}" alt="${site.name}" class="app-icon">
<div class="app-name">${site.name}</div>
<div class="app-version">v${site.version}</div>
</div>
<div class="section">
@@ -38,10 +37,6 @@ export function appLayout(site: SiteConfig, content: string): string {
<div class="section">
<div class="section-title">App Information</div>
<div class="info-grid">
<div class="info-item">
<div class="info-label">Version</div>
<div class="info-value">${site.version}</div>
</div>
<div class="info-item">
<div class="info-label">Category</div>
<div class="info-value">${site.category}</div>
@@ -67,7 +62,7 @@ export function appLayout(site: SiteConfig, content: string): string {
</div>
<div class="link-row">
<span class="link-icon">ATProto</span>
<a href="https://syu.is/syui" class="link-value" target="_blank">syu.is/syui</a>
<a href="https://syui.ai" class="link-value" target="_blank">syui.ai</a>
<span class="link-arrow">&rarr;</span>
</div>
</div>