This commit is contained in:
xunbu
2025-11-25 22:51:17 +08:00
parent c519d78626
commit aca96cdf19
4 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1 @@
.katex,.katex-display{user-select:all;-moz-user-select:all;-webkit-user-select:all;-ms-user-select:all}

View File

@@ -5,11 +5,13 @@
<title>{{title}}</title>
{{pico}}
{{katexCss}}
<link rel="stylesheet" href="/static/katex/copy-tex.min.css">
{{katexJs}}
<script src="/static/katex/copy-tex.min.js"></script>
{{autoRender}}
<style>
html {
padding: 2vh 10vw;
padding: 2vh 10vw;
font-size: 15px;
}

View File

@@ -1,10 +1,11 @@
更新日志
----------------
v1.5.2版 2025.11.25
v1.5.2.post1版 2025.11.25
特性
- 新的/service/translate/file接口可以直接上传表单文件
- `docutranslate -i -cors`开启跨域
优化
- pdf可复制公式
- 使用vue重构前端代码
- 优化xlsx翻译效果
- 优化epub的性能开销