diff --git a/README-CN.md b/README-CN.md index 9d21900..999a8cf 100644 --- a/README-CN.md +++ b/README-CN.md @@ -8,12 +8,6 @@ - 支持预览xlsx, docx, svg, pdf, zip等办公文件格式. - 集成[Vditor](https://github.com/Vanessa219/vditor)实现对markdown的所见即所得编辑(对代码块支持较差). -## Sponsor - -[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) - -适用于VS Code的数据库客户端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**, 且可作为一个SSH客户端, 最大程度地提高你的生产力! [立刻安装](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). - ## Markdown 编辑器使用说明: [禁用方式看这里](https://github.com/cweijan/vscode-office?tab=readme-ov-file#markdown) @@ -38,6 +32,12 @@ - PDF: 支持直接预览pdf文件 - HTTP: 用于发送http请求, 由于REST Client本地请求有bug, 修改后进行集成. +## Sponsor + +[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) + +适用于VS Code的数据库客户端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**, 且可作为一个SSH客户端, 最大程度地提高你的生产力! [立刻安装](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). + ## Credits - PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/) diff --git a/README-TW.md b/README-TW.md index a085576..4eef349 100644 --- a/README-TW.md +++ b/README-TW.md @@ -8,12 +8,6 @@ - 支援預覽 XLSX、DOCX、SVG、PDF、ZIP 等辦公文件格式. - 整合 [Vditor](https://github.com/Vanessa219/vditor)實現對 Markdown 的所見即所得編輯(程式碼區塊和圖形支援不友好). -## Sponsor - -[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) - -適用於VS Code的數據庫客戶端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**的管理, 且可作為一個SSH客戶端, 最大程度地提高你的生產力! [立刻安裝](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). - ## Markdown 編輯器使用說明: [禁用方式看這裡](https://github.com/cweijan/vscode-office?tab=readme-ov-file#markdown) @@ -38,6 +32,12 @@ * PDF: 支援直接預覽 PDF 檔案 * HTTP: 用於傳送 HTTP 請求,由於 REST Client 本地請求有 bug,修改後進行整合 +## Sponsor + +[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) + +適用於VS Code的數據庫客戶端, 支持**MySQL/MariaDB, PostgreSQL, SQLite, Redis**以及**ElasticSearch**的管理, 且可作為一個SSH客戶端, 最大程度地提高你的生產力! [立刻安裝](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). + ## Credits * PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/) diff --git a/README.md b/README.md index b26d1ef..eee526b 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ This extension supports previewing these common office file formats. - Windows Reg: .reg - Compressed file: .zip, .jar, .vsix -## Sponsor - -[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) - -Database Client for VS Code, supports connect to **MySQL/MariaDB, PostgreSQL, SQLite, Redis** and **ElasticSearch**, and works as an **SSH** client, boost your maximum productivity! [Get it now](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). - ## Markdown This extension changes the default markdown editor to the vditor. @@ -49,6 +43,13 @@ Tips: The html editor supports live viewing. Press ctrl+shift+v to open the live view. +## Sponsor + +[![Database Client](https://database-client.com/logo_vscode.png)](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2) + +Database Client for VS Code, supports connect to **MySQL/MariaDB, PostgreSQL, SQLite, Redis** and **ElasticSearch**, and works as an **SSH** client, boost your maximum productivity! [Get it now](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2). + + ## Credits - PDF rendering: [mozilla/pdf.js/](https://github.com/mozilla/pdf.js/) diff --git a/package.json b/package.json index 6295d4c..7b50ebd 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-office", "displayName": "Office Viewer(Markdown Editor)", "description": "View word,excel files and using WYSIWYG editor for markdown.", - "version": "3.2.7", + "version": "3.2.8", "publisher": "cweijan", "icon": "images/icon.png", "engines": {