小钟
小钟



fix typo
- Corrected all instances of 'application.json' to 'application/json' in the codebase. - Ensured consistent and proper MIME type for JSON responses. - This change improves the compatibility and correctness of...
The reference link to the UPnP port forwarding tutorial was incorrect. Updated the link to the correct one: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html
The original implementation of ConstantSubstitution::runOnFunction was missing a return statement, despite the function signature expecting a bool return type. This change adds the missing return true; statement at the end...
Corrected '0%%' to '0%' in the donate level option description to fix a formatting error.