同步宝塔上的源码

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_viewthread.js Normal file → Executable file
View File

@@ -245,7 +245,7 @@ function succeedhandle_fastpost(locationhref, message, param) {
$('fastpostreturn').className = '';
} else {
if(!message) {
message = '本版回帖需要审核,您的文章将在通过审核后显示';
message = '本版回帖需要审核,您的帖子将在通过审核后显示';
}
$('post_new').style.display = $('fastpostmessage').value = $('fastpostreturn').className = '';
$('fastpostreturn').innerHTML = message;
@@ -389,7 +389,7 @@ function toggleRatelogCollapse(tarId, ctrlObj) {
function copyThreadUrl(obj, bbname) {
bbname = bbname || SITEURL;
setCopy($('thread_subject').innerHTML.replace(/&/g, '&') + '\n' + obj.href + '\n' + '(出处: '+bbname+')' + '\n', '文章地址已经复制到剪贴板');
setCopy($('thread_subject').innerHTML.replace(/&/g, '&') + '\n' + obj.href + '\n' + '(出处: '+bbname+')' + '\n', '帖子地址已经复制到剪贴板');
return false;
}