feat: Add mobile compatibility utilities and enhance UI templates
- Introduced mobile compatibility utilities in mobile_compatibility.js for better handling of file uploads and image previews on mobile devices. - Created base.html as a foundational template with responsive design and mobile compatibility features. - Developed login.html for user authentication with a password toggle feature. - Added main.html for displaying license keys and HWIDs with options to generate new keys and upload backups. - Implemented a test script (test.sh) for validating license information via API. - Created verify.py for license key validation and management, including functions for loading, checking, and registering keys. - Added version.txt to track the current version of the application.
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
curl -i -X POST "http://127.0.0.1:5000/validate__information" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"license":"npEDI1JVhyisQ2dg-fWTTAn5H1hg3eS80Zc-4IptWIU=","hwid":""}'
|
||||
|
||||
curl -i -X POST "http://127.0.0.1:5000/validate__information" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"license":"npEDI1JVhyisQ2dg-fWTTAn5H1hg3eS80Zc-4IptWIU=","hwid":"0c27aefd7107396933c7363efa38fb6c297aa3db119c1597952c05d947f4f27c"}'
|
||||
|
||||
curl -i -X POST "http://127.0.0.1:5000/validate__information" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"license":"npEDI1JVhyisQ2dg-fWTTAn5H1hg3eS80Zc-4IptWIU=","hwid":"0c27aefd7107396933c7363efa38fb6c297aa3db119c1597952c05d947f4f37c"}'
|
||||
Reference in New Issue
Block a user