This commit is contained in:
2025-05-26 20:11:50 +08:00
parent 8f52a10ae0
commit 3763e5da63
17 changed files with 155 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
import { encryptAES, decryptAES } from '../../../../../src/provider/utils/parse-config.ts';
import { encryptAES, decryptAES } from '../..//provider/utils/parse-config.ts';
const plainx = process.env.API_KEY;
const decryptKey = process.env.DECRYPT_KEY;