添加新群号

master
RuoYi 6 years ago committed by Limy
parent e3da56a19a
commit 3817de902a

@ -75,4 +75,4 @@
## 若依交流群 ## 若依交流群
QQ群 [![加入QQ群](https://img.shields.io/badge/已满-1389287-blue.svg)](https://jq.qq.com/?_wv=1027&k=5HBAaYN) [![加入QQ群](https://img.shields.io/badge/已满-1679294-blue.svg)](https://jq.qq.com/?_wv=1027&k=5cHeRVW) [![加入QQ群](https://img.shields.io/badge/QQ群-1529866-blue.svg)](https://jq.qq.com/?_wv=1027&k=53R0L5Z) 点击按钮入群。 QQ群 [![加入QQ群](https://img.shields.io/badge/已满-1389287-blue.svg)](https://jq.qq.com/?_wv=1027&k=5HBAaYN) [![加入QQ群](https://img.shields.io/badge/已满-1679294-blue.svg)](https://jq.qq.com/?_wv=1027&k=5cHeRVW) [![加入QQ群](https://img.shields.io/badge/已满-1529866-blue.svg)](https://jq.qq.com/?_wv=1027&k=53R0L5Z) [![加入QQ群](https://img.shields.io/badge/1772718-blue.svg)](https://jq.qq.com/?_wv=1027&k=5g75dCU) 点击按钮入群。

@ -1059,10 +1059,12 @@
random: function (min, max) { random: function (min, max) {
return Math.floor((Math.random() * max) + min); return Math.floor((Math.random() * max) + min);
}, },
// 判断字符串是否是以start开头
startWith: function(value, start) { startWith: function(value, start) {
var reg = new RegExp("^" + start); var reg = new RegExp("^" + start);
return reg.test(value) return reg.test(value)
}, },
// 判断字符串是否是以end结尾
endWith: function(value, end) { endWith: function(value, end) {
var reg = new RegExp(end + "$"); var reg = new RegExp(end + "$");
return reg.test(value) return reg.test(value)

@ -78,7 +78,7 @@
<div class="ibox-content"> <div class="ibox-content">
<p><i class="fa fa-send-o"></i> 官网:<a href="http://www.ruoyi.vip" target="_blank">http://www.ruoyi.vip</a> <p><i class="fa fa-send-o"></i> 官网:<a href="http://www.ruoyi.vip" target="_blank">http://www.ruoyi.vip</a>
</p> </p>
<p><i class="fa fa-qq"></i> QQ群<s>满1389287</s> <s>满1679294</s> <a href="https://jq.qq.com/?_wv=1027&k=5YW0wjE" target="_blank">1529866</a> <p><i class="fa fa-qq"></i> QQ群<s>满1389287</s> <s>满1679294</s> <s>满1529866</s> <a href="https://jq.qq.com/?_wv=1027&k=5g75dCU" target="_blank">1772718</a>
</p> </p>
<p><i class="fa fa-weixin"></i> 微信:<a href="javascript:;">/ *若依</a> <p><i class="fa fa-weixin"></i> 微信:<a href="javascript:;">/ *若依</a>
</p> </p>

@ -72,6 +72,7 @@
var prefix = ctx + "monitor/job"; var prefix = ctx + "monitor/job";
$("#form-job-add").validate({ $("#form-job-add").validate({
onkeyup: false,
rules:{ rules:{
cronExpression:{ cronExpression:{
remote: { remote: {

@ -73,6 +73,7 @@
var prefix = ctx + "monitor/job"; var prefix = ctx + "monitor/job";
$("#form-job-edit").validate({ $("#form-job-edit").validate({
onkeyup: false,
rules:{ rules:{
jobName:{ jobName:{
required:true, required:true,

Loading…
Cancel
Save