File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717const (
1818 ProjectName = "api_show"
19- ProjectVersion = "v0.0.9 "
19+ ProjectVersion = "v0.0.10 "
2020 ProjectBundleID = "com.0xYeah.api_show"
2121
2222 ListenPort = 12110
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ var UserACLList = map[string]User{
4040 "ohyeah" : {
4141 Display : "OhYeah" ,
4242 ACL : map [string ][]string {
43- "cg " : {"*" },
44- "ame " : {"*" },
43+ "certa_cg " : {"*" },
44+ "certa_ame " : {"*" },
4545 },
4646 },
4747 "hl" : {
4848 Display : "hl" ,
4949 ACL : map [string ][]string {
50- "cg " : {"*" },
50+ "certa_cg " : {"*" },
5151 },
5252 },
5353}
Original file line number Diff line number Diff line change 1- ## v0.0.8 ChangeLog
1+ ## v0.0.10 ChangeLog
22
3- - Release:--: v0.0.8_2026 -04-28_12:18:18_UTC
4- - Range: ba7883c31e2756f69b3a9858d60e7f307eafc95d ..HEAD
3+ - Release:--: v0.0.10_2026 -04-28_14:45:11_UTC
4+ - Range: 715db2ed53f1506736a0520ee43a1dc1fac93fbf ..HEAD
55- Commits: 0
66
77### commit infos
You can’t perform that action at this time.
0 commit comments