更新 优化ofd

This commit is contained in:
高雄
2025-12-31 16:39:08 +08:00
parent b20637652a
commit 58d0b24b16
3 changed files with 4085 additions and 46976 deletions

View File

@@ -112,12 +112,6 @@
d="M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z">
</path>
</svg>
</div>
<div id="line" onclick="line('1')" title="线条" class="btn-icon">
黑屏点我
</div>
<div id="line" onclick="line('0')" title="线条" class="btn-icon">
恢复
</div>
</div>
</header>
@@ -132,19 +126,6 @@
</main>
</section>
</div>
<script src="js/cnofd-view.js"></script>
</body>
<script>
function line(line) {
var url = window.location.href;
if(line ==1){
url = url + "&line=1";
}else{
url = url + "&line=0";
}
window.location.href = url;
}
</script>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long