fix: 修复 Termux 声音功能

This commit is contained in:
2026-05-16 22:56:57 +08:00
parent 0889bfa1c3
commit d22966b34d
4 changed files with 38 additions and 19 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
[project]
name = "heurams"
version = "0.5.1"
authors = [{ name = "pluvium27", email = "pluvium27@outlook.com" }]
authors = [{ name = "Wang Zhiyu", email = "pluvium27@outlook.com" }]
description = "Heuristic Auxiliary Memory Scheduler"
readme = "README.md"
requires-python = ">=3.12"
@@ -13,6 +13,7 @@ license = "AGPL-3.0-or-later"
license-files = ["LICENSE"]
dependencies = [ # 这些依赖只能驱动 kernel 程序库
"click>=8.3.3",
"tabulate>=0.10.0",
"toml>=0.10.2",
"transitions>=0.9.3",