Skip to content

Commit 2b031cc

Browse files
author
caoxinke
committed
更新build页面。 review by zhurch
1 parent 66c4fdb commit 2b031cc

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

build/build.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
#command2 {
115115
width: 100%;
116-
margin: 20px 30px;
116+
margin: -10px 30px;
117117
}
118118

119119
#toolbar {
@@ -142,6 +142,15 @@
142142
margin-left: 30px;
143143
}
144144

145+
#commandIntro {
146+
font-size: 14px;
147+
margin-left: 5px;
148+
}
149+
150+
#commandIntro li {
151+
padding-bottom: 10px
152+
}
153+
145154
</style>
146155
</head>
147156

@@ -177,8 +186,14 @@ <h1>自定义打包</h1>
177186
</section>
178187
<section class="sec commandSection">
179188
<div class="description">
180-
<div>自定义打包命令<span style="font-size: 14px;"> --复制命令,在源码根目录执行命令打包</span></div>
189+
<div>自定义打包命令</div>
181190
</div>
191+
<br>
192+
<ol id="commandIntro">
193+
<li>安装Node</li>
194+
<li>在源码根目录运行npm install下载依赖</li>
195+
<li>在源码根目录执行以下命令打包</li>
196+
</ol>
182197
<input type="text" class="form-control" id="command2"/>
183198
</section>
184199
</div>

0 commit comments

Comments
 (0)