diff --git a/assets/views/about.jet.html b/assets/views/about.jet.html index 63da5fd..bad25f6 100644 --- a/assets/views/about.jet.html +++ b/assets/views/about.jet.html @@ -1,48 +1,55 @@ {{- extends "layout/default" }} {{- block body() }} -
-

About PixivFE

+
+
+
+
+

About PixivFE

+
+
+

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

+

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

+
+
-
-
-

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

-

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

-
-
+
+
+

Server Information

+
+
+
+

Version

+

{{ .Version }}

+

The current version of PixivFE running on this server

+
-

Server Information

-
-
-
Version
-

{{ .Version }}

- The current version of PixivFE running on this server -
+ {{- if .Revision != "" }} +
+

Revision

+

{{ .Revision }}

+

The specific revision of PixivFE source code in use

+
+ {{- end }} -{{- if .Revision != "" }} -
-
Revision
-

{{ .Revision }}

- The specific revision of PixivFE source code in use -
-{{- end }} - -
-
Server start time (UTC)
-

{{ .Time }}

- The date and time when PixivFE was last started on this server -
- -
-
Default image proxy server
-

{{ .ImageProxy }}

- The image proxy server used to retrieve images from i.pximg.net -
- -
-
Accept-Language header
-

{{ .AcceptLanguage }}

- The preferred natural language and locale when making requests to the Pixiv API -
-
+
+

Server start time (UTC)

+

{{ .Time }}

+

The date and time when PixivFE was last started on this server

+
+ +
+

Default image proxy server

+

{{ .ImageProxy }}

+

The image proxy server used to retrieve images from i.pximg.net

+
+ +
+

Accept-Language header

+

{{ .AcceptLanguage }}

+

The preferred natural language and locale when making requests to the Pixiv API

+
+
+
+
{{- end }}