输入页面名称以查看链入(或链自)相关页面的更改。(要查看分类的成员,请输入分类:分类名称)。对您的监视列表上页面的更改以粗体显示。
缩写列表:
- 新
- 此编辑创建了新页面(见新页面列表)
- 小
- 此编辑为小编辑
- 机
- 此编辑由机器人执行
- (±123)
- 此页面字节数的前后变化
2026年8月7日 (星期五)
| 新 15:29 | 用户:PandaFiredoge/文件2.js 差异历史 +1,709 PandaFiredoge 留言 贡献 (创建页面,内容为“(async function fetchAllFilesDirectUrl() { const scriptPath = mw.config.get('wgScriptPath') || ''; const apiEndpoint = `${window.location.origin}${scriptPath}/api.php`; const redirectBaseUrl = `${window.location.origin}${scriptPath}/wiki/Special:%E9%87%8D%E5%AE%9A%E5%90%91/file?wpvalue=`; let urlList = []; let apcontinue = ''; console.log('开始获取并生成文件下载链接...'); do { const params = new URLSearchParams({ action…”) | ||||
| 新 15:21 | 用户:PandaFiredoge/文件.js 差异历史 +1,455 PandaFiredoge 留言 贡献 (创建页面,内容为“(async function fetchAllDirectImageUrls() { const scriptPath = mw.config.get('wgScriptPath') || ''; const apiEndpoint = `${window.location.origin}${scriptPath}/api.php`; let urlList = []; let aicontinue = ''; console.log('开始获取图片直链...'); do { const params = new URLSearchParams({ action: 'query', list: 'allimages', // 直接查图片表 ailimit: 'max', format: 'json', origin: '*' }); if (aic…”) | ||||
