mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
f881f89249
commit
71a3763b19
1 changed files with 9 additions and 0 deletions
|
@ -915,6 +915,15 @@ button.btn_more {
|
|||
outline: transparent solid 1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
|
||||
<script>
|
||||
// VConsole 会自动挂载到 `window.VConsole`
|
||||
var vConsole = new window.VConsole();
|
||||
</script>
|
||||
|
||||
|
||||
<script src="/static/themes/simple/markdown.js"></script>
|
||||
<script>
|
||||
const original_search_query = "''' + original_search_query.replace('"',"") + r'''"
|
||||
|
|
Loading…
Add table
Reference in a new issue