初步整合:

1. python 内置服务器
2. 将配置文件统一目录
This commit is contained in:
mofeng-git
2025-01-01 14:26:22 +00:00
parent 5db37797ea
commit d5a0b1a8b3
411 changed files with 7387 additions and 7263 deletions

4
kvmd_data/usr/bin/vcgencmd Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
case $1 in
get_throttled) echo "throttled=0x0";;
esac