Update index.html

This commit is contained in:
Anyon 2022-05-31 10:52:01 +08:00
parent 2842925fc3
commit 6519a78e9b

View File

@ -16,6 +16,7 @@
<link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}">
{block name="style"}{/block}
<script>
window.taDebug = '{:intval($app->isDebug())}' > 0;
window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
window.tapiRoot = '{:sysuri("admin/index/index",[],false)}'
</script>