From 4f7f99c6ea914bcd38de78bd8371be566026b905 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 26 二月 2025 15:54:14 +0800
Subject: [PATCH] -为按钮和列表项添加波纹效果,以获得更好的视觉反馈 -改进MapFragment中的底部布局动画 -在MapFragment中添加设备状态和RTU地址显示 -更新BaseListResult以支持泛型类型 -为设备数据添加IntakeListResult和IntakeResult -通过数据库支持增强标记位置更新功能 -添加电话拨号意图以分隔标记详细信息 -通过过期检查改进磁贴缓存 -添加问题报告的确认对话框 -更新登录活动以限制用户名长度 -为波纹效果和UI元素添加新颜色 -重构XML布局以使用新的波纹图 -改进MapFragment中的错误处理和用户反馈

---
 app/src/main/assets/index.html |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html
index 69d3cf5..2032c9b 100644
--- a/app/src/main/assets/index.html
+++ b/app/src/main/assets/index.html
@@ -4,32 +4,36 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>澶╁湴鍥�</title>
+    <title>Map Example</title>
     <style>
-       /* 纭繚 body 鍜� html 鍏呮弧鏁翠釜瑙嗗彛 */
+        /* 纭繚 body 鍜� html 鍏呮弧鏁翠釜瑙嗗彛 */
         html, body {
-            margin: 0;
-            padding: 0;
-            width: 100%;
-            height: 100%;
-            overflow: hidden; /* 闃叉婊氬姩鏉″嚭鐜� */
-        }
-     /* 纭繚鍦板浘瀹瑰櫒鍏呮弧鏁翠釜瑙嗗彛 */
-        #mapDiv {
-            width: 100%;
-            height: 100%;
-            position: absolute; /* 淇濊瘉鍦板浘鍏ㄥ睆 */
-            top: 0;
-            left: 0;
-        }
+         margin: 0;
+         padding: 0;
+         width: 100%;
+         height: 100%;
+         overflow: hidden; /* 闃叉婊氬姩鏉″嚭鐜� */
+     }
+  /* 纭繚鍦板浘瀹瑰櫒鍏呮弧鏁翠釜瑙嗗彛 */
+     #mapDiv {
+         width: 100%;
+         height: 100%;
+         position: absolute; /* 淇濊瘉鍦板浘鍏ㄥ睆 */
+         top: 0;
+         left: 0;
+     }
     </style>
-    <script src="http://api.tianditu.gov.cn/api?v=4.0&tk=d8beed89b43160a9a185e5aff431f85d"
-        type="text/javascript"></script>
+    <!-- 寮曠敤鏈湴鐨勫ぉ鍦板浘 JS 鏂囦欢 -->
+    <script src="js/tianditu.js"></script>
+    <!-- <script src="http://api.tianditu.gov.cn/api?v=4.0&tk=d8beed89b43160a9a185e5aff431f85d"
+        type="text/javascript"></script> -->
 </head>
 
 <body>
-    <div id="mapDiv"></div>
-    <script src="js/map.js"></script>
+<div id="mapDiv"></div>
+
+<script src="js/map.js"></script>
+
 </body>
 
 </html>
\ No newline at end of file

--
Gitblit v1.8.0