docs: 更新文档

This commit is contained in:
2026-05-06 09:35:58 +08:00
parent 1cbd27279d
commit cd23c2d773
37 changed files with 394 additions and 17186 deletions

View File

@@ -14,6 +14,7 @@ license-files = ["LICENSE"]
dependencies = [ # 这些依赖只能驱动 kernel 程序库
"tabulate>=0.10.0",
"textual>=8.2.5",
"toml>=0.10.2",
"transitions>=0.9.3",
]
@@ -49,6 +50,10 @@ basic = ["heurams[algo-fsrs]", "heurams[tts-edgetts]", "heurams[llm]"]
Homepage = "https://ams.pluv.top"
Issues = "https://github.com/heurams/heurams/issues"
[[tool.uv.index]]
url = "https://mirrors.ustc.edu.cn/pypi/simple"
default = true
[project.scripts]
heurams = "heurams.__main__:main"
heurams-tui = "heurams.interface.__main__:main"