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 @@