From a35373bda2e1eab9a72f5a3e0af6db65a207e6aa Mon Sep 17 00:00:00 2001 From: spaxie <311188777+spaxie@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:42:25 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=200.1.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/nonebot_plugin_mimo_console/static/index.html | 4 ++-- tests/test_package.py | 4 +--- uv.lock | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b87356..dc3b67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-mimo-console" -version = "0.1.9" +version = "0.1.10" description = "A lightweight WebUI management console for NoneBot2" readme = "README.md" requires-python = ">=3.10" @@ -58,7 +58,7 @@ requires = ["uv_build>=0.10.0,<0.12.0"] build-backend = "uv_build" [tool.bumpversion] -current_version = "0.1.9" +current_version = "0.1.10" commit = true message = "chore: 发布 v{new_version}" tag = true diff --git a/src/nonebot_plugin_mimo_console/static/index.html b/src/nonebot_plugin_mimo_console/static/index.html index 8fff003..2543a56 100644 --- a/src/nonebot_plugin_mimo_console/static/index.html +++ b/src/nonebot_plugin_mimo_console/static/index.html @@ -19,7 +19,7 @@ - +
@@ -626,6 +626,6 @@

插件详情

- + diff --git a/tests/test_package.py b/tests/test_package.py index 5c83e01..155b92b 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -35,9 +35,7 @@ def test_github_proxy_tests_render_per_source_latency(self) -> None: static = ROOT / "src" / "nonebot_plugin_mimo_console" / "static" script = (static / "assets" / "app.js").read_text(encoding="utf-8") styles = (static / "assets" / "styles.css").read_text(encoding="utf-8") - api = (ROOT / "src" / "nonebot_plugin_mimo_console" / "api.py").read_text( - encoding="utf-8" - ) + api = (ROOT / "src" / "nonebot_plugin_mimo_console" / "api.py").read_text(encoding="utf-8") self.assertIn("PROXY_TEST_CONCURRENCY = 2", script) self.assertIn('class="radio-option proxy-option"', script) self.assertIn('class="proxy-latency"', script) diff --git a/uv.lock b/uv.lock index e49da00..5a9a758 100644 --- a/uv.lock +++ b/uv.lock @@ -866,7 +866,7 @@ wheels = [ [[package]] name = "nonebot-plugin-mimo-console" -version = "0.1.9" +version = "0.1.10" source = { editable = "." } dependencies = [ { name = "httpx" },