From fe6feeb25be7c29e5b57b5e1204b09943e91385e Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Add=20FAQ=20section=20to?= =?UTF-8?q?=20improve=20user=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d284c49..a6fa4c3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - [πŸ“Œ Project Roadmap](#-project-roadmap) - [πŸ”° Contributing](#-contributing) - [πŸŽ— License](#-license) +- [πŸ†— FAQs](#-faqs) --- @@ -107,6 +108,7 @@ docker-compose up -d ``` > **Important Note:** You should NOT expose the service to the public internet. Because the service is not secure. + --- ## πŸ“Œ Project Roadmap @@ -163,3 +165,18 @@ This project is protected under the MIT License. For more details, refer to the [LICENSE](LICENSE) file. --- + +## πŸ†— FAQs + +**Q.** Can't start the api server, error:`java.lang.UnsatisfiedLinkError: no tdjni in java.library.path` + +**A.** Maybe download tdlib failed, you can see the [entrypoint.sh](entrypoint.sh) file, then download tdlib manually. + +**Q.** Web's spoiler is static, how to solve it? + +**A.** 1. Because `CSS Houdini Paint API` is not supported by all browsers. 2. It is only supported on https. +
+Use in http environment, you can use the following method to solve it + +Open the `chrome://flags` page, search for `Insecure origins treated as secure`, and add the address of the web page to the list. +