mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
新增:更新halo.config.js 配置参数;
更新:更新项目UI框架; 修复:修复友链列表丢失白色背景色BUG;
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<text class="iconfont icon-angle-left" :class="[`text-${fontColorTheme}`]" :style="{ fontSize: '28rpx' }"></text>
|
||||
</navigator>
|
||||
</block>
|
||||
|
||||
<slot name="left" :data="{ style: widths, isTransparent: isTransparent, title: title }"></slot>
|
||||
</view>
|
||||
<view class="center flex-center text-size-g text-overflow text-align-center" :class="[`text-${fontColorTheme}`]">
|
||||
@@ -36,6 +35,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -61,6 +61,9 @@
|
||||
components: {
|
||||
tmIcons
|
||||
},
|
||||
options:{
|
||||
multipleSlots: true
|
||||
},
|
||||
name: 'tm-menubars',
|
||||
props: {
|
||||
// 是否开启暗黑模式
|
||||
|
||||
Reference in New Issue
Block a user