From cab2491b2b39545641d2d9f1701e8434a94ade1e Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Mon, 14 Jul 2025 10:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=B0=86=E8=82=A1=E7=A5=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81MINM=E4=BF=AE=E6=94=B9=E4=B8=BAFIEE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/de.js | 6 +++--- src/locales/en.js | 8 ++++---- src/locales/ja.js | 6 +++--- src/locales/zh-TW.js | 6 +++--- src/locales/zh.js | 6 +++--- src/views/myHome/size1440/index.vue | 2 +- src/views/myHome/size1920/index.vue | 2 +- src/views/myHome/size375/index.vue | 2 +- src/views/myHome/size768/index.vue | 2 +- src/views/press-releases/size1440/index.vue | 4 ++-- src/views/press-releases/size1920/index.vue | 4 ++-- src/views/press-releases/size375/index.vue | 4 ++-- src/views/press-releases/size768/index.vue | 4 ++-- src/views/stock-quote/size1440/index.vue | 2 +- src/views/stock-quote/size1920/index.vue | 2 +- src/views/stock-quote/size375/index.vue | 2 +- src/views/stock-quote/size768/index.vue | 2 +- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/locales/de.js b/src/locales/de.js index 1c69186..a274028 100644 --- a/src/locales/de.js +++ b/src/locales/de.js @@ -350,7 +350,7 @@ export default { }, investor: { title: 'Investor Relations', - subtitle: 'Finanzstatus von Minim (NASDAQ: MINM)', + subtitle: 'Finanzstatus von Minim (NASDAQ: FIEE)', latest_news: { title: 'Aktuelle Nachrichten', financial: { @@ -367,8 +367,8 @@ export default { }, stock: { title: 'Aktienkurs', - content: 'MINM-Kurs auf TradingView', - link: 'MINM-Kurs' + content: 'FIEE-Kurs auf TradingView', + link: 'FIEE-Kurs' } }, financial_data: { diff --git a/src/locales/en.js b/src/locales/en.js index b8a28ec..d38f459 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -378,7 +378,7 @@ export default { }, investor: { title: "Investor Relations", - subtitle: "Minim (NASDAQ: MINM) Financial Status", + subtitle: "Minim (NASDAQ: FIEE) Financial Status", latest_news: { title: "Latest News", financial: { @@ -395,8 +395,8 @@ export default { }, stock: { title: "Stock Quote", - content: "MINM Quote on TradingView", - link: "MINM Quote", + content: "FIEE Quote on TradingView", + link: "FIEE Quote", }, }, financial_data: { @@ -607,7 +607,7 @@ export default { TITLETWO: { TITLE: "About FiEE, Inc.", CONTENT: - 'FiEE, Inc. (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. We have a historical track record of delivering a comprehensive WiFi/Software as a Service platform in the market. After years of development, we made the strategic decision to transition to a Software First Model in 2023 to expand our technology portfolio and revenue streams. In 2025, we rebranded ourselves as a technology company leveraging our expertise in IoT, connectivity, and artificial intelligence ("AI") to explore new business prospects and extend our global footprint.', + 'FiEE, Inc. (NASDAQ: FIEE), formerly Minim, Inc., was founded in 1977. We have a historical track record of delivering a comprehensive WiFi/Software as a Service platform in the market. After years of development, we made the strategic decision to transition to a Software First Model in 2023 to expand our technology portfolio and revenue streams. In 2025, we rebranded ourselves as a technology company leveraging our expertise in IoT, connectivity, and artificial intelligence ("AI") to explore new business prospects and extend our global footprint.', CONTENTTWO: 'into four key categories: Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and Professional To-C and To-B Services & Support. Notably, we have introduced our innovative Software as a Service ("SaaS") solutions, which integrate our AI and data analytics capabilities into content creation and brand management. This initiative has led to the nurturing of a robust pool of Key Opinion Leaders (KOLs) on major social media platforms worldwide, assisting them in developing, managing, and optimizing their digital presence across global platforms. Our services include customized graphics and posts, short videos, and editorial calendars tailored to align with brand objectives.', CONTENTTHREE: diff --git a/src/locales/ja.js b/src/locales/ja.js index 283f256..ee50502 100644 --- a/src/locales/ja.js +++ b/src/locales/ja.js @@ -350,7 +350,7 @@ export default { }, investor: { title: '投資家向け情報', - subtitle: 'Minim(NASDAQ: MINM)財務状況', + subtitle: 'Minim(NASDAQ: FIEE)財務状況', latest_news: { title: '最新ニュース', financial: { @@ -367,8 +367,8 @@ export default { }, stock: { title: '株価情報', - content: 'TradingViewのMINM株価', - link: 'MINM株価' + content: 'TradingViewのFIEE株価', + link: 'FIEE株価' } }, financial_data: { diff --git a/src/locales/zh-TW.js b/src/locales/zh-TW.js index 10a6254..9a5b2cb 100644 --- a/src/locales/zh-TW.js +++ b/src/locales/zh-TW.js @@ -346,7 +346,7 @@ export default { }, investor: { title: '投資者關係', - subtitle: 'Minim(納斯達克股票代碼:MINM)財務狀況', + subtitle: 'Minim(納斯達克股票代碼:FIEE)財務狀況', latest_news: { title: '最新動態', financial: { @@ -363,8 +363,8 @@ export default { }, stock: { title: '股票報價', - content: 'TradingView的MINM報價', - link: 'MINM報價' + content: 'TradingView的FIEE報價', + link: 'FIEE報價' } }, financial_data: { diff --git a/src/locales/zh.js b/src/locales/zh.js index f2f4b71..dfd724f 100644 --- a/src/locales/zh.js +++ b/src/locales/zh.js @@ -351,7 +351,7 @@ export default { }, investor: { title: '投资者关系', - subtitle: 'Minim(纳斯达克股票代码:MINM)财务状况', + subtitle: 'Minim(纳斯达克股票代码:FIEE)财务状况', latest_news: { title: '最新动态', financial: { @@ -368,8 +368,8 @@ export default { }, stock: { title: '股票报价', - content: 'TradingView的MINM报价', - link: 'MINM报价' + content: 'TradingView的FIEE报价', + link: 'FIEE报价' } }, financial_data: { diff --git a/src/views/myHome/size1440/index.vue b/src/views/myHome/size1440/index.vue index 8a75958..78b019b 100644 --- a/src/views/myHome/size1440/index.vue +++ b/src/views/myHome/size1440/index.vue @@ -161,7 +161,7 @@ $t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE") }} NASDAQ: MINMNASDAQ: FIEE
diff --git a/src/views/myHome/size1920/index.vue b/src/views/myHome/size1920/index.vue index bd953bc..24571ea 100644 --- a/src/views/myHome/size1920/index.vue +++ b/src/views/myHome/size1920/index.vue @@ -156,7 +156,7 @@ {{ $t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE") }} - NASDAQ: MINM + NASDAQ: FIEE
{{ diff --git a/src/views/myHome/size375/index.vue b/src/views/myHome/size375/index.vue index 61cbc10..866b8de 100644 --- a/src/views/myHome/size375/index.vue +++ b/src/views/myHome/size375/index.vue @@ -161,7 +161,7 @@ $t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE") }} NASDAQ: MINMNASDAQ: FIEE
diff --git a/src/views/myHome/size768/index.vue b/src/views/myHome/size768/index.vue index 9ce40b1..291533d 100644 --- a/src/views/myHome/size768/index.vue +++ b/src/views/myHome/size768/index.vue @@ -161,7 +161,7 @@ $t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE") }} NASDAQ: MINMNASDAQ: FIEE
diff --git a/src/views/press-releases/size1440/index.vue b/src/views/press-releases/size1440/index.vue index 94b96cf..ab55eeb 100644 --- a/src/views/press-releases/size1440/index.vue +++ b/src/views/press-releases/size1440/index.vue @@ -96,13 +96,13 @@ const state = reactive({ date: "June 3, 2025", title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo", content: - "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", + "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", }, { date: "June 2, 2025", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", content: - "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", + "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", }, { date: "May 30, 2025", diff --git a/src/views/press-releases/size1920/index.vue b/src/views/press-releases/size1920/index.vue index b33fd65..2ad9adc 100644 --- a/src/views/press-releases/size1920/index.vue +++ b/src/views/press-releases/size1920/index.vue @@ -96,13 +96,13 @@ const state = reactive({ date: "June 3, 2025", title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo", content: - "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", + "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", }, { date: "June 2, 2025", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", content: - "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", + "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", }, { date: "May 30, 2025", diff --git a/src/views/press-releases/size375/index.vue b/src/views/press-releases/size375/index.vue index 68aaf9d..245d791 100644 --- a/src/views/press-releases/size375/index.vue +++ b/src/views/press-releases/size375/index.vue @@ -103,13 +103,13 @@ const state = reactive({ date: "June 3, 2025", title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo", content: - "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", + "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", }, { date: "June 2, 2025", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", content: - "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", + "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", }, { date: "May 30, 2025", diff --git a/src/views/press-releases/size768/index.vue b/src/views/press-releases/size768/index.vue index 1d7ada8..660dfbb 100644 --- a/src/views/press-releases/size768/index.vue +++ b/src/views/press-releases/size768/index.vue @@ -96,13 +96,13 @@ const state = reactive({ date: "June 3, 2025", title: "FiEE, Inc. seized market opportunities through 2025 Osaka Expo", content: - "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", + "Hong Kong, 3 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, is pleased to announce significant business updates....", }, { date: "June 2, 2025", title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", content: - "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:MINM) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", + "Hong Kong, 2 June 2025 — FiEE, Inc. (NASDAQ:FIEE) (“FiEE, Inc.” or the “Company”), a technology company integrating IoT, connectivity and AI to redefine brand management solutions in the digital era, commenced...", }, { date: "May 30, 2025", diff --git a/src/views/stock-quote/size1440/index.vue b/src/views/stock-quote/size1440/index.vue index 5cf1458..ea13244 100644 --- a/src/views/stock-quote/size1440/index.vue +++ b/src/views/stock-quote/size1440/index.vue @@ -13,7 +13,7 @@ getStockQuate()
${{ stockQuote.price }}
-
NASDAQ: MINM
+
NASDAQ: FIEE
{{ formatted }}
diff --git a/src/views/stock-quote/size1920/index.vue b/src/views/stock-quote/size1920/index.vue index b2096cd..185e039 100644 --- a/src/views/stock-quote/size1920/index.vue +++ b/src/views/stock-quote/size1920/index.vue @@ -13,7 +13,7 @@ getStockQuate()
${{ stockQuote.price }}
-
NASDAQ: MINM
+
NASDAQ: FIEE
{{ formatted }}
diff --git a/src/views/stock-quote/size375/index.vue b/src/views/stock-quote/size375/index.vue index 3804d38..a79d6f8 100644 --- a/src/views/stock-quote/size375/index.vue +++ b/src/views/stock-quote/size375/index.vue @@ -9,7 +9,7 @@ getStockQuate();
${{ stockQuote.price }}
-
NASDAQ: MINM
+
NASDAQ: FIEE
{{ formatted }}
diff --git a/src/views/stock-quote/size768/index.vue b/src/views/stock-quote/size768/index.vue index 71e4d31..3321004 100644 --- a/src/views/stock-quote/size768/index.vue +++ b/src/views/stock-quote/size768/index.vue @@ -13,7 +13,7 @@ getStockQuate();
${{ stockQuote.price }}
-
NASDAQ: MINM
+
NASDAQ: FIEE
{{ formatted }}