diff --git a/templates/settings.html b/templates/settings.html index 7b4ff21bae17f093db333381fe5f9972c29ebde0..414595cfc5f86798ba814b5f2f601f07f61f768c 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -47,7 +47,7 @@ console.log(this); }); $('#update_db').click(function (){ - if(confirm('确定要升级数据库?判断标准为是否正常打开缓存文件列表-查看界面,如果正常就不需要进行此操作')){ + if(confirm('确定要升级数据库?判断标准为是否正常打开缓存文件列表-查看界面,如果正常就不需要进行此操作。升级数据库后将正常使用未来功能多选操作,可对规则进行多选显示或者隐藏')){ $.get("/admin/update_db",function(data,status){ console.log(data); if(data.code === 200){