Skip to content

Commit 02664b1

Browse files
committed
Release:--: v0.0.10_2026-04-28_14:45:11_UTC
1 parent 715db2e commit 02664b1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ac_config/ac_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
const (
1818
ProjectName = "api_show"
19-
ProjectVersion = "v0.0.9"
19+
ProjectVersion = "v0.0.10"
2020
ProjectBundleID = "com.0xYeah.api_show"
2121

2222
ListenPort = 12110

auth/user_acl.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)