Compare commits

...

3 Commits

Author SHA1 Message Date
jeremygan2021
6a411ebc38 1
Some checks failed
构建并部署 / build-and-deploy (push) Failing after 5s
2026-02-13 10:00:13 +08:00
jeremygan2021
1abeb81ee0 1 2026-02-13 09:59:38 +08:00
jeremygan2021
d41066f32e 1 2026-02-13 09:55:41 +08:00
8 changed files with 19 additions and 18 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ src/asset/font/*.TTF
public/team_image/
public/*.mp4
src/asset/*.mp4

BIN
public/.DS_Store vendored

Binary file not shown.

BIN
public/3dV2/.DS_Store vendored

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
/* 字体导入 */
@font-face {
font-family: 'ZiHunXingHei';
src: url('./asset/font/ZiHunXingHei(ShangYongXuShouQuan)-2.ttf') format('truetype');
src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/ZiHunXingHei(ShangYongXuShouQuan)-2.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -9,7 +9,7 @@
@font-face {
font-family: 'TianYingZhangKaiShu';
src: url('./asset/font/方正字迹-佩安硬笔简体.TTF') format('truetype');
src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/方正字迹-佩安硬笔简体.TTF') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -17,7 +17,7 @@
@font-face {
font-family: 'meiheijian';
src: url('./asset/font/腾祥魅黑简.TTF') format('truetype');
src: url('https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/font/腾祥魅黑简.TTF') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;

View File

@@ -81,7 +81,7 @@ const HeroSection = ({ isActive }) => {
playsInline
controls={false}
preload="auto"
src="/stay.mp4"
src="https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/stay.mp4"
onError={(e) => console.error('Video error:', e)}
onLoadStart={() => console.log('Video loading started')}
onCanPlay={() => console.log('Video can play')}

View File

@@ -147,18 +147,18 @@ const ProductSection = ({ isActive }) => {
const modelConfigs = {
v3: {
obj: '/3dmodo/xiaoliang1.obj',
mtl: '/3dmodo/xiaoliang1.mtl',
obj: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dmodo/xiaoliang1.obj',
mtl: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dmodo/xiaoliang1.mtl',
name: '小量 V3'
},
mini: {
obj: '/3dmimi/3D_PCB_V3-mini.obj',
mtl: '/3dmimi/3D_PCB_V3-mini.mtl',
obj: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dmimi/3D_PCB_V3-mini.obj',
mtl: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dmimi/3D_PCB_V3-mini.mtl',
name: '小量 mini'
},
v2: {
obj: '/3dV2/xiaoliangV2.obj',
mtl: '/3dV2/xiaolaingV2.mtl',
obj: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dV2/xiaoliangV2.obj',
mtl: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/3dV2/xiaolaingV2.mtl',
name: '小量 V2'
}
};

View File

@@ -8,8 +8,8 @@ const TeamSection = ({ isActive }) => {
name: '阿甘',
role: '创始人',
bio: '从0到1推动产品与战略落地专注AI与工业融合。',
avatar: '/team_image/agan.png',
portrait: '/team_image/agan.png',
avatar: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/agan.png',
portrait: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/agan.png',
brandLogo: '/asset/logo-bai.png',
education: ['本科(待补充)', '硕士(待补充)'],
experience: [
@@ -23,8 +23,8 @@ const TeamSection = ({ isActive }) => {
name: '立伟',
role: '市场运营总监',
bio: '增长策略与品牌叙事负责人,连接产品与客户价值。',
avatar: '/team_image/liwei.png',
portrait: '/team_image/liwei.png',
avatar: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/liwei.png',
portrait: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/liwei.png',
brandLogo: '/asset/logo-bai.png',
education: ['本科(待补充)'],
experience: [
@@ -38,8 +38,8 @@ const TeamSection = ({ isActive }) => {
name: '爽吉',
role: '硬件工程师 & 硬件部门主管',
bio: '负责高可靠硬件架构设计与产线可制造性优化。',
avatar: '/team_image/shuangji.png',
portrait: '/team_image/shuangji.png',
avatar: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/shuangji.png',
portrait: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/shuangji.png',
brandLogo: '/asset/logo-bai.png',
education: ['本科(待补充)'],
experience: [
@@ -53,8 +53,8 @@ const TeamSection = ({ isActive }) => {
name: '老许',
role: '工业设计工程师 & 结构件工程师',
bio: '负责高可靠硬件架构设计与产线可制造性优化。',
avatar: '/team_image/laoxv.png',
portrait: '/team_image/laoxv.png',
avatar: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/laoxv.png',
portrait: 'https://tangledup-ai-staging.oss-cn-shanghai.aliyuncs.com/web/quant-speed_page/public/team_image/laoxv.png',
brandLogo: '/asset/logo-bai.png',
education: ['本科(待补充)'],
experience: [