[InPageEdit] 没有编辑摘要
imported>=海豚= 无编辑摘要 |
imported>=海豚= ([InPageEdit] 没有编辑摘要) |
||
| 第37行: | 第37行: | ||
if (pageid > 0 && result.query.pages[pageid].revisions[0].revid > wgCurRevisionId) { | if (pageid > 0 && result.query.pages[pageid].revisions[0].revid > wgCurRevisionId) { | ||
wpSave.val("提交失败,存在编辑冲突!"); | wpSave.val("提交失败,存在编辑冲突!"); | ||
$("body").append(`<div style="background: #3366CC; color: white; text-align: center; padding: .5rem; position: fixed; top: 0; left: 0; right: 0; z-index: 9999;"><p>本页面在您编辑的这段时间内已被他人更改。请复制您的编辑内容刷新页面后重新开始编辑,以避免这中间的编辑丢失。</p | $("body").append(`<div style="background: #3366CC; color: white; text-align: center; padding: .5rem; position: fixed; top: 0; left: 0; right: 0; z-index: 9999;"><p>本页面在您编辑的这段时间内已被他人更改。请复制您的编辑内容刷新页面后重新开始编辑,以避免这中间的编辑丢失。</p></div>`); | ||
const pre = $("<pre/>", { | const pre = $("<pre/>", { | ||
css: { | css: { | ||