diff --git a/repo/js/Shutdown/main.js b/archive/js/Shutdown/main.js similarity index 95% rename from repo/js/Shutdown/main.js rename to archive/js/Shutdown/main.js index 75dcbbb4a..4d1ad0a20 100644 --- a/repo/js/Shutdown/main.js +++ b/archive/js/Shutdown/main.js @@ -1,17 +1,17 @@ -(async function () { - keyDown("LWIN"); - keyDown("X"); - await sleep(50); - keyUp("LWIN"); - keyUp("X"); - await sleep(3000); - keyPress("LSHIFT"); - await sleep(50); - keyPress("LCONTROL"); - await sleep(50); - keyPress("U"); - await sleep(1000); - keyPress("U"); - await sleep(50); - keyPress("RETURN"); -})(); +(async function () { + keyDown("LWIN"); + keyDown("X"); + await sleep(50); + keyUp("LWIN"); + keyUp("X"); + await sleep(3000); + keyPress("LSHIFT"); + await sleep(50); + keyPress("LCONTROL"); + await sleep(50); + keyPress("U"); + await sleep(1000); + keyPress("U"); + await sleep(50); + keyPress("RETURN"); +})(); diff --git a/repo/js/Shutdown/manifest.json b/archive/js/Shutdown/manifest.json similarity index 95% rename from repo/js/Shutdown/manifest.json rename to archive/js/Shutdown/manifest.json index 4dc54b967..db0ac3268 100644 --- a/repo/js/Shutdown/manifest.json +++ b/archive/js/Shutdown/manifest.json @@ -1,13 +1,13 @@ -{ - "manifest_version": 1, - "name": "关闭计算机", - "version": "1.0", - "description": "用于关闭计算机", - "authors": [ - { - "name": "HZYgrandma", - "links": "https://github.com/HZYgrandma" - } - ], - "main": "main.js" +{ + "manifest_version": 1, + "name": "关闭计算机", + "version": "1.0", + "description": "用于关闭计算机", + "authors": [ + { + "name": "HZYgrandma", + "links": "https://github.com/HZYgrandma" + } + ], + "main": "main.js" } \ No newline at end of file diff --git a/repo/js/RecognitionDemo/assets/apple.png b/example/js/RecognitionDemo/assets/apple.png similarity index 100% rename from repo/js/RecognitionDemo/assets/apple.png rename to example/js/RecognitionDemo/assets/apple.png diff --git a/repo/js/RecognitionDemo/assets/confirm.png b/example/js/RecognitionDemo/assets/confirm.png similarity index 100% rename from repo/js/RecognitionDemo/assets/confirm.png rename to example/js/RecognitionDemo/assets/confirm.png diff --git a/repo/js/RecognitionDemo/assets/paimon_menu.png b/example/js/RecognitionDemo/assets/paimon_menu.png similarity index 100% rename from repo/js/RecognitionDemo/assets/paimon_menu.png rename to example/js/RecognitionDemo/assets/paimon_menu.png diff --git a/repo/js/RecognitionDemo/main.js b/example/js/RecognitionDemo/main.js similarity index 100% rename from repo/js/RecognitionDemo/main.js rename to example/js/RecognitionDemo/main.js diff --git a/repo/js/RecognitionDemo/manifest.json b/example/js/RecognitionDemo/manifest.json similarity index 100% rename from repo/js/RecognitionDemo/manifest.json rename to example/js/RecognitionDemo/manifest.json diff --git a/repo/js/计算机/main.js b/repo/js/计算机电源操作/main.js similarity index 100% rename from repo/js/计算机/main.js rename to repo/js/计算机电源操作/main.js diff --git a/repo/js/计算机/manifest.json b/repo/js/计算机电源操作/manifest.json similarity index 100% rename from repo/js/计算机/manifest.json rename to repo/js/计算机电源操作/manifest.json diff --git a/repo/js/计算机/settings.json b/repo/js/计算机电源操作/settings.json similarity index 100% rename from repo/js/计算机/settings.json rename to repo/js/计算机电源操作/settings.json