File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515
1616const (
1717 ProjectName = "api_show"
18- ProjectVersion = "v0.0.3 "
18+ ProjectVersion = "v0.0.4 "
1919
2020 // ListenPort is the default HTTP listen port for the api_show portal.
2121 // Overridable via API_SHOW_PORT env at boot, or `port` in config.yaml.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## v0.0.4 ChangeLog
2+
3+ - Release:--: v0.0.4_2026-04-28_08:50:05_UTC
4+ - Range: b51074ea3dc09fca9ddf07b4f2351147bc92cd20..HEAD
5+ - Commits: 1
6+
7+ ### commit infos
8+
9+ - 11 files changed, 345 insertions(+), 211 deletions(-)
10+
11+ ```
12+ ac_config/ac_config.go | 88 ++++++++++++++++++++++++++-
13+ build.sh | 10 ++--
14+ deploy/api_show.service | 34 -----------
15+ deploy/install.sh | 87 ---------------------------
16+ deploy/nginx.conf | 36 -----------
17+ deploy/upgrade.sh | 37 ------------
18+ example_files/api_show.service | 17 ++++++
19+ example_files/config_example.yaml | 23 +++++++
20+ example_files/install_api_show.sh | 123 ++++++++++++++++++++++++++++++++++++++
21+ example_files/nginx.conf | 27 +++++++++
22+ main.go | 74 ++++++++++++++++++++---
23+ 11 files changed, 345 insertions(+), 211 deletions(-)
24+ ```
25+
26+ ### commit messages
27+
28+ - 2026-04-28 06cdbca refactor: align with project_template_go layout + add only_local app-level upload guard
You can’t perform that action at this time.
0 commit comments