no message

This commit is contained in:
hellcat 2025-10-12 16:25:09 +08:00
parent b09752780e
commit b7c0bf08de
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{if $public_setting['live_chat'] == 'tawk'}
{if $public_setting['live_chat'] == 'tawk' || !$config['is_loc']}
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){

View File

@ -69,6 +69,7 @@ final class View
'enable_r2_client_download' => $_ENV['enable_r2_client_download'],
'jsdelivr_url' => $_ENV['jsdelivr_url'],
'url_doc_base' => $_ENV['url_doc_base'],
'is_loc' => $_ENV['is_loc'],
];
}
}