feat(live2d): 添加 Live2D 渲染插件及相关依赖,替代 Firefox kiosk 方案

This commit is contained in:
2026-07-07 16:13:40 +08:00
parent 2aac62b2bb
commit 86e36aa677
7 changed files with 510 additions and 44 deletions

5
.build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /home/showen/Showen/ShowenV2
export PATH=/home/showen/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin:$PATH
cargo check 2>&1 | tail -80
echo "EXIT=$?"