chore(视频号组件): 更新视频号样式

This commit is contained in:
2026-01-10 16:12:36 +08:00
parent 6f6899deaa
commit f87c7d963e
4 changed files with 190 additions and 139 deletions

View File

@@ -12,9 +12,8 @@
<script>
import DiyMinx from './minx.js'
// #ifdef MP-WEIXIN
import { wechatChannelConfig } from './js/wechat-channel.js'
// #endif
export default {
name: 'diy-channel-header',
props: {
@@ -26,10 +25,7 @@ export default {
mixins: [DiyMinx],
computed: {
arrowIcon() {
// #ifdef MP-WEIXIN
return wechatChannelConfig.icon.channelArrow
// #endif
return ''
}
},
methods: {