小更新

This commit is contained in:
MasonLiu 2026-05-29 23:41:45 +08:00
parent cea593c8f9
commit 743aa16428
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
- [监控服务](#-监控服务) - [监控服务](#-监控服务)
- [安全说明](#-安全说明) - [安全说明](#-安全说明)
- [常见问题](#-常见问题) - [常见问题](#-常见问题)
- [更新日志](#-更新日志)
- [许可证](#-许可证) - [许可证](#-许可证)
--- ---

View File

@ -8,7 +8,7 @@ require_once __DIR__ . '/app/db_helper.php';
require_once __DIR__ . '/mofangidc.php'; require_once __DIR__ . '/mofangidc.php';
// Token文件路径(存储API_PASS) // Token文件路径(存储API_PASS)
$tokenFile = __DIR__ . '/app/token_pass.php'; $tokenFile = __DIR__ . '/app/pass.php';
// 检查是否首次访问(需要设置API_PASS) // 检查是否首次访问(需要设置API_PASS)
$needSetup = !file_exists($tokenFile); $needSetup = !file_exists($tokenFile);