Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit da2f094

Browse files
Update site
1 parent f7e6788 commit da2f094

6 files changed

Lines changed: 15 additions & 9 deletions

File tree

docs/index.gitee.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
<script src="//cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
3535
<!-- <script async defer src="//buttons.github.io/buttons.js"></script> -->
3636
<!-- built files will be auto injected -->
37-
<script type="text/javascript" src="/docs/static/js/manifest.4100fbe4.js"></script><script type="text/javascript" src="/docs/static/js/vendor.6487bca8.js"></script><script type="text/javascript" src="/docs/static/js/app.369898d9.js"></script></body>
37+
<script type="text/javascript" src="/docs/static/js/manifest.4100fbe4.js"></script><script type="text/javascript" src="/docs/static/js/vendor.6487bca8.js"></script><script type="text/javascript" src="/docs/static/js/app.bfe5e557.js"></script></body>
3838
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
<script src="//cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
3535
<!-- <script async defer src="//buttons.github.io/buttons.js"></script> -->
3636
<!-- built files will be auto injected -->
37-
<script type="text/javascript" src="/mand-mobile/static/js/manifest.4100fbe4.js"></script><script type="text/javascript" src="/mand-mobile/static/js/vendor.6487bca8.js"></script><script type="text/javascript" src="/mand-mobile/static/js/app.369898d9.js"></script></body>
37+
<script type="text/javascript" src="/mand-mobile/static/js/manifest.4100fbe4.js"></script><script type="text/javascript" src="/mand-mobile/static/js/vendor.6487bca8.js"></script><script type="text/javascript" src="/mand-mobile/static/js/app.bfe5e557.js"></script></body>
3838
</html>

docs/static/js/app.369898d9.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/app.bfe5e557.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/theme/default/Home.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
:key="`home-box-block-${homeBlockIndex}-button-${homeBlockButtonIndex}`"
126126
:data-index="3 + homeBlockButtonIndex"
127127
>
128-
<component v-if="homeBlockButton.slots" :is="homeBlockButton.slots" :ref="`block-button-handler-slots-${homeBlockIndex}`"></component>
128+
<component v-if="homeBlockButton.slots" :is="homeBlockButton.slots" :ref="`block-button-handler-slots-${homeBlockIndex}`"></component>
129129
</div>
130130
</template>
131131
</template>
@@ -139,10 +139,10 @@
139139
:key="`home-others-${homeBlockIndex}-3`"
140140
>
141141
<template v-if="typeof homeBlock.others === 'string'">
142-
<div v-html="homeBlock.others"></div>
142+
<div style="display: flex; flex-direction: column;" v-html="homeBlock.others"></div>
143143
</template>
144144
<template v-else>
145-
<component :is="homeBlock.others" :ref="`block-other-slots-${homeBlockIndex}`"></component>
145+
<component :is="homeBlock.others" :ref="`block-other-slots-${homeBlockIndex}`"></component>
146146
</template>
147147
</div>
148148
</transition-group>
@@ -431,7 +431,7 @@ export default {
431431
height auto !important
432432
margin-bottom 1rem
433433
.home-decorate
434-
display none
434+
display none
435435
.home-animation
436436
position static !important
437437
.home-animation-content

site/theme/default/assets/js/home.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export default {
4444
bg: '//manhattan.didistatic.com/static/manhattan/mand/docs/mand-doc-home-0.svg',
4545
content: MfeAnimation0
4646
},
47-
others: '<a href="https://didi.github.io/mand-mobile-rn" style="margin-top:32px;">Mand Mobile of React Native <i class="icon-arrow-right-small"></i></a>'
47+
others: `
48+
<a href="https://mand-mobile.github.io/mand-mobile-next" style="margin-top:32px;">Mand Mobile Next for Vue3 <i class="icon-arrow-right-small"></i></a>
49+
<a href="https://didi.github.io/mand-mobile-rn" style="margin-top:16px;">Mand Mobile of React Native <i class="icon-arrow-right-small"></i></a>
50+
`
4851
},
4952
{
5053
title: '用户体验',
@@ -125,7 +128,10 @@ export default {
125128
// content: '//manhattan.didistatic.com/static/manhattan/mand/docs/mand-doc-home-0.png'
126129
content: MfeAnimation0,
127130
},
128-
others: '<a href="https://didi.github.io/mand-mobile-rn" style="margin-top:32px;">Mand Mobile of React Native <i class="icon-arrow-right-small"></i></a>'
131+
others: `
132+
<a href="https://mand-mobile.github.io/mand-mobile-next" style="margin-top:32px;">Mand Mobile Next for Vue3 <i class="icon-arrow-right-small"></i></a>
133+
<a href="https://didi.github.io/mand-mobile-rn" style="margin-top:16px;">Mand Mobile of React Native <i class="icon-arrow-right-small"></i></a>
134+
`
129135
},
130136
{
131137
title: 'User Experience',

0 commit comments

Comments
 (0)