diff --git a/README.md b/README.md index bcc411a..3735709 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ simple 模板效果图(用于展示贡献指南)
📋 点击展开查看完整更新日志 +### v4.5.0 +- 添加新的模板主题 retro_futurism, 灵感来源明日方舟 孤星 未来复古主义主题;添加模板调试工具 scripts/debug_render.py,方便用户在不启动 AstrBot 的情况下调试模板效果 (@Saramanda9988) + ### v4.4.0 - 修复可能的图片生成成功但是发送失败的情况,增加 Fallback 的 BASE64 编码的图片发送方式(@Heximiao) diff --git a/assets/retro_futurism.png b/assets/retro_futurism.png new file mode 100644 index 0000000..f5f212c Binary files /dev/null and b/assets/retro_futurism.png differ diff --git a/metadata.yaml b/metadata.yaml index 8158186..dece3b9 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -14,6 +14,6 @@ help: | # 插件的帮助信息 命令: /群分析 [天数] - 分析群聊活动 /分析设置 [操作] - 管理设置(enable/disable/status/test) -version: v4.4.0 # 插件版本号。格式:v1.1.1 或者 v1.1 +version: v4.5.0 # 插件版本号。格式:v1.1.1 或者 v1.1 author: SXP-Simon # 作者 repo: https://github.com/SXP-Simon/astrbot-qq-group-daily-analysis # 插件的仓库地址 diff --git a/src/reports/templates/retro_futurism_report.html b/src/reports/templates/retro_futurism_report.html deleted file mode 100644 index d7e2bd3..0000000 --- a/src/reports/templates/retro_futurism_report.html +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - LUNABOX TERMINAL REPORT - - - - - - - - - - - - -
- -
- -
-
-
-
-
- -
-
System Report // {{.ExportTime}}
-

LunaBox
Instruction
Catalogue

-
- PERIOD: {{.StartDate}} >> {{.EndDate}} -
-
- -
- -
- Total Sessions -
{{.TotalPlayCount}}
-
- -
- Total Duration -
{{.TotalPlayTimeStr}}
-
-
- - - {{if .AISummary}} -
- {{.AISummary}} -
- {{end}} - - - {{if .ChartLabels}} - -
-
-
FIGURE_01: TIME_SERIES
- -
-
- {{end}} - - {{if .GameTrendData}} -
-
-
FIGURE_02: GAME_TRENDS
- -
-
- {{end}} - - - {{if .Leaderboard}} - -
-
- {{range $index, $game := .Leaderboard}} -
-
#{{add $index 1}}
-
- {{if $game.CoverBase64}} - {{$game.GameName}} - {{else if $game.CoverURL}} - {{$game.GameName}} - {{else}} -
NO_IMG
- {{end}} -
-
-

{{$game.GameName}}

-
-
{{$game.DurationStr}}
-
- {{end}} -
-
- {{end}} - -
-
Generated by {{.AppName}} v{{.AppVersion}}
-
END OF LINE_
-
-
- - - - - - -