|
@@ -4,11 +4,12 @@ import Viewer from "../components/Viewer";
|
|
|
|
|
|
import { TimeLineLabelText } from "../components/TimeLineText";
|
|
import { TimeLineLabelText } from "../components/TimeLineText";
|
|
|
|
|
|
-export default function Section8(props) {
|
|
|
|
|
|
+export default function Section9(props) {
|
|
// eslint-disable-next-line react/prop-types
|
|
// eslint-disable-next-line react/prop-types
|
|
const debug = props.debug || false;
|
|
const debug = props.debug || false;
|
|
return (
|
|
return (
|
|
<Viewer
|
|
<Viewer
|
|
|
|
+ debug={debug}
|
|
height={"800vh"}
|
|
height={"800vh"}
|
|
name="Dictionary Steadi"
|
|
name="Dictionary Steadi"
|
|
path="dictionary-steadi-10fps-873-rev1"
|
|
path="dictionary-steadi-10fps-873-rev1"
|
|
@@ -23,7 +24,7 @@ export default function Section8(props) {
|
|
progressPosition={0.09}
|
|
progressPosition={0.09}
|
|
>
|
|
>
|
|
<div>
|
|
<div>
|
|
- 测试文案: 四维时代致力于人工智能三维数字化技术的.
|
|
|
|
|
|
+ 测试文案: Section9 四维时代致力于人工智能三维数字化技术的.
|
|
研究与应用,以实现“数字万物”为愿景. 让数字化飞入寻常百姓家。
|
|
研究与应用,以实现“数字万物”为愿景. 让数字化飞入寻常百姓家。
|
|
</div>
|
|
</div>
|
|
</TimeLineLabelText>
|
|
</TimeLineLabelText>
|