其实我在2021年暑假就已经用Discord机器人实现了这个功能,但是当时我一直想着弄成QQ机器人,但由于各种原因没有实现,很遗憾。
现在(2022.2),QQ机器人又受到了疼讯的种种限制,所以我只好想到了网页版的这个方法。
-
Download the package and install Python version>=3.8.
-
Run
autoinstall.py
to install modules required.
python3 main.py
Run run.bat
to run the server.
Quite easy, isn't it?
Contributions are welcome, including but not limited to improvements, new features, document and code improvements, and problem and error reporting.
- Fix known bugs
- When the date input are illegal, the content displayed will become
NaN
. - Sometimes there are problems with the page layout.
- When the date input are illegal, the content displayed will become
- More animes
- Floating animation of each element when entering the page.
- Fade animation when closing the card of "adjust school start time".
- Reconstruct
- Rewrite the whole server logic in JS and run in front-end completely, taking place of Jinja server.