Browse Source

change word style

master
skyboy 9 months ago
parent
commit
52823626fc
  1. 2
      CHANGELOG.md
  2. 248
      frontend/public/docx/assets/index.82ba8f6a.js
  3. 1
      frontend/public/docx/assets/index.ea630926.css
  4. 1
      frontend/public/docx/assets/vertical-align.bd5ac83a.svg
  5. 6
      frontend/public/docx/index.html

2
CHANGELOG.md

@ -1,4 +1,6 @@
## 变更记录
-2024-09-04
1. 修复word导入格式丢失问题
-2024-09-03
1. 修复文件重命名错误的bug
2. 修复拖拽上传中断的bug

248
frontend/public/docx/assets/index.82ba8f6a.js

File diff suppressed because one or more lines are too long

1
frontend/public/docx/assets/index.ea630926.css

File diff suppressed because one or more lines are too long

1
frontend/public/docx/assets/vertical-align.bd5ac83a.svg

@ -0,0 +1 @@
<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M2 13h12v1H2zm0-3h8v1H2zm0-3h12v1H2zm0-6h12v1H2zm0 3h8v1H2z" fill="#3d4757" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 195 B

6
frontend/public/docx/index.html

@ -56,10 +56,10 @@
// 显示菜单
menu.style.display = 'block';
}, 1000); // 2000毫秒后执行,根据实际情况调整
}, 3000); // 2000毫秒后执行,根据实际情况调整
</script>
<script type="module" crossorigin src="./assets/index.8fae8eed.js"></script>
<link rel="stylesheet" href="./assets/index.15480821.css">
<script type="module" crossorigin src="./assets/index.82ba8f6a.js"></script>
<link rel="stylesheet" href="./assets/index.ea630926.css">
</head>
<body>

Loading…
Cancel
Save