@@ -377,22 +376,22 @@ const state = reactive({
- 最新动态
+ {{ t("investor.latest_news.title") }}
-
最新财务
-
2023年3月29日
+
{{ t("investor.latest_news.financial.title") }}
+
{{ t("investor.latest_news.financial.date") }}
-
2022年第四季度和2022年全年收益结果
+
{{ t("investor.latest_news.financial.content") }}

-
收益公布
+
{{ t("investor.latest_news.financial.link") }}
@@ -400,16 +399,16 @@ const state = reactive({
-
最近的事件
-
2024年3月13日
+
{{ t("investor.latest_news.events.title") }}
+
{{ t("investor.latest_news.events.date") }}
-
Minim宣布与e2Companies达成合并协议
+
{{ t("investor.latest_news.events.content") }}
- 合并协议-新闻稿最终稿2024年12月3日
+ {{ t("investor.latest_news.events.link") }}
-
股票报价
-
+
{{ t("investor.latest_news.stock.title") }}
-
TradingView的MINM报价
+
{{ t("investor.latest_news.stock.content") }}

-
MINM报价
-
+
{{ t("investor.latest_news.stock.link") }}
@@ -446,7 +443,7 @@ const state = reactive({
- 财务数据
+ {{ t("investor.financial_data.title") }}
- 2023年
+ {{ t("investor.financial_data.years.year2023") }}
- 2022年
+ {{ t("investor.financial_data.years.year2022") }}
- 2021年
+ {{ t("investor.financial_data.years.year2021") }}
@@ -479,7 +476,7 @@ const state = reactive({
- 利润报告
+ {{ t("investor.financial_data.reports.profit_report") }}
@@ -514,7 +511,7 @@ const state = reactive({
- 收益报告
+ {{ t("investor.financial_data.reports.earnings_report") }}
@@ -549,7 +546,7 @@ const state = reactive({
- 财报电话会议
+ {{ t("investor.financial_data.reports.earnings_call") }}
@@ -584,7 +581,7 @@ const state = reactive({
- 10-Q/10-K
+ {{ t("investor.financial_data.reports.sec_filings") }}
@@ -620,27 +617,27 @@ const state = reactive({
- 年度报告
+ {{ t("investor.financial_data.reports.annual_report") }}
- 2023年
+ {{ t("investor.financial_data.years.year2023") }}
- 2022年
+ {{ t("investor.financial_data.years.year2022") }}
- 2021年
+ {{ t("investor.financial_data.years.year2021") }}
@@ -648,27 +645,27 @@ const state = reactive({
- 年度会议
+ {{ t("investor.financial_data.reports.annual_meeting") }}
- 2023年
+ {{ t("investor.financial_data.years.year2023") }}
- 2022年
+ {{ t("investor.financial_data.years.year2022") }}
- 2021年
+ {{ t("investor.financial_data.years.year2021") }}
@@ -676,26 +673,26 @@ const state = reactive({
- 特别股东大会
+ {{ t("investor.financial_data.reports.special_meeting") }}
- 2023年
+ {{ t("investor.financial_data.years.year2023") }}
- 2022年
+ {{ t("investor.financial_data.years.year2022") }}
- 2021年
+ {{ t("investor.financial_data.years.year2021") }}
@@ -704,27 +701,27 @@ const state = reactive({
- 委托书
+ {{ t("investor.financial_data.reports.proxy_statement") }}
- 2023年
+ {{ t("investor.financial_data.years.year2023") }}
- 2022年
+ {{ t("investor.financial_data.years.year2022") }}
- 2021年
+ {{ t("investor.financial_data.years.year2021") }}
@@ -734,7 +731,7 @@ const state = reactive({
@click="handleClick('https://ir.minim.com/contact')"
class="rounded-[24px] cursor-pointer justify-center w-[240px] pt-[3px] h-[47px] bg-[#8B59F7] text-[#fff] text-[18px] mt-[28px] ml-60% flex items-center float-up">
- 投资者沟通指南 >
+ {{ t("investor.financial_data.investor_guide") }} >