今天是2026年七月22日 第30周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
创建页面,内容为“→‎Any JavaScript here will be loaded for users using the mobile site $(function() { //在提交新段落時,讓主題欄在特定情況下失效 if ($('#no…”
/* Any JavaScript here will be loaded for users using the mobile site */

$(function() {
//在提交新段落時,讓主題欄在特定情況下失效

if ($('#no-new-title').length) {
if ($('#editform input[name=wpSection]').val() === 'new') {
// 手機版文本編輯器
if (mw.config.get('skin') === 'minerva') {
mw.util.addCSS('#wpSummaryLabel { display: none; }');
}
}
}
});

导航菜单