From 961d0852c9a89de9fec416ce2c7e940f1e2bdf2c Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:28:54 +0800 Subject: [PATCH 1/3] Update scf.php --- function/scf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/scf.php b/function/scf.php index 8a09b47..9c4c996 100644 --- a/function/scf.php +++ b/function/scf.php @@ -230,7 +230,7 @@ namespace:' . $_SERVER['namespace'] . '
} envs = [' . $envs . ']; if (envs.indexOf(t.disktag_add.value)>-1) { - alert(\'' . $envs . '\'); + alert("Do not input ' . $envs . '"); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/; From 1d054407c27f81a8624ebf69ba0d9b10092c9d05 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:30:44 +0800 Subject: [PATCH 2/3] Update heroku.php --- function/heroku.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/heroku.php b/function/heroku.php index 7e1daa5..7957b8c 100644 --- a/function/heroku.php +++ b/function/heroku.php @@ -206,7 +206,7 @@ function_name:' . $_SERVER['function_name'] . '
} envs = [' . $envs . ']; if (envs.indexOf(t.disktag_add.value)>-1) { - alert(\'' . $envs . '\'); + alert("Do not input ' . $envs . '"); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/; From d18fd7cfa869ee63be35cdb5bb7ff7105a04c5b2 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:31:04 +0800 Subject: [PATCH 3/3] Update normal.php --- function/normal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/normal.php b/function/normal.php index 4e0f3de..7821695 100644 --- a/function/normal.php +++ b/function/normal.php @@ -218,7 +218,7 @@ Can not write config to file.
} envs = [' . $envs . ']; if (envs.indexOf(t.disktag_add.value)>-1) { - alert(\'' . $envs . '\'); + alert("Do not input ' . $envs . '"); return false; } var reg = /^[a-zA-Z]([-_a-zA-Z0-9]{1,20})$/;