fix app temp
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: App Info
|
title: App Info
|
||||||
template: app
|
template: app
|
||||||
path: about/support/app.html
|
path: app/index.html
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Help
|
title: Help
|
||||||
template: legal
|
template: legal
|
||||||
path: about/support/help.html
|
path: help/index.html
|
||||||
---
|
---
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: License
|
title: License
|
||||||
template: legal
|
template: legal
|
||||||
path: about/support/license.html
|
path: license/index.html
|
||||||
---
|
---
|
||||||
|
|
||||||
## Software License
|
## Software License
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Privacy Policy
|
title: Privacy Policy
|
||||||
template: legal
|
template: legal
|
||||||
path: about/support/privacy.html
|
path: privacy/index.html
|
||||||
---
|
---
|
||||||
|
|
||||||
## Information We Collect
|
## Information We Collect
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Terms of Service
|
title: Terms of Service
|
||||||
template: legal
|
template: legal
|
||||||
path: about/support/tos.html
|
path: tos/index.html
|
||||||
---
|
---
|
||||||
|
|
||||||
## Acceptance of Terms
|
## Acceptance of Terms
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ export function appLayout(site: SiteConfig, content: string): string {
|
|||||||
<div class="app-header">
|
<div class="app-header">
|
||||||
<img src="${site.icon}" alt="${site.name}" class="app-icon">
|
<img src="${site.icon}" alt="${site.name}" class="app-icon">
|
||||||
<div class="app-name">${site.name}</div>
|
<div class="app-name">${site.name}</div>
|
||||||
<div class="app-version">v${site.version}</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
@@ -38,10 +37,6 @@ export function appLayout(site: SiteConfig, content: string): string {
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="section-title">App Information</div>
|
<div class="section-title">App Information</div>
|
||||||
<div class="info-grid">
|
<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-item">
|
||||||
<div class="info-label">Category</div>
|
<div class="info-label">Category</div>
|
||||||
<div class="info-value">${site.category}</div>
|
<div class="info-value">${site.category}</div>
|
||||||
@@ -67,7 +62,7 @@ export function appLayout(site: SiteConfig, content: string): string {
|
|||||||
</div>
|
</div>
|
||||||
<div class="link-row">
|
<div class="link-row">
|
||||||
<span class="link-icon">ATProto</span>
|
<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>
|
<span class="link-arrow">→</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user