mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 02:48:45 +08:00
Update Super.php
优化新闻推送小工具
This commit is contained in:
parent
210e2ffbce
commit
ada09d9f8c
1 changed files with 22 additions and 6 deletions
|
@ -49,10 +49,14 @@ HTML;
|
|||
</div>
|
||||
<p class="community-events-footer">
|
||||
<a href="https://wenpai.org/" target="_blank">文派开源</a>
|
||||
|
|
||||
|
|
||||
<a href="https://wenpai.org/support" target="_blank">支持论坛</a>
|
||||
|
|
||||
|
|
||||
<a href="https://translate.wenpai.org/" target="_blank">翻译平台</a>
|
||||
|
|
||||
<a href="https://wptea.com/instructions-for-submission/" target="_blank">文章投稿</a>
|
||||
|
|
||||
<a href="https://wp-china-yes.com/document/news-source" target="_blank">自选新闻源</a>
|
||||
</p>
|
||||
<style>
|
||||
#wenpai_tea .rss-widget {
|
||||
|
@ -77,6 +81,10 @@ HTML;
|
|||
padding:4px 0;
|
||||
margin:0
|
||||
}
|
||||
#wenpai_tea .community-events-footer a {
|
||||
line-height: 2;
|
||||
padding: 0.5em;
|
||||
}
|
||||
</style>
|
||||
HTML;
|
||||
} );
|
||||
|
@ -99,11 +107,15 @@ HTML;
|
|||
</div>
|
||||
<p class="community-events-footer">
|
||||
<a href="https://wenpai.org/" target="_blank">文派开源</a>
|
||||
|
|
||||
|
|
||||
<a href="https://wenpai.org/support" target="_blank">支持论坛</a>
|
||||
|
|
||||
<a href="https://translate.wenpai.org/" target="_blank">翻译平台</a>
|
||||
</p>
|
||||
|
|
||||
<a href="https://translate.wenpai.org/" target="_blank">翻译平台</a>
|
||||
|
|
||||
<a href="https://wptea.com/instructions-for-submission/" target="_blank">文章投稿</a>
|
||||
|
|
||||
<a href="https://wptea.com/document/news-source/" target="_blank">自选新闻源</a>
|
||||
</p>
|
||||
<style>
|
||||
#wenpai_tea .rss-widget {
|
||||
font-size:13px;
|
||||
|
@ -127,6 +139,10 @@ HTML;
|
|||
padding:4px 0;
|
||||
margin:0
|
||||
}
|
||||
#wenpai_tea .community-events-footer a {
|
||||
line-height: 2;
|
||||
padding: 0.5em;
|
||||
}
|
||||
</style>
|
||||
HTML;
|
||||
} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue