fix(route): wnacg (#12567)

This commit is contained in:
Tony 2023-05-27 17:07:01 +03:00 committed by GitHub
parent d1a11a40b4
commit 73ec8161ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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 }}