fix app temp
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: App Info
|
||||
template: app
|
||||
path: about/support/app.html
|
||||
path: app/index.html
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Help
|
||||
template: legal
|
||||
path: about/support/help.html
|
||||
path: help/index.html
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: License
|
||||
template: legal
|
||||
path: about/support/license.html
|
||||
path: license/index.html
|
||||
---
|
||||
|
||||
## Software License
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Privacy Policy
|
||||
template: legal
|
||||
path: about/support/privacy.html
|
||||
path: privacy/index.html
|
||||
---
|
||||
|
||||
## Information We Collect
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Terms of Service
|
||||
template: legal
|
||||
path: about/support/tos.html
|
||||
path: tos/index.html
|
||||
---
|
||||
|
||||
## Acceptance of Terms
|
||||
|
||||
@@ -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">→</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user