|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
|
|
|
<link rel="stylesheet" href="/static/css/common.css?v=0.1.1" />
|
|
|
|
|
<link rel="stylesheet" href="/static/css/common.css?v=0.1.2" />
|
|
|
|
|
<style>
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
@ -145,5 +145,5 @@
|
|
|
|
|
var KEFU_ID='{{.KEFU_ID}}';
|
|
|
|
|
var REFER='{{.Refer}}';
|
|
|
|
|
</script>
|
|
|
|
|
<script src="/static/js/chat-page.js?v=0.1.1"></script>
|
|
|
|
|
<script src="/static/js/chat-page.js?v=0.1.2"></script>
|
|
|
|
|
</html>
|
|
|
|
|