Updated example plugins

- Updated example plugins
- Added debugger
- Removed some trash files
This commit is contained in:
Toby Chui
2025-02-28 22:03:08 +08:00
parent 3993ac954c
commit 214b69b0b8
16 changed files with 453 additions and 4 deletions

View File

@@ -1 +0,0 @@
hgaode9ptnpuaoi1ilbdw9i4

View File

@@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
"aroz.org/zoraxy/zerotiernc/mod/database/dbinc"
"aroz.org/zoraxy/ztnc/mod/database/dbinc"
)
/*

View File

@@ -9,7 +9,7 @@ import (
"os/user"
"strings"
"aroz.org/zoraxy/zerotiernc/mod/utils"
"aroz.org/zoraxy/ztnc/mod/utils"
)
func readAuthTokenAsAdmin() (string, error) {

View File

@@ -15,6 +15,11 @@
<script src="/script/chart.js"></script>
<script src="/script/utils.js"></script>
<link rel="stylesheet" href="/main.css">
<style>
body{
background:none;
}
</style>
</head>
<body>
<!-- Dark theme script must be included after body tag-->

Binary file not shown.