From 54eb1365c618b0c1b392791feef7e0823f9da6a8 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Wed, 24 Aug 2022 21:12:13 +0800 Subject: [PATCH] update --- .vscode/settings.json | 20 ++++++++ index.html | 104 +++++++++++++++++++++++++++++++++++------- plugin.json | 90 +++++++++++++++++++++++++++++------- preload.js | 101 +++++++++++++++++++++++++++++++++++----- sign_dialog.html | 76 ++++++++++++++++++++++++++++++ 5 files changed, 347 insertions(+), 44 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 sign_dialog.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0ce7a27 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,20 @@ +{ + "MicroPython.executeButton": [ + { + "text": "▶", + "tooltip": "运行", + "alignment": "left", + "command": "extension.executeFile", + "priority": 3.5 + } + ], + "MicroPython.syncButton": [ + { + "text": "$(sync)", + "tooltip": "同步", + "alignment": "left", + "command": "extension.execute", + "priority": 4 + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 8b088cc..85de857 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,8 @@ - @@ -36,6 +36,28 @@ + + + + + + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+ + + + + \ No newline at end of file