同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

4
static/js/forum_moderate.js Normal file → Executable file
View File

@@ -24,7 +24,7 @@ function modaction(action, pid, extra, mod) {
var checked = 1;
}
if(!checked) {
alert('请选择需要操作的文章');
alert('请选择需要操作的帖子');
} else {
$('modactions').action = mod + '&action='+ action +'&fid=' + fid + '&tid=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (!pid ? '' : '&topiclist[]=' + pid) + extra + '&r' + Math.random();
showWindow('mods', 'modactions', 'post');
@@ -120,7 +120,7 @@ function tmodthreads(optgroup, operation) {
}
}
if(!checked) {
alert('请选择需要操作的文章');
alert('请选择需要操作的帖子');
} else {
$('moderate').optgroup.value = optgroup;
$('moderate').operation.value = operation;