From 33d4839ccd185e41d01d8155998fe4c6c997e198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Sun, 21 Dec 2025 23:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=B6=E9=BE=99=20(#2539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/NaiLong/main.js | 4 +++- repo/js/NaiLong/manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/repo/js/NaiLong/main.js b/repo/js/NaiLong/main.js index aaec1af54..e5c078e08 100644 --- a/repo/js/NaiLong/main.js +++ b/repo/js/NaiLong/main.js @@ -1,5 +1,6 @@ (async function () { - while (1){ + let count = 10; + while (count < 10) { await sleep(1000); log.info('⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣶⣶⣶⣾⣿⣷⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣤⣾⣿⡿⣩⢩⣿⣿⠛⠛⣻⣿⡿⠁') log.info('⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡷⣵⣿⣿⣁⣀⣼⣿⡟⠁⠀') @@ -13,5 +14,6 @@ log.info('⣠⣤⣾⣿⣿⡿⠋⠉⢙⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣃⠈⠀⠀⠐⠀⠀⠒⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀') log.info('⠉⣿⣿⣿⠋⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣤⣤⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉') log.info('⠀⠘⠛⠁⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣦⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀') + count++; } })(); \ No newline at end of file diff --git a/repo/js/NaiLong/manifest.json b/repo/js/NaiLong/manifest.json index 03886d373..402eb0ade 100644 --- a/repo/js/NaiLong/manifest.json +++ b/repo/js/NaiLong/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "奶龙", - "version": "1.0", + "version": "1.1", "description": "在日志窗口一直输出奶龙", "authors": [ {