From 26e7047359db91aa7ba9d1b6fc2aa7d9364d2e55 Mon Sep 17 00:00:00 2001 From: yuanshan <42023847+piercezzs@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:41:03 +0800 Subject: [PATCH] fix press-releases --- .../customEcharts/size1440/index.vue | 33 ++- .../customEcharts/size375/index.vue | 43 +++- .../customEcharts/size768/index.vue | 33 ++- src/components/customHeader/index.vue | 4 +- src/components/customSelect/index.vue | 48 ++++ .../customSelect/size1440/index.vue | 207 ++++++++++++++++++ .../customSelect/size1920/index.vue | 207 ++++++++++++++++++ src/components/customSelect/size375/index.vue | 116 ++++++++++ src/components/customSelect/size768/index.vue | 207 ++++++++++++++++++ src/components/languagePicker/index.vue | 4 +- src/locales/enc.js | 87 ++++++++ src/locales/jac.js | 85 +++++++ src/locales/zh-TWc.js | 82 +++++++ src/locales/zhc.js | 82 +++++++ src/views/contacts/size1440/index.vue | 11 +- src/views/contacts/size1920/index.vue | 11 +- src/views/contacts/size375/index.vue | 11 +- src/views/contacts/size768/index.vue | 11 +- src/views/email-alerts/size1440/index.vue | 71 ++++-- src/views/email-alerts/size1920/index.vue | 71 ++++-- src/views/email-alerts/size375/index.vue | 59 +++-- src/views/email-alerts/size768/index.vue | 71 ++++-- src/views/press-releases/size1440/index.vue | 31 +-- src/views/press-releases/size1920/index.vue | 30 +-- src/views/press-releases/size768/index.vue | 30 +-- .../product-introduction/size1440/index.vue | 108 ++++----- .../product-introduction/size1920/index.vue | 108 ++++----- .../product-introduction/size375/index.vue | 110 +++++----- .../product-introduction/size768/index.vue | 108 ++++----- 29 files changed, 1630 insertions(+), 449 deletions(-) create mode 100644 src/components/customSelect/index.vue create mode 100644 src/components/customSelect/size1440/index.vue create mode 100644 src/components/customSelect/size1920/index.vue create mode 100644 src/components/customSelect/size375/index.vue create mode 100644 src/components/customSelect/size768/index.vue diff --git a/src/components/customEcharts/size1440/index.vue b/src/components/customEcharts/size1440/index.vue index d286a8b..eb60f47 100644 --- a/src/components/customEcharts/size1440/index.vue +++ b/src/components/customEcharts/size1440/index.vue @@ -6,23 +6,23 @@
- FiEE, Inc. Stock Price History + {{ t("historic_stock.echarts.title") }}
- Range + {{ t("historic_stock.echarts.range") }}
- {{ item }} + {{ item.label }}
@@ -42,17 +42,30 @@
+ + + + diff --git a/src/components/customSelect/size1440/index.vue b/src/components/customSelect/size1440/index.vue new file mode 100644 index 0000000..c4be42a --- /dev/null +++ b/src/components/customSelect/size1440/index.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/src/components/customSelect/size1920/index.vue b/src/components/customSelect/size1920/index.vue new file mode 100644 index 0000000..e022133 --- /dev/null +++ b/src/components/customSelect/size1920/index.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/src/components/customSelect/size375/index.vue b/src/components/customSelect/size375/index.vue new file mode 100644 index 0000000..7b8f484 --- /dev/null +++ b/src/components/customSelect/size375/index.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/src/components/customSelect/size768/index.vue b/src/components/customSelect/size768/index.vue new file mode 100644 index 0000000..d25881b --- /dev/null +++ b/src/components/customSelect/size768/index.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/src/components/languagePicker/index.vue b/src/components/languagePicker/index.vue index bdb3b15..cfc4094 100644 --- a/src/components/languagePicker/index.vue +++ b/src/components/languagePicker/index.vue @@ -17,9 +17,9 @@ const viewComponent = computed(() => { const viewWidth = width.value; if (viewWidth <= 450) { return size375; - } else if (viewWidth <= 835) { + } else if (viewWidth <= 1100) { return size768; - } else if (viewWidth <= 1640) { + } else if (viewWidth <= 1500) { return size1440; } else if (viewWidth <= 1920 || viewWidth > 1920) { return size1920; diff --git a/src/locales/enc.js b/src/locales/enc.js index 19ea527..eb4bf5e 100644 --- a/src/locales/enc.js +++ b/src/locales/enc.js @@ -85,6 +85,8 @@ export default { "5y": "5Y", "10y": "10Y", max: "Max", + start_time: "Start Time", + end_time: "End Time", }, }, header_menu: { @@ -135,4 +137,89 @@ export default { button: "Go", }, }, + product_intro: { + hero_line1: "More than just a tool——", + hero_line2: "Comprehensive growth solutions, ", + hero_line3: "providing a one-stop solution for content creation,", + hero_line4: "publishing, analysis, and monetization", + core_value_title: "Core Value", + core_value_text: + "The FIEE-SAAS platform is a one-stop content operation solution tailored for creators in the digital era. The platform utilizes intelligent distribution technology, A1 empowerment tools, and full-chain services,Assist you in efficiently reaching audiences on global mainstream platforms such as TikTok, YouTube, and Instagram, creating a KOL brand effect, unlocking content value, and achieving sustainable growth.", + features_title: "Product Features", + feature_sync: "One-click Synchronous Publishing", + feature_sync_desc: + "Synchronize graphic and video content to TikTok, YouTube, and Instagram platforms at once, saving time on repetitive operations.", + feature_schedule: "Intelligent Scheduled Publishing", + feature_schedule_desc: + "Plan the content release time in advance, support batch scheduling, and accurately grasp the optimal release time of each platform.", + feature_accounts: "Unified Management of Multiple Accounts", + feature_accounts_desc: + "Easily manage multiple accounts on one platform without the need for repeated login and switching, improving team collaboration efficiency.", + feature_library: "Cloud Content Library", + feature_library_desc: + "Safely store and manage all creative materials, access and use them anytime, anywhere, and support quick retrieval and reuse.", + feature_tracking: "Basic Data Tracking", + feature_tracking_desc: + "Visually view the content performance of various platforms, understand core data indicators, and provide a basis for optimizing strategies.", + solutions_title: "Value Added Solutions", + sol_kol: "KOL Brand Promotion Services", + sol_kol_desc: + "Efficiently connect high-quality business cooperation opportunities and complete the entire process management from order acceptance to publication within the platform.", + sol_content: "Professional Content Creation Support", + sol_content_desc: + "Connect professional shooting and post production teams for you, create high-quality \"art+story\" content, and strengthen IP influence.", + sol_ops: "Account Operation and Hosting Services", + sol_ops_desc: + "From 0 to 1 account positioning, follower growth strategy to monetization cycle, operation experts provide full cycle running and hosting services.", + advantages_title: "Our Advantages", + adv_time: "Time Saving", + adv_time_desc: + "Multi platform publishing efficiency improvement, allowing you to focus on content creation.", + adv_safe: "Safe and Reliable", + adv_safe_desc: + "Enterprise level data encryption and permission control ensure account and content security.", + adv_consistent: "Maintain Consistency", + adv_consistent_desc: + "Ensure that brand information is presented uniformly on all platforms.", + adv_data: "Data Driven", + adv_data_desc: + "Optimizing Content Strategies Based on Actual Performance.", + adv_easy: "Easy to Use", + adv_easy_desc: + "Intuitive interface design, no need for professional technical background.", + cta_title_line1: "Get customized ", + cta_title_line2: "solutions for free", + }, + contacts: { + title: "Investor Contacts", + company_name: "FiEE Inc.", + investor_relations: "Investor Relations", + email_label: "Email:", + }, + email_alerts: { + title: "E-Mail Alerts", + required_fields: "* Required Fields", + submitted_successfully: "Submitted successfully!", + submitted_info: "The information you submitted is as follows:", + form: { + first_name: "* First Name", + last_name: "* Last Name", + email: "* Email", + company: "* Company", + phone: "* Phone", + submit: "Submit", + }, + submitted_data: { + first_name: "First Name:", + last_name: "Last Name:", + email: "Email:", + company: "Company:", + phone: "Phone:", + not_filled: "Not filled in", + }, + validation: { + complete_info: "Please fill in complete information", + field_length: "Field length cannot exceed 50 characters", + }, + }, }; diff --git a/src/locales/jac.js b/src/locales/jac.js index fd951f2..33eb9fe 100644 --- a/src/locales/jac.js +++ b/src/locales/jac.js @@ -85,6 +85,8 @@ export default { "5y": "5年", "10y": "10年", "max": "最大", + start_time: "開始時間", + end_time: "終了時間", }, }, header_menu: { @@ -135,4 +137,87 @@ export default { button: "検索", }, }, + product_intro: { + hero_line1: "単なるツールではなく——", + hero_line2: "包括的な成長ソリューション、", + hero_line3: "コンテンツ制作のワンストップソリューションを提供し、", + hero_line4: "配信・分析・マネタイズまで対応", + core_value_title: "中核価値", + core_value_text: + "FIEE-SAASプラットフォームは、デジタル時代のクリエイター向けに設計されたワンストップのコンテンツ運用ソリューションです。インテリジェント配信技術、AI支援ツール、フルチェーンサービスを活用し、TikTok、YouTube、Instagramなどの主要プラットフォームで効率的にオーディエンスにリーチし、KOLブランド効果を創出し、コンテンツ価値を解放し、持続的な成長を実現します。", + features_title: "製品機能", + feature_sync: "ワンクリック同時投稿", + feature_sync_desc: + "画像・動画コンテンツをTikTok、YouTube、Instagramに一括同期し、繰り返し作業の時間を削減します。", + feature_schedule: "インテリジェント予約投稿", + feature_schedule_desc: + "事前に投稿時間を計画し、バッチ予約に対応。各プラットフォームの最適な投稿時間を正確に把握。", + feature_accounts: "複数アカウントの一元管理", + feature_accounts_desc: + "1つのプラットフォームで複数アカウントを簡単に管理。ログイン・切替の手間を省き、チーム協業効率を向上。", + feature_library: "クラウドコンテンツライブラリ", + feature_library_desc: + "すべての制作素材を安全に保管・管理。いつでもどこでもアクセス・利用可能で、迅速な検索と再利用をサポート。", + feature_tracking: "基本データトラッキング", + feature_tracking_desc: + "各プラットフォームのコンテンツ実績を可視化し、コア指標を把握。最適化の根拠を提供。", + solutions_title: "付加価値ソリューション", + sol_kol: "KOLブランドプロモーション", + sol_kol_desc: + "高品質なビジネス協業機会を効率的にマッチングし、受注から公開までの全工程をプラットフォーム内で完結。", + sol_content: "プロフェッショナルなコンテンツ制作支援", + sol_content_desc: + "撮影・編集の専門チームと連携し、高品質な“アート+ストーリー”コンテンツを制作し、IP影響力を強化。", + sol_ops: "アカウント運用・代行サービス", + sol_ops_desc: + "0から1までのアカウント設計、フォロワー成長戦略から収益化サイクルまで、運用専門家が一貫して支援。", + advantages_title: "私たちの強み", + adv_time: "時間の節約", + adv_time_desc: + "マルチプラットフォーム同時投稿で効率アップ。制作に集中できます。", + adv_safe: "安全で信頼できる", + adv_safe_desc: + "エンタープライズレベルのデータ暗号化と権限管理でアカウントとコンテンツを保護。", + adv_consistent: "一貫性の維持", + adv_consistent_desc: + "すべてのプラットフォームでブランド情報を統一的に提示。", + adv_data: "データドリブン", + adv_data_desc: "実績に基づく戦略最適化。", + adv_easy: "使いやすさ", + adv_easy_desc: "直感的なUIで専門知識不要。", + cta_title_line1: "無料で", + cta_title_line2: "カスタマイズされたソリューションを", + }, + contacts: { + title: "投資家連絡先", + company_name: "FiEE Inc.", + investor_relations: "投資家関係", + email_label: "メール:", + }, + email_alerts: { + title: "メールアラート", + required_fields: "* 必須項目", + submitted_successfully: "送信が完了しました!", + submitted_info: "送信された情報は以下の通りです:", + form: { + first_name: "* 名", + last_name: "* 姓", + email: "* メールアドレス", + company: "* 会社名", + phone: "* 電話番号", + submit: "送信", + }, + submitted_data: { + first_name: "名:", + last_name: "姓:", + email: "メールアドレス:", + company: "会社名:", + phone: "電話番号:", + not_filled: "未入力", + }, + validation: { + complete_info: "完全な情報を入力してください", + field_length: "フィールドの長さは50文字を超えることはできません", + }, + }, } \ No newline at end of file diff --git a/src/locales/zh-TWc.js b/src/locales/zh-TWc.js index f223fab..a6fda7f 100644 --- a/src/locales/zh-TWc.js +++ b/src/locales/zh-TWc.js @@ -85,6 +85,8 @@ export default { "5y": "5年", "10y": "10年", "max": "最大", + start_time: "開始時間", + end_time: "結束時間", }, }, header_menu: { @@ -135,4 +137,84 @@ export default { button: "開始", }, }, + product_intro: { + hero_line1: "不僅是一個工具——", + hero_line2: "全鏈路成長解決方案,", + hero_line3: "為內容創作提供一站式方案,", + hero_line4: "涵蓋發布、分析與變現", + core_value_title: "核心價值", + core_value_text: + "FIEE-SAAS 平台是一個為數位時代創作者量身打造的一站式內容營運解決方案。平台透過智慧分發技術、AI 賦能工具與全鏈服務,協助你高效觸達 TikTok、YouTube、Instagram 等全球主流平台受眾,打造 KOL 品牌效應,釋放內容價值,實現永續成長。", + features_title: "產品功能", + feature_sync: "一鍵同步發布", + feature_sync_desc: + "圖文與影片內容一鍵同步至 TikTok、YouTube、Instagram,節省重複操作時間。", + feature_schedule: "智慧排程發布", + feature_schedule_desc: + "事先規劃發布時間,支援批量排程,精準掌握各平台最佳發布時段。", + feature_accounts: "多帳號統一管理", + feature_accounts_desc: + "在一個平台輕鬆管理多個帳號,無需反覆登入與切換,提升團隊協作效率。", + feature_library: "雲端素材庫", + feature_library_desc: + "安全儲存與管理所有創作素材,隨時隨地取用,支援快速檢索與再利用。", + feature_tracking: "基礎數據追蹤", + feature_tracking_desc: + "以視覺化方式查看各平台內容表現,掌握核心指標,為策略優化提供依據。", + solutions_title: "增值解決方案", + sol_kol: "KOL 品牌推廣服務", + sol_kol_desc: + "高效率對接優質商務合作機會,於平台內完成從接單到發布的全流程管理。", + sol_content: "專業內容創作支援", + sol_content_desc: + "為你對接專業拍攝與後製團隊,打造高品質「藝術+故事」內容,強化 IP 影響力。", + sol_ops: "帳號營運與代營運服務", + sol_ops_desc: + "從 0 到 1 的帳號定位、粉絲成長策略到變現循環,營運專家提供全週期營運與託管服務。", + advantages_title: "我們的優勢", + adv_time: "節省時間", + adv_time_desc: "多平台聯動提升發布效率,專注內容創作。", + adv_safe: "安全可靠", + adv_safe_desc: "企業級數據加密與權限控管,保障帳號與內容安全。", + adv_consistent: "維持一致性", + adv_consistent_desc: "確保品牌資訊在各平台一致呈現。", + adv_data: "數據驅動", + adv_data_desc: "根據實際表現優化內容策略。", + adv_easy: "易於使用", + adv_easy_desc: "直覺化介面設計,無需專業技術背景。", + cta_title_line1: "免費獲取", + cta_title_line2: "專屬客製化方案", + }, + contacts: { + title: "投資者聯絡方式", + company_name: "FiEE Inc.", + investor_relations: "投資者關係", + email_label: "郵箱:", + }, + email_alerts: { + title: "郵件提醒", + required_fields: "* 必填欄位", + submitted_successfully: "提交成功!", + submitted_info: "您提交的資訊如下:", + form: { + first_name: "* 名字", + last_name: "* 姓氏", + email: "* 郵箱", + company: "* 公司", + phone: "* 電話", + submit: "提交", + }, + submitted_data: { + first_name: "名字:", + last_name: "姓氏:", + email: "郵箱:", + company: "公司:", + phone: "電話:", + not_filled: "未填寫", + }, + validation: { + complete_info: "請填寫完整資訊", + field_length: "欄位長度不能超過50個字符", + }, + }, } \ No newline at end of file diff --git a/src/locales/zhc.js b/src/locales/zhc.js index a9c9889..6f7ea8e 100644 --- a/src/locales/zhc.js +++ b/src/locales/zhc.js @@ -85,6 +85,8 @@ export default { "5y": '5年', "10y": '10年', max: '最大', + start_time: '开始时间', + end_time: '结束时间', }, }, header_menu: { @@ -135,4 +137,84 @@ export default { button: "开始", }, }, + product_intro: { + hero_line1: "不止于工具——", + hero_line2: "全链路增长解决方案,", + hero_line3: "为内容创作提供一站式方案,", + hero_line4: "覆盖发布、分析与变现", + core_value_title: "核心价值", + core_value_text: + "FIEE-SAAS 平台是为数字时代创作者量身打造的一站式内容运营解决方案。平台通过智能分发技术、AI 赋能工具与全链路服务,助你高效触达 TikTok、YouTube、Instagram 等全球主流平台受众,打造 KOL 品牌效应,释放内容价值,实现可持续增长。", + features_title: "产品功能", + feature_sync: "一键同步发布", + feature_sync_desc: + "图文与视频内容一键同步至 TikTok、YouTube、Instagram,节省重复操作时间。", + feature_schedule: "智能定时发布", + feature_schedule_desc: + "提前规划内容发布时间,支持批量排期,精准把握各平台最佳发布时间。", + feature_accounts: "多账号统一管理", + feature_accounts_desc: + "一个平台轻松管理多个账号,无需反复登录与切换,提升团队协同效率。", + feature_library: "云端素材库", + feature_library_desc: + "安全存储与管理全部创作素材,随时随地访问与使用,支持快速检索与复用。", + feature_tracking: "基础数据追踪", + feature_tracking_desc: + "可视化查看各平台内容表现,掌握核心数据指标,为策略优化提供依据。", + solutions_title: "增值解决方案", + sol_kol: "KOL 品牌推广服务", + sol_kol_desc: + "高效对接优质商务合作机会,在平台内完成从接单到发布的全流程管理。", + sol_content: "专业内容创作支持", + sol_content_desc: + "为你对接专业拍摄与后期团队,打造高质量“艺术+故事”内容,强化 IP 影响力。", + sol_ops: "账号运营与代运营服务", + sol_ops_desc: + "从 0 到 1 账号定位、粉丝增长策略到变现闭环,运营专家提供全周期运营与托管服务。", + advantages_title: "我们的优势", + adv_time: "节省时间", + adv_time_desc: "多平台联动提升发布效率,专注内容创作。", + adv_safe: "安全可靠", + adv_safe_desc: "企业级数据加密与权限控制,保障账号与内容安全。", + adv_consistent: "保持一致性", + adv_consistent_desc: "确保品牌信息在各平台统一呈现。", + adv_data: "数据驱动", + adv_data_desc: "基于实际表现优化内容策略。", + adv_easy: "易于使用", + adv_easy_desc: "直观的界面设计,无需专业技术背景。", + cta_title_line1: "免费获取", + cta_title_line2: "专属定制方案", + }, + contacts: { + title: "投资者联系方式", + company_name: "FiEE Inc.", + investor_relations: "投资者关系", + email_label: "邮箱:", + }, + email_alerts: { + title: "邮件提醒", + required_fields: "* 必填字段", + submitted_successfully: "提交成功!", + submitted_info: "您提交的信息如下:", + form: { + first_name: "* 名字", + last_name: "* 姓氏", + email: "* 邮箱", + company: "* 公司", + phone: "* 电话", + submit: "提交", + }, + submitted_data: { + first_name: "名字:", + last_name: "姓氏:", + email: "邮箱:", + company: "公司:", + phone: "电话:", + not_filled: "未填写", + }, + validation: { + complete_info: "请填写完整信息", + field_length: "字段长度不能超过50个字符", + }, + }, } \ No newline at end of file diff --git a/src/views/contacts/size1440/index.vue b/src/views/contacts/size1440/index.vue index ccc7459..3e85f65 100644 --- a/src/views/contacts/size1440/index.vue +++ b/src/views/contacts/size1440/index.vue @@ -1,6 +1,9 @@ +