MediaWiki:Gadget-FastWriterPage.js:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第11行: | 第11行: | ||
}), | }), | ||
btn_add = new OO.ui.ButtonWidget({ | btn_add = new OO.ui.ButtonWidget({ | ||
label: ' | label: '增加作品', | ||
icon: 'add' | icon: 'add' | ||
}), | }), | ||
btn_reduce = new OO.ui.ButtonWidget({ | btn_reduce = new OO.ui.ButtonWidget({ | ||
label: ' | label: '减少作品', | ||
icon: 'subtract' | icon: 'subtract' | ||
}); | }); |