Skip to content

Commit ad83c33

Browse files
committed
fix: 知乎发布去除公众号链接,知乎平台审核不允许
1 parent 2e165e0 commit ad83c33

File tree

1 file changed

+1
-1
lines changed
  • src/components/CodemirrorEditor/EditorHeader

1 file changed

+1
-1
lines changed

src/components/CodemirrorEditor/EditorHeader/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function loadRmoteByChannel(channel) {
136136
let method = '',promotion = '',promotionDetail = ''
137137
if(channel === 'zhihu') {
138138
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>'
139+
promotion = '更多详情请关注<span><a href=\"https://wms.webinfra.cloud?from=zhihu\"><b>只冲WMS官网</b></a></span>'
140140
} else {
141141
method = 'baijiahaoUnpublishedPost'
142142
promotion = '更多详情请关注只冲WMS官网[https://wms.webinfra.cloud?from=baijiahao](https://wms.webinfra.cloud?from=baijiahao)'

0 commit comments

Comments
 (0)