This commit is contained in:
jinmao88
2023-08-10 15:16:22 +08:00
parent a95ba47b74
commit c99ef68b7b
2 changed files with 14 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ async function createAppConfigPlugin({
* Get the configuration file variable name
* @param env
*/
export const getVariableName = (title: string) => {
const getVariableName = (title: string) => {
function strToHex(str: string) {
const result: string[] = [];
for (let i = 0; i < str.length; ++i) {