更多操作
小 已移除至用户:RedDragon/Test1的重定向 标签:移除重定向 |
小无编辑摘要 |
||
第3行: | 第3行: | ||
<table width="100%" style="border:none; border-collapse:collapse;"> | <table width="100%" style="border:none; border-collapse:collapse;"> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center | <td colspan="2" style="text-align:center;"> | ||
<div id="difficulty" onclick="cycleDifficulty(this)" | <div id="difficulty" onclick="cycleDifficulty(this)" data-current="0" style="cursor:pointer;"></div> | ||
</td> | </td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td width="15%" height="300px" style="text-align:center; background-color:#ABCDEF;"> | <td width="15%" height="300px" style="text-align:center; background-color:#ABCDEF;"> | ||
<div id="ratio" onclick="cycleRatio(this)" | <div id="ratio" onclick="cycleRatio(this)" data-current="0" style="cursor:pointer;"></div> | ||
</td> | </td> | ||
<td> | <td> | ||
第63行: | 第63行: | ||
const currentRatio = ratioDiv.textContent === "16:9" ? "16-9" : "4-3" | const currentRatio = ratioDiv.textContent === "16:9" ? "16-9" : "4-3" | ||
const videoUrl = `https:// | const videoUrl = `https://raw.githubusercontent.com/Rizline-Chinese-Wiki/rizline-song-preview/blob/main/${currentRatio}/${songName}_${currentDifficulty}.mp4` | ||
document.getElementById('output').innerHTML = ` | document.getElementById('output').innerHTML = ` |
2025年7月6日 (日) 23:14的版本