docs: add GitHub Documentation & Changelog links to footer

This commit is contained in:
qingjie.du
2026-07-02 18:02:12 +09:00
parent c754d886c5
commit 585a91e895

View File

@@ -1161,6 +1161,18 @@
lang_map.set('ja', 'お問い合わせ');
i18n_messages.set('footer_contact', lang_map);
lang_map = new Map();
lang_map.set('en', 'Documentation');
lang_map.set('ja', 'ドキュメント');
lang_map.set('zh-CN', '文档');
i18n_messages.set('footer_docs', lang_map);
lang_map = new Map();
lang_map.set('en', 'Changelog');
lang_map.set('ja', '変更履歴');
lang_map.set('zh-CN', '更新日志');
i18n_messages.set('footer_changelog', lang_map);
lang_map = new Map();
lang_map.set('en', '© 2026 amiPro, LLC. All rights reserved.');
lang_map.set('ja', '© 2026 amiPro, LLC. All rights reserved.');
@@ -1760,6 +1772,8 @@
<a id="footer_privacy" href="contextwizard_privacy_policy.html" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">Privacy Policy</a>
<a href="contextwizard_tokushoho.html" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">特定商取引法に基づく表記</a>
<a id="footer_contact" href="mailto:support@amipro.me" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">Contact</a>
<a id="footer_docs" href="https://github.com/dqj1998/contextwizard-releases/tree/main/docs" target="_blank" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">Documentation</a>
<a id="footer_changelog" href="https://github.com/dqj1998/contextwizard-releases/blob/main/CHANGELOG.md" target="_blank" style="color: rgba(248, 250, 252, 0.7); text-decoration: none;">Changelog</a>
</div>
<p id="footer_copy" class="text-center mt-3" style="color: rgba(248, 250, 252, 0.5); font-size: 0.85rem; margin-bottom: 0;">
© 2026 amiPro, LLC. All rights reserved.