This commit is contained in:
jinmao88
2023-08-10 15:09:38 +08:00
parent 3fd193eb8b
commit a95ba47b74
2 changed files with 3 additions and 15 deletions

View File

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