mobile . themes
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
// ===== 图片上传 =====
|
||||
|
||||
Reference in New Issue
Block a user