欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

速成指南:如何快速找到好书源、订阅源,并将其分类和美化

最编程 2024-08-09 19:32:51
...

直接给出网址 http://hm46148.j.h57.site/tool

 

比如生成这个网站的分类  https://www.xbiquge.la

Ctrl+U  查看网页源码

在这里插入图片描述 ![在这里插入图片描述](https://img-blog.****img.cn/9d177b1eb1364eee8466d117044629c0.png?x-oss-process=image/watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBAd2VpeGluXzQ2NTk2MjY5,size_11,color_FFFFFF,t_70,g_se,x_16)

 

分类源码

<li><a href="/xuanhuanxiaoshuo/">玄幻小说</a></li>
<li><a href="/xiuzhenxiaoshuo/">修真小说</a></li>
<li><a href="/dushixiaoshuo/">都市小说</a></li>
<li><a href="/chuanyuexiaoshuo/">穿越小说</a></li>
<li><a href="/wangyouxiaoshuo/">网游小说</a></li>
<li><a href="/kehuanxiaoshuo/">科幻小说</a></li>

 

第一个输入框输入

        <li><a href="/xuanhuanxiaoshuo/">玄幻小说</a></li>
        <li><a href="/xiuzhenxiaoshuo/">修真小说</a></li>
        <li><a href="/dushixiaoshuo/">都市小说</a></li>
        <li><a href="/chuanyuexiaoshuo/">穿越小说</a></li>
        <li><a href="/wangyouxiaoshuo/">网游小说</a></li>
        <li><a href="/kehuanxiaoshuo/">科幻小说</a></li>

 

生成所有分类(用于分类链接和下一页链接不一致)

比如它的下一页链接是  https://www.xbiquge.la/fenlei/1_2.html

玄幻小说::
修真小说::
都市小说::
穿越小说::
网游小说::
科幻小说::

 

格式化为 [旧]发现(这个可以点击 旧发现转新发现,转化为新发现)

比如它的下一页链接是  https://www.xbiquge.la/xuanhuanxiaoshuo/1_2.html

玄幻小说::/xuanhuanxiaoshuo/
修真小说::/xiuzhenxiaoshuo/
都市小说::/dushixiaoshuo/
穿越小说::/chuanyuexiaoshuo/
网游小说::/wangyouxiaoshuo/
科幻小说::/kehuanxiaoshuo/

 

格式化为 [新]发现(这个可以点击 新发现转旧发现,转化为旧发现)

{"title":"玄幻小说","url":"/xuanhuanxiaoshuo/","style":{}},
{"title":"修真小说","url":"/xiuzhenxiaoshuo/","style":{}},
{"title":"都市小说","url":"/dushixiaoshuo/","style":{}},
{"title":"穿越小说","url":"/chuanyuexiaoshuo/","style":{}},
{"title":"网游小说","url":"/wangyouxiaoshuo/","style":{}},
{"title":"科幻小说","url":"/kehuanxiaoshuo/","style":{}},

 

一行一个

{"title":"玄幻小说","url":"/xuanhuanxiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},
{"title":"修真小说","url":"/xiuzhenxiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},
{"title":"都市小说","url":"/dushixiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},
{"title":"穿越小说","url":"/chuanyuexiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},
{"title":"网游小说","url":"/wangyouxiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},
{"title":"科幻小说","url":"/kehuanxiaoshuo/","style":{"layout_flexBasisPercent":1,"layout_flexGrow":1}},

 

一行两个

{"title":"玄幻小说","url":"/xuanhuanxiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},
{"title":"修真小说","url":"/xiuzhenxiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},
{"title":"都市小说","url":"/dushixiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},
{"title":"穿越小说","url":"/chuanyuexiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},
{"title":"网游小说","url":"/wangyouxiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},
{"title":"科幻小说","url":"/kehuanxiaoshuo/","style":{"layout_flexBasisPercent":0.4,"layout_flexGrow":1}},

 

一行三个

{"title":"玄幻小说","url":"/xuanhuanxiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},
{"title":"修真小说","url":"/xiuzhenxiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},
{"title":"都市小说","url":"/dushixiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},
{"title":"穿越小说","url":"/chuanyuexiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},
{"title":"网游小说","url":"/wangyouxiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},
{"title":"科幻小说","url":"/kehuanxiaoshuo/","style":{"layout_flexBasisPercent":0.25,"layout_flexGrow":1}},

 

转化为直播源

玄幻小说,/xuanhuanxiaoshuo/
修真小说,/xiuzhenxiaoshuo/
都市小说,/dushixiaoshuo/
穿越小说,/chuanyuexiaoshuo/
网游小说,/wangyouxiaoshuo/
科幻小说,/kehuanxiaoshuo/

 

直播源转化为json

{
"name":"玄幻小说",
"url":"/xuanhuanxiaoshuo/"
},
{
"name":"修真小说",
"url":"/xiuzhenxiaoshuo/"
},
{
"name":"都市小说",
"url":"/dushixiaoshuo/"
},
{
"name":"穿越小说",
"url":"/chuanyuexiaoshuo/"
},
{
"name":"网游小说",
"url":"/wangyouxiaoshuo/"
},
{
"name":"科幻小说",
"url":"/kehuanxiaoshuo/"
},

 

生成所有轻站分类 (  自行在前面添加   分类   )

+玄幻小说=+修真小说=+都市小说=+穿越小说=+网游小说=+科幻小说=

 

生成所有海阔分类  (  有的自行在前面添加  &   自行去掉最后的  & )

玄幻小说&修真小说&都市小说&穿越小说&网游小说&科幻小说&

 

 

第二个输入框输入

上面给出的下一页链接  比如它的下一页链接是  https://www.xbiquge.la/fenlei/1_2.html

去掉    https://www.xbiquge.la

/fenlei/1_2.html

 

正则表达式输入

2

 

验证匹配内容,得到

2

 

替换文本输入

{{page}}

 

替换匹配内容得到

/fenlei/1_{{page}}.html