simp-lee
simp-lee
I want sql: ``` SELECT articles.title,articles.id,articles.channel_id FROM articles INNER JOIN articles_tags ON articles.id = articles_tags.articles_id INNER JOIN tags ON articles_tags.tags_id = tags.id WHERE tags.id IN ( SELECT tags.id FROM tags...
Version: 4.0.6 The Nginx server error log is as follows: ``` 2023/11/15 10:36:33 [error] 963#0: *267013 FastCGI sent in stderr: " PHP message: PHP Deprecated: Implicit conversion from float 187.5...
### 确认 / Assignments - [X] 搜索现有issues,不存在相似或相关的issue / No related requests ### 功能描述 / Features 目前阅读页只能提示当前章节的进度和页数,希望增加 **全书页数** 和 **当前页数**,类似 `[当前页码]/[总页码]` 显示方式。 ### 期望实现方式 / How to implement 显示效果: `[当前页码]/[总页码]` `125/986`...