Merge branch 'main' of git.0x2620.org:0x2620/aab21 into main
This commit is contained in:
commit
157afaaf8f
9 changed files with 89 additions and 2 deletions
1
app/static/html/404.html
Normal file
1
app/static/html/404.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
not found
|
||||
1
app/static/html/50x.html
Normal file
1
app/static/html/50x.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
failed
|
||||
|
|
@ -294,7 +294,7 @@ function renderAnnotations(config) {
|
|||
var div = document.createElement('div')
|
||||
div.classList.add('related-film')
|
||||
div.innerHTML = `
|
||||
film cited: <a href="${config.item_url}">${config.item_title} - ${config.item_director[0]}</a><br>
|
||||
Film cited: <a href="${config.item_url}">${config.item_title} - ${config.item_director[0]}</a><br>
|
||||
引用影片: <a href="${config.item_url}">${config.item_title_zh} - ${config.item_director[1]}</a>
|
||||
`
|
||||
box.appendChild(div)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue