Skip to content

Commit

Permalink
ver. 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qili.taoqili committed Jan 6, 2020
1 parent 09047b3 commit 71334d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 107 deletions.
108 changes: 2 additions & 106 deletions demo/FloatNavDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Demo extends React.Component {
<h2 id="p1">人物经历</h2>
<h3 id="p1-1">创业经历</h3>
<div>1946年6月14日,特朗普在纽约市出生,排行老二,上有一个姐姐,下有两个弟弟、一个妹妹。由于祖父英年早逝,父亲为帮助家计,甚早即决意创业,发现房地产生意颇具“钱”途,遂创设“特朗普公司”,专门在纽约市皇后区及邻近地区兴建并经营中型公寓,供一般民众租赁或购买。</div>
<h4 id="p1-1-1">创业经历三级</h4>
<h4 id="p1-2">创业经历三级</h4>
<div>在父母亲友的爱心呵护下,特朗普自幼即满腹自信,活力四射,无法静下来用功读书。13岁那年,父母只好送他去“纽约军事学校”求学,冀望军校的严格训练能帮助他力争上游。在军校就读期间,特朗普人缘甚佳,不仅学业成绩优异,也是运动健将,1964年自军校毕业时,领袖气质已隐然成形。</div>
<div>离开军校后,特朗普获准进入隶属常春藤联盟的宾夕法尼亚大学沃顿商学院就读。大学时代,特朗普孜孜不倦地汲取商业领域新知,培养机敏生意眼光,加上父亲耳提面命的经营秘诀,大四时,已蠢蠢欲动,欲在商界闯出一片天。他不时去国外考察最新与未来的经济走向,深切体认现今最重要的企业经营战略就是“市场营销”。</div>
<h3 id="p1-2">参选总统</h3>
Expand Down Expand Up @@ -91,111 +91,7 @@ class Demo extends React.Component {
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
title: '创业经历'
}
],
}
],
},
{
title: '人物经历',
id: 'p1',
children: [
{
title: '创业经历',
id: 'p1-1',
children: [
{
id: 'p1-2',
title: '创业经历'
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uxcore-float-nav",
"version": "0.3.4",
"version": "0.3.5",
"description": "uxcore-float-nav component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-float-nav.git",
"author": "vincent.bian",
Expand Down

0 comments on commit 71334d7

Please sign in to comment.