mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 04:38:01 +00:00
fix: ci
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user