初始化版本

This commit is contained in:
LL
2025-11-18 14:30:07 +08:00
commit 78d06a2841
20 changed files with 1346 additions and 0 deletions

5
config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
// 简单密码配置:修改为你自己的密码
const AUTH_PASSWORD = 'wd123123';
// 分享链接的签名密钥(请修改为更随机的字符串)
const SHARE_SECRET = 'share_secret_change_me_2025';