优化体验,修复 bug

This commit is contained in:
eafonyang
2026-07-09 10:33:19 +08:00
parent e2577ff661
commit b4926ba148
21 changed files with 1196 additions and 260 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
const axios = require('axios');
const logger = require('../config/logger');
const LUXSIN_CURVE_API_BASE = 'https://api.luxsin.com.cn/audio/getCurve';
const LUXSIN_CURVE_API_BASE = process.env.CURVE_API_BASE_URL || 'https://api.luxsin.com.cn/audio/getCurve';
const CUSTOM_CHARS = 'KLMPQRSTUVWXYZABCGHdefIJjkNOlmnopqrstuvwxyzabcghiDEF34501289+67/';
const STANDARD_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';