test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit db0aa42e98 - Show all commits
-1
View File
@@ -78,7 +78,6 @@ class Settings:
async def updates(self, options) -> None:
with open('data/.env', 'w', encoding='utf-8') as f:
for i, key, value in options:
print(i, key, value)
# 更新env文件
f.write(f"{key}={value}\n")
# 更新配置