Przeglądaj źródła

Merge pull request #236 from visuddhinanda/master

Update README.md
Bhikkhu-Kosalla 5 lat temu
rodzic
commit
740f64f46c
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 1 0
      README.md
  2. 2 2
      app/calendar/index.html

+ 1 - 0
README.md

@@ -4,6 +4,7 @@
 
 ### 工具
 
+
 推荐使用 **VSCode**, 常用插件列表
 
 - [ESLint](https://github.com/Microsoft/vscode-eslint)

+ 2 - 2
app/calendar/index.html

@@ -628,7 +628,7 @@
 				g_coordinate_this.AT = position.coords.latitude; //纬度
 				g_coordinate_this.LT = position.coords.longitude; //经度
 				g_coordinate_this.height = position.coords.altitude; //海拔高度
-				//手动输入
+				/*/手动输入
 				var LT = Number($("#LT_°")[0].value);
 				LT += Number($("#LT_’")[0].value) / 60;
 				LT += Number($("#LT_”")[0].value) / 3600;
@@ -640,7 +640,7 @@
 				if (AT != 0) {
 					g_coordinate_this.LT = LT;
 					g_coordinate_this.AT = AT;
-				}
+				}*/
 
 				let position_string =
 					g_coordinate_this.AT + "#" + g_coordinate_this.LT + "#" + g_coordinate_this.height;