MediaWiki:Gadget-ShortURL.js:修订间差异

删除的内容 添加的内容
匿名可复制短链接:旧代码注释保留,新增匿名兼容
ShortURL: remove numbering from label
 
第257行:
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
new mw.widgets.CopyTextLayout({
label: "".concat(getMessage("Short URL")).concat(i + 1),
title: "".concat(getMessage("Short URL")).concat(i + 1),
align: "top",
copyText: "https://".concat(domain).concat(link)