From d5ad1bc74cd3ba2adf5b504cd554424bb88b3cc2 Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Fri, 22 Jul 2022 19:53:22 +0300 Subject: [PATCH] Returned HTMLs cause i has not SSR --- docs/sitemap-internal.xml | 6 +- public/about.html | 131 ++++++++++++++++++++++++++++++ public/donate.html | 132 ++++++++++++++++++++++++++++++ public/faq.html | 153 +++++++++++++++++++++++++++++++++++ public/index.html | 2 +- src/components/AppHeader.vue | 8 +- src/router/index.ts | 8 +- 7 files changed, 428 insertions(+), 12 deletions(-) create mode 100644 public/about.html create mode 100644 public/donate.html create mode 100644 public/faq.html diff --git a/docs/sitemap-internal.xml b/docs/sitemap-internal.xml index c355ca9..d16c63d 100644 --- a/docs/sitemap-internal.xml +++ b/docs/sitemap-internal.xml @@ -7,19 +7,19 @@ 1.0 - https://wavelovers.ru/faq + https://wavelovers.ru/faq.html 2022-07-22 weekly 1.0 - https://wavelovers.ru/about + https://wavelovers.ru/about.html 2022-07-22 weekly 1.0 - https://wavelovers.ru/donate + https://wavelovers.ru/donate.html 2022-07-22 weekly 1.0 diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..1d2bd36 --- /dev/null +++ b/public/about.html @@ -0,0 +1,131 @@ + + + + Wavelovers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+

Wavelovers – About

+
+
+

About

+

Hi! I am the author and developer of Wavelovers app and I want to thank you for using this app. If you have any ideas or wishes, you can write to me.

+
+ Write me: + eugene.serb@gmail.com +
+ Visit my homepage: + eugene-serb.github.io +
+
+

Advertising

+ If you have advertising suggestions, please mail me: + eugene.serb@gmail.com +
+
+
+ + + + diff --git a/public/donate.html b/public/donate.html new file mode 100644 index 0000000..3d4df3c --- /dev/null +++ b/public/donate.html @@ -0,0 +1,132 @@ + + + + Wavelovers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+

Wavelovers – Donate

+
+
+

Donate

+ If you like this app, you can thank me and donate to me.

+ Why should you donate to Wavelovers?

+ More donation = more money
+ More money allows me buy more coffee
+ More coffee makes me write more code
+ More code means more features
+ More features make you more happiness and productive
+ More happiness and productive so you earn more money
+ More money you earn more donation to me

+ Bitcoin: + bc1qspzgj7xrf099s2ej8f5zmm52xu0wkfurpezny5
+ DonationAlert: + @eugene_serb +
+
+
+ + + + diff --git a/public/faq.html b/public/faq.html new file mode 100644 index 0000000..beec1fb --- /dev/null +++ b/public/faq.html @@ -0,0 +1,153 @@ + + + + Wavelovers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+

Wavelovers – FAQ

+
+
+

FAQ

+ What is the purpose of this software?
+ Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.

+ + Can I use this software as a hand massager?
+ Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.

+ + I have a gamepad with vibration, what should I do before using it as a hand massager?
+ I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.

+ + I'm having problems with the app or connecting my device to the app?
+ Go to Troubleshooting. +
+
+

Troubleshooting

+ If you are having difficulty detecting a gamepad by the browser, you can use the utility + Gamepad Master

+ + The app does not see my device.
+ Make sure you have a chromium-based browser, then update the app and reconnect your device.

+ + The application sees the gamepad, but writes that the vibration actuator is missing.
+ This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.

+ + My question is not here.
+ Write me eugene.serb@gmail.com +
+
+

System Requirements

+ Gamepad:
+ X-Input and vibration actuator required.

+ Browser:
+ Google Chrome or any other Chromium-based browser is recommended.

+ Operating System:
+ Windows 7 or higher recommended.
+
+
+
+ + + + diff --git a/public/index.html b/public/index.html index 7249a39..4b16357 100644 --- a/public/index.html +++ b/public/index.html @@ -32,7 +32,7 @@ - +