Compare commits

...

2 Commits

Author SHA1 Message Date
qingjie.du
b41eeb9ce0 feat: update ContextWizard hero title and subtitle with i18n 2026-07-04 20:47:45 +09:00
qingjie.du
585a91e895 docs: add GitHub Documentation & Changelog links to footer 2026-07-02 18:02:12 +09:00

View File

@@ -628,13 +628,13 @@
i18n_messages.set('video_act_link', lang_map);
lang_map = new Map();
lang_map.set('en', 'Turn AI Chats Into Your Workspace');
lang_map.set('ja', 'AIチャットをあなたのワークスペースに');
lang_map.set('en', 'ContextWizard — AI Workspace & Chat Manager');
lang_map.set('ja', 'ContextWizard — AIワークスペースチャットマネージャー');
i18n_messages.set('hero_title', lang_map);
lang_map = new Map();
lang_map.set('en', 'Your Personal Memory Layer for Every AI Assistant');
lang_map.set('ja', 'すべてのAIアシスタントのためのパーソナルメモリーレイヤー');
lang_map.set('en', 'All-in-One AI Chat Manager & Prompt Organizer. Automatically capture, bookmark, and search across 10+ AI platforms.');
lang_map.set('ja', 'オールインワンAIチャットマネージャープロンプトオーガナイザー。10以上のAIプラットフォームで会話を自動キャプチャ、ブックマーク、検索。');
i18n_messages.set('hero_subtitle', lang_map);
lang_map = new Map();
@@ -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.');
@@ -1267,8 +1279,8 @@
<section class="hero reveal">
<div class="hero__text" data-animate>
<span class="hero__badge"><i class="bx bx-bot"></i> ContextWizard</span>
<h1 id="hero_title" class="hero__title">Turn AI Chats Into Your Workspace</h1>
<p id="hero_subtitle" style="font-size: 1.15rem; font-weight: 500; color: var(--text-bright, #f8fafc); line-height: 1.5; margin-bottom: 0.75rem;">Your Personal Memory Layer for Every AI Assistant</p>
<h1 id="hero_title" class="hero__title">ContextWizard — AI Workspace & Chat Manager</h1>
<p id="hero_subtitle" style="font-size: 1.15rem; font-weight: 500; color: var(--text-bright, #f8fafc); line-height: 1.5; margin-bottom: 0.75rem;">All-in-One AI Chat Manager & Prompt Organizer. Automatically capture, bookmark, and search across 10+ AI platforms.</p>
<p id="hero_lead" class="hero__lead">
Automatically capture, organize, bookmark and reconnect conversations across ChatGPT, Claude, Gemini and 10+ AI platforms, creating one searchable workspace that grows with your projects.
</p>
@@ -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.