From 38113301074bd8830178e754d12dd889bdb15a13 Mon Sep 17 00:00:00 2001 From: ZXY101 Date: Thu, 5 Oct 2023 23:52:14 +0200 Subject: [PATCH] Add about section --- package.json | 2 +- src/lib/components/Settings/About.svelte | 55 +++++++++++++++++++ .../Settings/AnkiConnectSettings.svelte | 7 ++- src/lib/components/Settings/Settings.svelte | 2 + src/lib/consts/index.ts | 1 + 5 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 src/lib/components/Settings/About.svelte create mode 100644 src/lib/consts/index.ts diff --git a/package.json b/package.json index ffb97d8..4a4c17c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "z-reader", - "version": "0.0.1", + "version": "0.9.0", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/components/Settings/About.svelte b/src/lib/components/Settings/About.svelte new file mode 100644 index 0000000..26510e2 --- /dev/null +++ b/src/lib/components/Settings/About.svelte @@ -0,0 +1,55 @@ + + + + About +
+
+

Mokuro reader {READER_VERSION} BETA

+ + + +
+

+ An online reader, gallery and stat tracker for mokuro processed manga. +

+
+

+ To use the reader, manga must be processed with mokuro 0.2.0-beta.6 which can be installed via: +

+
+ pip install git+https://github.com/kha-white/mokuro.git@web-reader +
+
+

+ Once processed, upload your manga along with the .mokuro + file. +

+ Created by ZXY101 & kha-white +
+
diff --git a/src/lib/components/Settings/AnkiConnectSettings.svelte b/src/lib/components/Settings/AnkiConnectSettings.svelte index fa04b22..b536cf2 100644 --- a/src/lib/components/Settings/AnkiConnectSettings.svelte +++ b/src/lib/components/Settings/AnkiConnectSettings.svelte @@ -1,6 +1,6 @@