mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
docs: remove demo status badge
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
作者: <a v-for="uid in author.split(' ')" :href="`https://github.com/${uid}`" target="_blank"> @{{ uid }} </a>
|
作者: <a v-for="uid in author.split(' ')" :href="`https://github.com/${uid}`" target="_blank"> @{{ uid }} </a>
|
||||||
</p>
|
</p>
|
||||||
<p class="example">
|
<p class="example">
|
||||||
<span>举例:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <img :src="'https://img.shields.io/website?label=status&style=flat-square&url=' + encodeURIComponent(encodeURI(demoUrl))">
|
<span>举例:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <!--<img :src="'https://img.shields.io/website?label=status&style=flat-square&cacheSeconds=86400&url=' + encodeURIComponent(encodeURI(demoUrl))">-->
|
||||||
</p>
|
</p>
|
||||||
<p class="path">
|
<p class="path">
|
||||||
路由: <code>{{ path }}</code>
|
路由: <code>{{ path }}</code>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
Author: <a v-for="uid in author.split(' ')" :href="`https://github.com/${uid}`" target="_blank"> @{{ uid }} </a>
|
Author: <a v-for="uid in author.split(' ')" :href="`https://github.com/${uid}`" target="_blank"> @{{ uid }} </a>
|
||||||
</p>
|
</p>
|
||||||
<p class="example">
|
<p class="example">
|
||||||
<span>Example:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <img :src="'https://img.shields.io/website?label=status&style=flat-square&url=' + encodeURIComponent(encodeURI(demoUrl))">
|
<span>Example:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <!--<img :src="'https://img.shields.io/website?label=status&style=flat-square&cacheSeconds=86400&url=' + encodeURIComponent(encodeURI(demoUrl))">-->
|
||||||
</p>
|
</p>
|
||||||
<p class="path">
|
<p class="path">
|
||||||
Route: <code>{{ path }}</code>
|
Route: <code>{{ path }}</code>
|
||||||
|
|||||||
Reference in New Issue
Block a user