change: 增加excel对主题颜色的支持

This commit is contained in:
liyulin 2023-02-26 11:31:13 +08:00
parent 2ab78389f0
commit fd9d949b9f
6 changed files with 66 additions and 66 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vue-office/examples/dist/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-b8ca8f3b.js"></script>
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-50454df1.js"></script>
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-171e346f.css">
</head>
<body>

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.2.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/docx",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "lib/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/excel",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "lib/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/pdf",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "lib/index.js",
"files": [