初始化版本
This commit is contained in:
5
config.php
Normal file
5
config.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// 简单密码配置:修改为你自己的密码
|
||||
const AUTH_PASSWORD = 'wd123123';
|
||||
// 分享链接的签名密钥(请修改为更随机的字符串)
|
||||
const SHARE_SECRET = 'share_secret_change_me_2025';
|
||||
Reference in New Issue
Block a user