mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
- desktop-pet: Tauri 2 透明窗口桌宠,本地读 state.json
- 支持 layers/ 多层带透明通道 PNG,layers.json 配置
- 角色状态机: idle / move_{up,down,left,right} / 特殊行为 (writing, researching 等)
- 精灵动画: sprites 配置段支持 sprite sheet,无配置时用程序化 fallback
- 示例 layers: platform.png, cloud.png + layers.json
Made-with: Cursor
9 lines
194 B
TOML
9 lines
194 B
TOML
[project]
|
|
name = "star-office-ui"
|
|
version = "0.1.0"
|
|
description = "Star Office UI - Backend State Service"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"flask>=3.0.0",
|
|
]
|