parent
899de00d9f
commit
cf8b312c88
@ -1,24 +0,0 @@
|
|||||||
package com.xjs.consts;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 爬虫网址常量类
|
|
||||||
* @author xiejs
|
|
||||||
* @since 2022-02-16
|
|
||||||
*/
|
|
||||||
public class ReptileUrlConst {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 新浪新闻网站
|
|
||||||
*/
|
|
||||||
public static final String SINA_NEWS_URL = "https://news.sina.com.cn/";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 文案网网址
|
|
||||||
*/
|
|
||||||
public static final String COPY_WRITING_NETWORK_URL = "https://www.wenanwang.com/";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in new issue