style: auto format
This commit is contained in:
parent
71486be479
commit
bb9e4c57ce
|
|
@ -1236,6 +1236,16 @@ Supported sub-sites:
|
|||
|
||||
<Route author="DIYgod" example="/chouti/top/24" path="/chouti/top/:hour?" :paramsDesc="['排行榜周期,可选 24 72 168 三种,默认 24']" />
|
||||
|
||||
## 创业邦
|
||||
|
||||
### 作者
|
||||
|
||||
<Route author="xyqfer" example="/cyzone/author/1225562" path="/cyzone/author/:id" :paramsDesc="['作者 id']"/>
|
||||
|
||||
### 标签
|
||||
|
||||
<Route author="LogicJake" example="/cyzone/label/创业邦周报" path="/cyzone/label/:name" :paramsDesc="['标签名称']"/>
|
||||
|
||||
## 創新拿鐵
|
||||
|
||||
### 分类
|
||||
|
|
@ -1248,16 +1258,6 @@ Supported sub-sites:
|
|||
|
||||
</Route>
|
||||
|
||||
## 创业邦
|
||||
|
||||
### 作者
|
||||
|
||||
<Route author="xyqfer" example="/cyzone/author/1225562" path="/cyzone/author/:id" :paramsDesc="['作者 id']"/>
|
||||
|
||||
### 标签
|
||||
|
||||
<Route author="LogicJake" example="/cyzone/label/创业邦周报" path="/cyzone/label/:name" :paramsDesc="['标签名称']"/>
|
||||
|
||||
## 得到
|
||||
|
||||
### 首页
|
||||
|
|
@ -2166,6 +2166,12 @@ column 为 third 时可选的 category:
|
|||
|
||||
</Route>
|
||||
|
||||
## 趨勢科技防詐達人
|
||||
|
||||
### 最新詐騙情報
|
||||
|
||||
<Route author="nczitzk" example="/getdr" path="/getdr"/>
|
||||
|
||||
## 趣头条
|
||||
|
||||
### 分类
|
||||
|
|
@ -2180,12 +2186,6 @@ column 为 third 时可选的 category:
|
|||
|
||||
</Route>
|
||||
|
||||
## 趨勢科技防詐達人
|
||||
|
||||
### 最新詐騙情報
|
||||
|
||||
<Route author="nczitzk" example="/getdr" path="/getdr"/>
|
||||
|
||||
## 全球化智库
|
||||
|
||||
### 分类
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
'mpfinance.com': {
|
||||
'mpfinance.com': {
|
||||
_name: '明报',
|
||||
'.': [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue