打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

用户:RedDragon/Test2:修订间差异

来自Rizline中文维基
第92行: 第92行:
                 const titleMatch = columns[1].match(/\[\[([^|\]]+)/)
                 const titleMatch = columns[1].match(/\[\[([^|\]]+)/)


                 if (imageMatch && titleMatch) {
                 if (imageMatch) {
                    const song = {
                    if (titleMatch) {
                        image: imageMatch[1].trim(),
                        const song = {
                        title: titleMatch[1].trim(),
                            image: imageMatch[1].trim(),
                        author: columns[2].replace(/^\|/, '').trim(),
                            title: titleMatch[1].trim(),
                        duration: columns[3].replace(/^\|/, '').trim(),
                            author: columns[2].replace(/^\|/, '').trim(),
                        ez: columns[4].replace(/^\|/, '').trim(),
                            duration: columns[3].replace(/^\|/, '').trim(),
                        hd: columns[5].replace(/^\|/, '').trim(),
                            ez: columns[4].replace(/^\|/, '').trim(),
                        in: columns[6].replace(/^\|/, '').trim()
                            hd: columns[5].replace(/^\|/, '').trim(),
                    }
                            in: columns[6].replace(/^\|/, '').trim()
                        };


                    console.log('解析出的曲目:', song)
                        console.log('解析出的曲目:', song)


                    if (song.title) {
                        if (song.title) {
                        if (song.title !== '') {
                            if (song.title !== '') {
                            if (song.title !== '?') {
                                if (song.title !== '?') {
                                songs.push(song);
                                    songs.push(song)
                                }
                             }
                             }
                         }
                         }

2025年10月19日 (日) 23:55的版本

曲目
限制
难度 a
流速 b
MOD c
其他 d

神秘的随机挑战!


曲目
限制
难度 a
流速 b
MOD c
其他 d

User:RedDragon/Test User:RedDragon/Test1 User:RedDragon/Test2