We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e165e0 commit ad83c33Copy full SHA for ad83c33
src/components/CodemirrorEditor/EditorHeader/index.vue
@@ -136,7 +136,7 @@ async function loadRmoteByChannel(channel) {
136
let method = '',promotion = '',promotionDetail = ''
137
if(channel === 'zhihu') {
138
method = 'zhihuUnpublishedPost'
139
- promotion = '更多详情请关注:<span><a href=\"https://wms.webinfra.cloud?from=zhihu\"><b>只冲WMS官网</b></a></span>或公众号:<span><a href=\"https://mp.weixin.qq.com/s/fFVXMiTpipV-HkrjLinahw\"><b>webinfra</b></a></span>'
+ promotion = '更多详情请关注<span><a href=\"https://wms.webinfra.cloud?from=zhihu\"><b>只冲WMS官网</b></a></span>'
140
} else {
141
method = 'baijiahaoUnpublishedPost'
142
promotion = '更多详情请关注只冲WMS官网[https://wms.webinfra.cloud?from=baijiahao](https://wms.webinfra.cloud?from=baijiahao)'
0 commit comments