用户:RedDragon/Test2:修订间差异
来自Rizline中文维基
更多操作
小 |
小 |
||
| 第36行: | 第36行: | ||
<script> | <script> | ||
document.addEventListener('DOMContentLoaded', () => { | document.addEventListener('DOMContentLoaded', () => { | ||
fetch('https://rizwiki.cn/api.php?action=query&titles=Pastel%20Lines&prop=revisions&rvprop=content&format=json&origin=*') | |||
.then(r => { | |||
console.log('响应状态:', r.status) | |||
return r.text() | |||
}) | |||
.then(text => { | |||
console.log('响应内容:', text.substring(0, 200)) | |||
}) | |||
.catch(e => console.error('测试请求失败:', e)) | |||
.then(r => r.json()) | .then(r => r.json()) | ||
.then(data => { | .then(data => { | ||
2025年10月19日 (日) 22:04的版本
| 曲目 | |
|---|---|
|
|
|
| 限制 | |
| 难度 | a |
| 流速 | b |
| MOD | c |
| 其他 | d |
神秘的随机挑战!
| 曲目 | |
|---|---|
|
| |
| 限制 | |
| 难度 | a |
| 流速 | b |
| MOD | c |
| 其他 | d |
User:RedDragon/Test User:RedDragon/Test1 User:RedDragon/Test2