- {item?.title}
+
+ {
+ introduceData.map((item, index) => {
+ return (
+
-
-
- {item?.price}
-
-
- {item?.priceSupply}
-
-
- {item?.priceDesc}
+
+
+ {item?.price}
+
+
+ {item?.priceSupply}
+
+
+ {item?.priceDesc}
+
+
+
+ {item?.feature?.map((el, i) => {
+ return (
+
+ {el}
+
+ );
+ })}
+
+
-
- {item?.feature?.map((el, i) => {
- return (
-
- {el}
-
- );
- })}
-
-
-
- );
- })
- }
-
-
-
-
+ );
+ })
+ }
+
+
+
-
diff --git a/src/components/cloud/CompaniesFeedback.astro b/src/components/cloud/CompaniesFeedback.astro
index 9ed6752a04d..81cac7a25e6 100644
--- a/src/components/cloud/CompaniesFeedback.astro
+++ b/src/components/cloud/CompaniesFeedback.astro
@@ -1,269 +1,391 @@
---
import { Image } from "astro:assets";
-import { useTranslations,isChinese } from "@i18n/util";
+import { useTranslations, isChinese } from "@i18n/util";
const t = useTranslations(Astro);
const ifzh = isChinese(Astro);
- const companyCustomers = [
- {
- name: t('cloud.feedback.soul.name'),
- theme: 'blue',
- logo: "https://img.alicdn.com/imgextra/i2/O1CN01GZhEqR1bY3dY5SOuY_!!6000000003476-2-tps-160-130.png",
- href: "https://code.alibaba-inc.com/goat/astro-nacos",
- description: t('cloud.feedback.soul.description'),
- },
- {
- name: t('cloud.feedback.laidian.name'),
- theme: 'black',
- logo: "https://img.alicdn.com/imgextra/i3/O1CN010ulPrT1M45UNBCAXe_!!6000000001380-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/855894",
- description: t('cloud.feedback.laidian.description'),
- },
- {
- name: t('cloud.feedback.zeekr.name'),
- theme: 'gray',
- logo: "https://img.alicdn.com/imgextra/i2/O1CN01zluUCK29BKvOCojPr_!!6000000008029-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/1173573",
- description: t('cloud.feedback.zeekr.description'),
- },
- {
- name: t('cloud.feedback.ykc.name'),
- theme: 'blue',
- logo: "https://img.alicdn.com/imgextra/i1/O1CN01LWMfwx1Ggf9VGmXBF_!!6000000000652-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/1172572?groupCode=mse",
- description: t('cloud.feedback.ykc.description'),
- },
- {
- name: t('cloud.feedback.bosideng.name'),
- theme: 'black',
- logo: "https://img.alicdn.com/imgextra/i2/O1CN01d7EDXs1HLsnXSTgGG_!!6000000000742-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/1147221?groupCode=mse",
- description: t('cloud.feedback.bosideng.description'),
- },
- {
- name: t('cloud.feedback.skechers.name'),
- theme: 'gray',
- logo: "https://img.alicdn.com/imgextra/i1/O1CN01P1k9gA1YpVsxPYzAw_!!6000000003108-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/844814",
- description: t('cloud.feedback.skechers.description'),
- },
- {
- name: t('cloud.feedback.very.name'),
- theme: 'blue',
- logo: "https://img.alicdn.com/imgextra/i1/O1CN01DevTFA28W7HY1JFC6_!!6000000007939-2-tps-160-130.png",
- href: "https://developer.aliyun.com/article/992090",
- description: t('cloud.feedback.very.description'),
- },
- {
- name: t('cloud.feedback.helian.name'),
- theme: 'black',
- logo: "https://img.alicdn.com/imgextra/i3/O1CN01YmUBmh1snwqr4kRot_!!6000000005812-2-tps-544-180.png",
- href: "https://developer.aliyun.com/article/1095573",
- description: t('cloud.feedback.helian.description'),
- },
- {
- name: t('cloud.feedback.zhijin.name'),
- theme: 'gray',
- logo: "https://img.alicdn.com/imgextra/i3/O1CN015GIqM31qsPTObt2CV_!!6000000005551-2-tps-544-180.png",
- href: "https://developer.aliyun.com/article/1064881",
- description: t('cloud.feedback.zhijin.description'),
- }
- ];
+const companyCustomers = [
+ {
+ name: t("cloud.feedback.soul.name"),
+ theme: "blue",
+ logo: "https://img.alicdn.com/imgextra/i2/O1CN01GZhEqR1bY3dY5SOuY_!!6000000003476-2-tps-160-130.png",
+ href: "https://code.alibaba-inc.com/goat/astro-nacos",
+ description: t("cloud.feedback.soul.description"),
+ },
+ {
+ name: t("cloud.feedback.laidian.name"),
+ theme: "black",
+ logo: "https://img.alicdn.com/imgextra/i3/O1CN010ulPrT1M45UNBCAXe_!!6000000001380-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/855894",
+ description: t("cloud.feedback.laidian.description"),
+ },
+ {
+ name: t("cloud.feedback.zeekr.name"),
+ theme: "gray",
+ logo: "https://img.alicdn.com/imgextra/i2/O1CN01zluUCK29BKvOCojPr_!!6000000008029-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/1173573",
+ description: t("cloud.feedback.zeekr.description"),
+ },
+ {
+ name: t("cloud.feedback.ykc.name"),
+ theme: "blue",
+ logo: "https://img.alicdn.com/imgextra/i1/O1CN01LWMfwx1Ggf9VGmXBF_!!6000000000652-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/1172572?groupCode=mse",
+ description: t("cloud.feedback.ykc.description"),
+ },
+ {
+ name: t("cloud.feedback.bosideng.name"),
+ theme: "black",
+ logo: "https://img.alicdn.com/imgextra/i2/O1CN01d7EDXs1HLsnXSTgGG_!!6000000000742-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/1147221?groupCode=mse",
+ description: t("cloud.feedback.bosideng.description"),
+ },
+ {
+ name: t("cloud.feedback.skechers.name"),
+ theme: "gray",
+ logo: "https://img.alicdn.com/imgextra/i1/O1CN01P1k9gA1YpVsxPYzAw_!!6000000003108-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/844814",
+ description: t("cloud.feedback.skechers.description"),
+ },
+ {
+ name: t("cloud.feedback.very.name"),
+ theme: "blue",
+ logo: "https://img.alicdn.com/imgextra/i1/O1CN01DevTFA28W7HY1JFC6_!!6000000007939-2-tps-160-130.png",
+ href: "https://developer.aliyun.com/article/992090",
+ description: t("cloud.feedback.very.description"),
+ },
+ {
+ name: t("cloud.feedback.helian.name"),
+ theme: "black",
+ logo: "https://img.alicdn.com/imgextra/i3/O1CN01YmUBmh1snwqr4kRot_!!6000000005812-2-tps-544-180.png",
+ href: "https://developer.aliyun.com/article/1095573",
+ description: t("cloud.feedback.helian.description"),
+ },
+ {
+ name: t("cloud.feedback.zhijin.name"),
+ theme: "gray",
+ logo: "https://img.alicdn.com/imgextra/i3/O1CN015GIqM31qsPTObt2CV_!!6000000005551-2-tps-544-180.png",
+ href: "https://developer.aliyun.com/article/1064881",
+ description: t("cloud.feedback.zhijin.description"),
+ },
+];
- // blue
- // bg: bg-blue-08; text: text-blue-01 logo: text-gray-03
- // black
- // bg: bg-gray-14; text: text-gray-03 logo: text-gray-03
- // gray
- // bg: bg-gray-03; text: text-gray-14 logo: text-gray-14
+// blue
+// bg: bg-blue-08; text: text-blue-01 logo: text-gray-03
+// black
+// bg: bg-gray-14; text: text-gray-03 logo: text-gray-03
+// gray
+// bg: bg-gray-03; text: text-gray-14 logo: text-gray-14
---
-
-
-
{t('cloud.feedback.about')}
-
{t('cloud.feedback.title')}
-
+
+
+
+
{t("cloud.feedback.about")}
+
+ {t("cloud.feedback.title")}
+
+
+
+
+
+ {
+ companyCustomers.map((company) => {
+ const { name, logo, description, theme, href } = company;
+ const isBule = theme === "blue";
+ const isBlack = theme === "black";
+ const isGray = theme === "gray";
+ return (
+
+ -
+
+
+
+ );
+ })
+ }
+
+
+ {
+ companyCustomers.map((company) => {
+ const { name, logo, description, theme, href } = company;
+ const isBule = theme === "blue";
+ const isBlack = theme === "black";
+ const isGray = theme === "gray";
+ return (
+
+ -
+
+
+
+ );
+ })
+ }
+
+
-
-
+
{
companyCustomers.map((company) => {
const { name, logo, description, theme, href } = company;
- const isBule = theme === 'blue';
- const isBlack = theme === 'black';
- const isGray = theme === 'gray';
+ const isBule = theme === "blue";
+ const isBlack = theme === "black";
+ const isGray = theme === "gray";
return (
- -
-
-
{description}
-
-
{name}
-
+
+
-
-
- );
- })
- }
-
-
- {
- companyCustomers.map((company) => {
- const { name, logo, description, theme,href } = company;
- const isBule = theme === 'blue';
- const isBlack = theme === 'black';
- const isGray = theme === 'gray';
- return (
-
- -
-
);
})
}
-
-
+
+
+
-
- {
- companyCustomers.map((company) => {
- const { name, logo, description, theme, href } = company;
- const isBule = theme === 'blue';
- const isBlack = theme === 'black';
- const isGray = theme === 'gray';
- return (
-
-
-
- );
- })
+
\ No newline at end of file
+
diff --git a/src/components/common/BaseContainer.astro b/src/components/common/BaseContainer.astro
index 26ff8f5925c..bfb36d95e92 100644
--- a/src/components/common/BaseContainer.astro
+++ b/src/components/common/BaseContainer.astro
@@ -10,7 +10,7 @@ const { class:className } = Astro.props;
-
diff --git a/src/components/common/EbookLock.astro b/src/components/common/EbookLock.astro
index 4835dd87282..86a3fcbd216 100644
--- a/src/components/common/EbookLock.astro
+++ b/src/components/common/EbookLock.astro
@@ -19,43 +19,52 @@ const t = useTranslations(Astro);
/>
-
-
-
- {t('commmon.ebook.click.download')}
{t('commmon.ebook.complete.get')}
{t('commmon.ebook.enjoy.read')}
-
-
+
+
+
+
+ {t("commmon.ebook.click.download")}
+ {t("commmon.ebook.complete.get")}
+ {t("commmon.ebook.enjoy.read")}
+
+
+