123
This commit is contained in:
parent
f4410a58af
commit
aef5392edb
84
package.json
84
package.json
@ -1,43 +1,43 @@
|
||||
{
|
||||
"name": "wisemind-mainpage",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.54",
|
||||
"@types/react": "^18.2.22",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
"name": "wisemind-mainpage",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.54",
|
||||
"@types/react": "^18.2.22",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "set PORT 80 && react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
1300
src/App.css
1300
src/App.css
File diff suppressed because it is too large
Load Diff
231
src/App.tsx
231
src/App.tsx
@ -1,26 +1,215 @@
|
||||
import React from 'react';
|
||||
import logo from './logo.svg';
|
||||
import './App.css';
|
||||
import React from "react";
|
||||
import "./App.css";
|
||||
|
||||
function App() {
|
||||
export default function App () {
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
<img src={logo} className="App-logo" alt="logo" />
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> and save to reload.
|
||||
<div className="desktop-template">
|
||||
<div className="div">
|
||||
<div className="overlap">
|
||||
<div className="rectangle" />
|
||||
<img className="img" alt="Rectangle" src="https://c.animaapp.com/H8eCsQjb/img/rectangle-163.png" />
|
||||
<div className="rectangle-2" />
|
||||
<img className="image" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-82@2x.png" />
|
||||
<img className="image-2" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-83@2x.png" />
|
||||
<img className="image-3" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-84@2x.png" />
|
||||
<img className="image-4" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-85@2x.png" />
|
||||
<img className="image-5" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-89@2x.png" />
|
||||
<img className="image-6" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-91@2x.png" />
|
||||
<div className="rectangle-3" />
|
||||
<div className="rectangle-4" />
|
||||
<div className="rectangle-5" />
|
||||
<div className="rectangle-6" />
|
||||
<div className="rectangle-7" />
|
||||
<div className="rectangle-8" />
|
||||
<div className="rectangle-9" />
|
||||
<div className="rectangle-10" />
|
||||
<div className="AI">
|
||||
AI影棚推出灵感功能
|
||||
<br />
|
||||
仅需3步
|
||||
<br />
|
||||
让创作不再迷茫
|
||||
</div>
|
||||
<div className="text-wrapper">
|
||||
/////////
|
||||
<br />
|
||||
///
|
||||
<br />
|
||||
///
|
||||
<br />/
|
||||
</div>
|
||||
<div className="one-click-dressing">
|
||||
One-click
|
||||
<br />
|
||||
dressing
|
||||
</div>
|
||||
<div className="one-click">One-click Acquisition</div>
|
||||
<div className="generate-quickly">Generate Quickly</div>
|
||||
<div className="generate-quickly-2">Generate Quickly</div>
|
||||
<div className="text-wrapper-2">
|
||||
收藏
|
||||
<br />
|
||||
想不出来文案
|
||||
</div>
|
||||
<div className="text-wrapper-3">
|
||||
海量图片
|
||||
<br />
|
||||
快速生成
|
||||
</div>
|
||||
<div className="text-wrapper-4">
|
||||
一键穿衣
|
||||
<br />
|
||||
从此告别服装模特
|
||||
</div>
|
||||
<div className="text-wrapper-5">*</div>
|
||||
<div className="text-wrapper-6">*</div>
|
||||
<div className="text-wrapper-7">*</div>
|
||||
<div className="text-wrapper-8">*</div>
|
||||
<img className="rectangle-11" alt="Rectangle" src="https://c.animaapp.com/H8eCsQjb/img/rectangle-92.png" />
|
||||
<img className="image-7" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-78.png" />
|
||||
<div className="image-8" />
|
||||
<img className="rectangle-12" alt="Rectangle" src="https://c.animaapp.com/H8eCsQjb/img/rectangle-98.png" />
|
||||
<div className="rectangle-13" />
|
||||
<img className="element" alt="Element" src="https://c.animaapp.com/H8eCsQjb/img/683687585217745014-1.png" />
|
||||
<div className="group">
|
||||
<img className="arrow" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-1-3.svg" />
|
||||
</div>
|
||||
<div className="arrow-wrapper">
|
||||
<img className="arrow" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-1-2.svg" />
|
||||
</div>
|
||||
<div className="img-wrapper">
|
||||
<img className="arrow" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-1-1.svg" />
|
||||
</div>
|
||||
<div className="group-2">
|
||||
<img className="arrow" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-1-2.svg" />
|
||||
</div>
|
||||
<div className="text-wrapper-9">
|
||||
足不出户完成拍摄
|
||||
<br />
|
||||
不同拍摄场景和模型类型,
|
||||
<br />
|
||||
适应任何真实模特图像。
|
||||
</div>
|
||||
<div className="text-wrapper-10">
|
||||
大牌风格
|
||||
<br />
|
||||
一键获取
|
||||
</div>
|
||||
<div className="AI-2">
|
||||
AI影棚推出灵感功能
|
||||
<br />
|
||||
仅需3步
|
||||
<br />
|
||||
让创作不再迷茫
|
||||
</div>
|
||||
<div className="text-wrapper-11">
|
||||
/////////
|
||||
<br />
|
||||
/////////////////////
|
||||
</div>
|
||||
<div className="rectangle-14" />
|
||||
<p className="p">
|
||||
<span className="span">随便写点,这个</span>
|
||||
<span className="text-wrapper-12">颜色就只</span>
|
||||
<span className="span">
|
||||
是给参考而已,最后看我们怎么设计。随便写点,这个颜色就只是给参考而已,最后看我们怎么设计。
|
||||
</span>
|
||||
<span className="text-wrapper-12">随便写点</span>
|
||||
</p>
|
||||
<a
|
||||
className="App-link"
|
||||
href="https://reactjs.org"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn React
|
||||
</a>
|
||||
</header>
|
||||
<div className="overlap-wrapper">
|
||||
<div className="overlap-group">
|
||||
<div className="text-wrapper-13" onClick={()=>{
|
||||
window.location.replace('https://eejsj8fzkug.larksuite.com/share/base/form/shruskc70ahcEgwIcLpOow0FJah')
|
||||
}}>预约使用</div>
|
||||
<img className="arrow-2" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-2.svg" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="generate-quickly-3">Generate Quickly</div>
|
||||
<p className="to-making-progress">
|
||||
<span className="text-wrapper-14">To Making Progress Happen</span>
|
||||
<span className="text-wrapper-15">.</span>
|
||||
</p>
|
||||
<img className="image-9" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-69@2x.png" />
|
||||
<img className="image-10" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-64@2x.png" />
|
||||
<img className="image-11" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-70@2x.png" />
|
||||
<img className="image-12" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-65@2x.png" />
|
||||
<img className="image-13" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-71@2x.png" />
|
||||
<img className="image-14" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-81@2x.png" />
|
||||
<img className="image-15" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-79@2x.png" />
|
||||
<img className="image-16" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-76@2x.png" />
|
||||
<img className="image-17" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-80@2x.png" />
|
||||
<img className="image-18" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-72@2x.png" />
|
||||
<div className="rectangle-15" />
|
||||
<div className="rectangle-16" />
|
||||
<div className="group-3">
|
||||
<div className="text-wrapper-16">赶快加入我们吧</div>
|
||||
<div className="join-us">JOIN US!</div>
|
||||
<p className="div-2">
|
||||
<span className="span">随便写点这个</span>
|
||||
<span className="text-wrapper-12">颜色就只</span>
|
||||
<span className="span">
|
||||
是给参考而已最后参考而已最后
|
||||
<br />
|
||||
参考而已最后参考而已最后参考而已最后参考而已最后
|
||||
</span>
|
||||
</p>
|
||||
<p className="div-3">
|
||||
<span className="span">随便写点这个</span>
|
||||
<span className="text-wrapper-12">颜色就只?</span>
|
||||
<span className="span">是给参考而已最后</span>
|
||||
</p>
|
||||
<div className="div-wrapper">
|
||||
<div className="text-wrapper-17" onClick={()=>{
|
||||
window.location.replace('https://eejsj8fzkug.larksuite.com/share/base/form/shruskc70ahcEgwIcLpOow0FJah')
|
||||
}}>
|
||||
预约
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="rectangle-17" />
|
||||
<div className="text-wrapper-19">@版权信息:2023 深圳市万梦智能科技有限公司</div>
|
||||
<div className="rectangle-18" />
|
||||
<div className="text-wrapper-22">AI摄影棚</div>
|
||||
<p className="to-making-progress-2">
|
||||
<span className="text-wrapper-14">To Making Progress Happen</span>
|
||||
<span className="text-wrapper-23">.</span>
|
||||
</p>
|
||||
</div>
|
||||
<div className="overlap-3">
|
||||
<img className="image-19" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-66@2x.png" />
|
||||
<img className="image-20" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-67@2x.png" />
|
||||
<img className="image-21" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-70-1.png" />
|
||||
<img className="image-22" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-68@2x.png" />
|
||||
<img className="image-23" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-72-1.png" />
|
||||
<img className="image-24" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-73@2x.png" />
|
||||
<img className="image-25" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-74.png" />
|
||||
<img className="image-26" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-76-1@2x.png" />
|
||||
<img className="image-27" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-71-1@2x.png" />
|
||||
<img className="image-28" alt="Image" src="https://c.animaapp.com/H8eCsQjb/img/image-75@2x.png" />
|
||||
<div className="rectangle-19" />
|
||||
<div className="text-wrapper-24">
|
||||
梦小迪
|
||||
<br />
|
||||
解放艺术,让设计进步
|
||||
</div>
|
||||
<p className="text-wrapper-25">liberate art and make design progress</p>
|
||||
<div className="overlap-group-wrapper">
|
||||
<div className="overlap-group-2">
|
||||
<div className="text-wrapper-26" onClick={()=>{
|
||||
window.location.replace('https://eejsj8fzkug.larksuite.com/share/base/form/shruskc70ahcEgwIcLpOow0FJah')
|
||||
}}>预约使用</div>
|
||||
<img className="arrow-3" alt="Arrow" src="https://c.animaapp.com/H8eCsQjb/img/arrow-2-1.svg" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="text-wrapper-27">
|
||||
梦小迪是一款以视觉智能、视觉模型架构和语言模型为核心的,助力服装行业从设计到宣发全链路智能软件。为企业降本增效,推进服装行业数字化转型,改变传统的服饰工作流。
|
||||
</div>
|
||||
<div className="rectangle-20" />
|
||||
<div className="rectangle-21" />
|
||||
<div className="rectangle-22" />
|
||||
<div className="text-wrapper-32">MINDING DESIGN</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user