mirror of https://github.com/ElemeFE/element
update index links
parent
540d72971c
commit
27affb22c0
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ deploy:
|
||||||
@npm run deploy
|
@npm run deploy
|
||||||
|
|
||||||
pub:
|
pub:
|
||||||
./node_modules/.bin/kp $(filter-out $@,$(MAKECMDGOALS))
|
npm run pub
|
||||||
|
|
||||||
pub-all:
|
pub-all:
|
||||||
npm run pub:all
|
npm run pub:all
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"lang": "zh-CN",
|
"lang": "zh-CN",
|
||||||
"pages": {
|
"pages": {
|
||||||
"index": {
|
"index": {
|
||||||
|
"lang": "zh-CN",
|
||||||
"titleSize": "46",
|
"titleSize": "46",
|
||||||
"theatreSize": "46",
|
"theatreSize": "46",
|
||||||
"paraHeight": "1.8",
|
"paraHeight": "1.8",
|
||||||
|
@ -96,6 +97,7 @@
|
||||||
"lang": "en-US",
|
"lang": "en-US",
|
||||||
"pages": {
|
"pages": {
|
||||||
"index": {
|
"index": {
|
||||||
|
"lang": "en-US",
|
||||||
"titleSize": "50",
|
"titleSize": "50",
|
||||||
"theatreSize": "42",
|
"theatreSize": "42",
|
||||||
"paraHeight": "1.6",
|
"paraHeight": "1.6",
|
||||||
|
|
|
@ -179,7 +179,7 @@
|
||||||
<p><%= 4 ></p>
|
<p><%= 4 ></p>
|
||||||
<router-link
|
<router-link
|
||||||
active-class="active"
|
active-class="active"
|
||||||
to="/guide/design"
|
to="/<%= lang >/guide/design"
|
||||||
exact><%= 5 >
|
exact><%= 5 >
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
<p><%= 7 ></p>
|
<p><%= 7 ></p>
|
||||||
<router-link
|
<router-link
|
||||||
active-class="active"
|
active-class="active"
|
||||||
to="/component/layout"
|
to="/<%= lang >/component/layout"
|
||||||
exact><%= 5 >
|
exact><%= 5 >
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
<p><%= 9 ></p>
|
<p><%= 9 ></p>
|
||||||
<router-link
|
<router-link
|
||||||
active-class="active"
|
active-class="active"
|
||||||
to="/resource"
|
to="/<%= lang >/resource"
|
||||||
exact><%= 5 >
|
exact><%= 5 >
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue