优化体验,修复 bug
This commit is contained in:
@@ -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+/';
|
||||
|
||||
Reference in New Issue
Block a user