From 0777b65919e8965199a00e74ceb26fc764df3ecc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 5 Dec 2024 05:45:06 +0800 Subject: [PATCH] up --- web/static/app/crontab.js | 4 ++-- web/templates/default/crontab.html | 4 ++-- web/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/static/app/crontab.js b/web/static/app/crontab.js index 5922fc481..0ba5debd4 100755 --- a/web/static/app/crontab.js +++ b/web/static/app/crontab.js @@ -301,7 +301,7 @@ function planAdd(){ $("#backup_to").val(backupTo); } - var sName = $("#sname").attr("val"); + var sName = $("#sName").attr("val"); $("#cronConfig input[name='sname']").val(sName); // if(sName == 'backupAll'){ @@ -1058,7 +1058,7 @@ function toFile(){ //从脚本 function toShell(){ - var tBody = ""; + var tBody = ""; $("#implement").html(tBody); $(".planname input[name='name']").removeAttr('readonly style').val(""); } diff --git a/web/templates/default/crontab.html b/web/templates/default/crontab.html index 2fb4d5921..4765bd408 100755 --- a/web/templates/default/crontab.html +++ b/web/templates/default/crontab.html @@ -86,7 +86,7 @@
脚本内容 -
+
添加任务
@@ -106,7 +106,7 @@ - + diff --git a/web/version.py b/web/version.py index e8002c968..882a1a819 100644 --- a/web/version.py +++ b/web/version.py @@ -13,7 +13,7 @@ # 应用程序版本号组件 APP_RELEASE = 0 APP_REVISION = 18 -APP_SMALL_VERSION = 0.21 +APP_SMALL_VERSION = 0.22 # 应用程序版本后缀,例如“beta1”、“dev”。通常为空字符串GA发布。 APP_SUFFIX = ''