更改

跳到导航 跳到搜索
添加16字节 、​ 2022年10月17日 (一) 09:26
无编辑摘要
第78行: 第78行:  
clip_board = new ClipboardJS('h1#section_0');
 
clip_board = new ClipboardJS('h1#section_0');
 
$( "h1#section_0" ).click( function() {
 
$( "h1#section_0" ).click( function() {
     var copyText = "https://w.zhbus.org/" + mw.config.get('wgArticleId');
+
     var copyText = "https://w.zhbus.org/index.php?curid=" + mw.config.get('wgArticleId');
 
     this.setAttribute("data-clipboard-text", copyText);
 
     this.setAttribute("data-clipboard-text", copyText);
 
     alert("链接已复制: " + copyText);
 
     alert("链接已复制: " + copyText);
 
});
 
});
15,684

个编辑

导航菜单