mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 05:31:52 +00:00
fix(i18n): clarify highlighted quote heading
Use a clearer, more natural Vietnamese heading for highlighted quotes in QQ Official Markdown reports. The unrelated working-tree change in .github/copilot-instructions.md is intentionally excluded.
This commit is contained in:
@@ -171,7 +171,7 @@ class QQOfficialMarkdownReportGenerator:
|
||||
lines.append(f" > {reason}")
|
||||
lines.append("")
|
||||
|
||||
lines.append("## 💬 Câu nói vàng")
|
||||
lines.append("## 💬 Câu nói ấn tượng")
|
||||
max_golden_quotes = self.config_manager.get_max_golden_quotes()
|
||||
for index, golden_quote in enumerate(
|
||||
stats.golden_quotes[:max_golden_quotes], 1
|
||||
|
||||
Reference in New Issue
Block a user