mobile . themes

This commit is contained in:
2026-03-16 14:00:50 +08:00
parent 33763d279e
commit dd9609165c
6 changed files with 110 additions and 78 deletions

View File

@@ -347,6 +347,9 @@ function insEmoji(em) {
// 初始化富文本编辑器
document.addEventListener('DOMContentLoaded', function() {
new RichEditor('new-content');
const params = new URLSearchParams(window.location.search);
const postId = params.get('post');
if (postId) openPost(parseInt(postId));
});
// ===== 图片上传 =====