style: auto format
This commit is contained in:
parent
9d980d7670
commit
0d79eaec80
|
|
@ -46,7 +46,7 @@ module.exports = async (ctx) => {
|
|||
const data = response.data;
|
||||
const $ = cheerio.load(data);
|
||||
|
||||
const list = new Array();
|
||||
const list = [];
|
||||
// 适应桂航的奇葩规则
|
||||
for (let index = 0; index < 19; index++) {
|
||||
const element = $(`#line_u8_${index}`);
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "hono/jsx",
|
||||
"paths": {
|
||||
"@/*": ["./lib/*"]
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "hono/jsx",
|
||||
"paths": {
|
||||
"@/*": ["./lib/*"]
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["./lib/**/*"],
|
||||
"exclude": ["node_modules", "*.test.*"]
|
||||
"include": ["./lib/**/*"],
|
||||
"exclude": ["node_modules", "*.test.*"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
<Route author="nczitzk" example="/cia/foia-annual-report" path="/cia/foia-annual-report" notOperational="1" />
|
||||
|
||||
## Constitutional Court of Baden-Württemberg (Germany) {#constitutional-court-of-baden-wvrttemberg-germany}
|
||||
## Constitutional Court of Baden-Württemberg (Germany) {#constitutional-court-of-baden-w%C3%BCrttemberg-germany}
|
||||
|
||||
### Press releases {#constitutional-court-of-baden-wvrttemberg-germany-press-releases}
|
||||
### Press releases {#constitutional-court-of-baden-w%C3%BCrttemberg-germany-press-releases}
|
||||
|
||||
<Route author="quinn-dev" example="/verfghbw/press" path="/verfghbw/press/:keyword?" paramsDesc={['Keyword']} notOperational="1" />
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ See [#app-store-mac-app-store](/routes/program-update#app-store-mac-app-store)
|
|||
|
||||
<Route author="DIYgod" example="/scmp/coronavirus" path="/scmp/coronavirus" />
|
||||
|
||||
### Macao Pagina Electrónica Especial Contra Epidemias: What’s New {#corona-virus-disease-2019-macao-pagina-electronica-especial-contra-epidemias-what-s-new}
|
||||
### Macao Pagina Electrónica Especial Contra Epidemias: What’s New {#corona-virus-disease-2019-macao-pagina-electr%C3%B3nica-especial-contra-epidemias-what-s-new}
|
||||
|
||||
Official Website: [https://www.ssm.gov.mo/apps1/PreventWuhanInfection/en.aspx](https://www.ssm.gov.mo/apps1/PreventWuhanInfection/en.aspx)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue