From 5cc15be160e926ffa0ea6c2ed3e05b34b01123ea Mon Sep 17 00:00:00 2001
From: Michael Yang <fuhai999@gmail.com>
Date: 星期六, 26 四月 2025 10:37:48 +0800
Subject: [PATCH] chore: update styles and version
---
aiflowy-ui-react/index.html | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/aiflowy-ui-react/index.html b/aiflowy-ui-react/index.html
index 7e13435..266ab2c 100644
--- a/aiflowy-ui-react/index.html
+++ b/aiflowy-ui-react/index.html
@@ -6,6 +6,15 @@
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://turing.captcha.qcloud.com/TCaptcha.js"></script>
+ <script>
+ var _hmt = _hmt || [];
+ (function() {
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?42639a1503843c26bc4d8b35185616d9";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+ })();
+ </script>
</head>
<body>
<div id="root"></div>
--
Gitblit v1.8.0