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" },