add site icon
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>CLIProxyAPI Usage Dashboard</title>
|
||||
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>📊</text></svg>">
|
||||
<style>
|
||||
/* ── Theme tokens ─────────────────────────────────────────────────────── */
|
||||
:root {
|
||||
|
||||
@@ -21,8 +21,8 @@ _quota_refresh_lock = threading.Lock()
|
||||
# Path to the companion HTML file (same directory as this script)
|
||||
HTML_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "usage-dashboard.html")
|
||||
JSON_DIR = os.path.expanduser("~/.cli-proxy-api")
|
||||
BASE_DIR = os.path.expanduser("~/cliproxyapi/usage-dashboard")
|
||||
AUTH_DIR = os.path.expanduser("~/cliproxyapi")
|
||||
BASE_DIR = os.path.expanduser("/mnt/ssd/cliproxyapi/usage-dashboard")
|
||||
AUTH_DIR = os.path.expanduser("/mnt/ssd/cliproxyapi")
|
||||
DB_PATH = os.path.join(BASE_DIR, "usage.sqlite")
|
||||
CONFIG_PATH = os.path.join(BASE_DIR, "config.json")
|
||||
LOCAL_TZ = ZoneInfo("Asia/Ho_Chi_Minh")
|
||||
|
||||
Reference in New Issue
Block a user