0.4.0-pre.14

This is a special version (since the repository hasn't been updated for a while). It includes partial updates from 0.3 to 0.4, along with several fixes for 0.4.0-pre.13.

这是一个特殊版本(因为一段时间没有更新存储库),它包含0.3至0.4的部分更新以及对0.4.0-pre.13的几处修复。
This commit is contained in:
wisdgod
2025-12-23 11:18:28 +08:00
parent 280c2d71a8
commit 65a390d4f2
428 changed files with 66005 additions and 15324 deletions

View File

@@ -1681,7 +1681,7 @@
async function generateTimestampHeader() {
try {
const response = await fetch('/get-timestamp-header');
const response = await fetch('/get-checksum-header');
const timestampHeader = await response.text();
copyToClipboard(timestampHeader, {