fix(route): wnacg (#12567)
This commit is contained in:
parent
d1a11a40b4
commit
73ec8161ab
|
|
@ -23,7 +23,7 @@ const categories = {
|
|||
21: '韓漫 生肉',
|
||||
};
|
||||
|
||||
const baseUrl = 'https://wnacg.org';
|
||||
const baseUrl = 'https://www.wnacg.com';
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const { cid, tag } = ctx.params;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{ if description }}
|
||||
{{@ description }}
|
||||
{{@ description }}
|
||||
{{ /if }}
|
||||
<br>
|
||||
{{ if imgList }}
|
||||
{{ each imgList img }}
|
||||
<img src="https:{{ img.url }}" alt="{{ img.caption }}">
|
||||
{{ /each }}
|
||||
{{ each imgList img }}
|
||||
<img src="https:{{ img.url }}" alt="{{ img.caption }}">
|
||||
{{ /each }}
|
||||
{{ /if }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue