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. +