mirror of
https://github.com/501351981/vue-office.git
synced 2025-06-25 07:08:58 +08:00
26 lines
685 B
Markdown
26 lines
685 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "vue-office"
|
||
text: "更易用的文件预览"
|
||
tagline: 支持docx、xlsx、pdf文件预览
|
||
actions:
|
||
- theme: brand
|
||
text: 指南
|
||
link: /guide/
|
||
- theme: alt
|
||
text: 配置参考
|
||
link: /config/
|
||
|
||
features:
|
||
- title: 一站式
|
||
details: 提供docx、xlsx、pdf 3种文档的在线预览方案
|
||
- title: 使用简单
|
||
details: 只需提供文档的src即可完成文档预览,支持远程地址、ArrayBuffer、Blob多种格式
|
||
- title: 支持样式
|
||
details: 不仅能预览内容,也支持文档样式,最大限度还原office文件内容
|
||
---
|
||
|