添加对.xlsx的翻译支持

This commit is contained in:
xunbu
2025-08-04 18:20:22 +08:00
parent 372c4d11b5
commit 141de321db
10 changed files with 278 additions and 42 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
{{pico}}
<style>
html {
padding: 2vh 10vw;
font-size: 15px;
}
</style>
</head>
<body>
{{ body }}
</body>
</html>