debug: add visible version indicators

This commit is contained in:
Khoa.vo 2025-12-30 21:02:51 +07:00
parent aef65858eb
commit 31b50ee406
2 changed files with 6 additions and 2 deletions

6
app.py
View file

@ -1449,5 +1449,9 @@ if __name__ == '__main__':
print("\033[32m" + f"http://localhost:{port_sever}" + " " + "\033[0m", flush=True)
print("\033[32m" + f"http://127.0.0.1:{port_sever}" + "\033[0m", flush=True)
# sever_flare(port_sever, "cXPggKvHuW:sdvn:1231")
print("----------------------------------------------------------------")
print(" aPix v2.0 DEBUG - STARTED")
print("----------------------------------------------------------------")
initialize_config_files()
app.run(debug=True, host='0.0.0.0', port=port_sever)

View file

@ -19,7 +19,7 @@
<aside class="sidebar">
<div class="sidebar-header">
<div class="brand">
<h1>aPix <span class="badge">by SDVN</span></h1>
<h1>aPix <span class="badge">v2.0 DEBUG</span></h1>
</div>
<div class="sidebar-header-actions">
<button type="button" class="toolbar-info-btn info-icon-btn" data-popup-target="help"