版本号变更

This commit is contained in:
jasminexz 2023-08-27 21:00:59 +08:00
parent 23816678cf
commit ce0e09ae91
12 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
<img src="./doc/imgs/icon.png" height="200"> <img src="./doc/imgs/icon.png" height="200">
</p> </p>
<p align="center" style="font-size: 30px;font-weight:500;"> <p align="center" style="font-size: 30px;font-weight:500;">
Blossom 1.1.1 Blossom 1.2.0
</p> </p>
<p align="center"> <p align="center">
<a href="https://www.wangyunf.com/blossom-doc/doc/tryuse">💻️ 试用</a> | <a href="https://www.wangyunf.com/blossom-doc/index">📃 文档</a> | <a href="https://github.com/blossom-editor/blossom/releases">📥 下载</a> <a href="https://www.wangyunf.com/blossom-doc/doc/tryuse">💻️ 试用</a> | <a href="https://www.wangyunf.com/blossom-doc/index">📃 文档</a> | <a href="https://github.com/blossom-editor/blossom/releases">📥 下载</a>
@ -45,7 +45,7 @@ Blossom 是一个支持**私有部署**的**云端存储双链笔记软件**
--- ---
!["双链笔记"](./doc/imgs/editor_graph.jpg) !["双链笔记"](./doc/imgs/editor_graph.png)
<p align="center">双链笔记</p> <p align="center">双链笔记</p>
--- ---

View File

@ -4,7 +4,7 @@ Blossom 是一个支持**私有部署**的**云端存储双链笔记软件**
![](../doc/imgs/home_ld.jpg "Blossom 首页") ![](../doc/imgs/home_ld.jpg "Blossom 首页")
当前版本: `1.1.1` 当前版本: `1.2.0`
- [文档](https://www.wangyunf.com/blossom-doc) - [文档](https://www.wangyunf.com/blossom-doc)
- [试用](https://www.wangyunf.com/blossom-doc/doc/tryuse) - [试用](https://www.wangyunf.com/blossom-doc/doc/tryuse)

View File

@ -1,12 +1,12 @@
{ {
"name": "blossom", "name": "blossom",
"version": "1.1.1", "version": "1.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "blossom", "name": "blossom",
"version": "1.1.1", "version": "1.2.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "blossom", "name": "blossom",
"version": "1.1.1", "version": "1.2.0",
"description": "A markdown editor", "description": "A markdown editor",
"license": "MIT", "license": "MIT",
"main": "./out/main/index.js", "main": "./out/main/index.js",

View File

@ -168,7 +168,7 @@
<br> <br>
<span style="font-size: 13px;">加载中...</span> <span style="font-size: 13px;">加载中...</span>
</div> </div>
<div class="html-loading-version">V1.1.1</div> <div class="html-loading-version">V1.2.0</div>
</div> </div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</div> </div>

View File

@ -5,7 +5,7 @@ const blossom: any = {
SYS: { SYS: {
NAME: 'Blossom', NAME: 'Blossom',
FULL_NAME: 'BLOSSOM-EDITOR', FULL_NAME: 'BLOSSOM-EDITOR',
VERSION: 'v1.1.1', VERSION: 'v1.2.0',
DATETIME: '2023-08-15', DATETIME: '2023-08-15',
// //

View File

@ -105,7 +105,7 @@
<div class="index-html-loading-title"> <div class="index-html-loading-title">
正在加载 Blossom... 正在加载 Blossom...
<br> <br>
<span>V1.1.1</span> <span>v1.2.0</span>
</div> </div>
</div> </div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>

View File

@ -1,12 +1,12 @@
{ {
"name": "blossom-web", "name": "blossom-web",
"version": "1.1.1", "version": "1.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "blossom-web", "name": "blossom-web",
"version": "1.1.1", "version": "1.2.0",
"dependencies": { "dependencies": {
"axios": "^1.4.0", "axios": "^1.4.0",
"echarts": "^5.4.3", "echarts": "^5.4.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "blossom-web", "name": "blossom-web",
"version": "1.1.1", "version": "1.2.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -6,7 +6,7 @@ const blossom: any = {
NAME: 'Blossom', NAME: 'Blossom',
SHORT_NAME: 'BLOSSOM-WEB', SHORT_NAME: 'BLOSSOM-WEB',
// 版本 // 版本
VERSION: 'v1.1.1', VERSION: 'v1.2.0',
// 公网安备号 // 公网安备号
GONG_WANG_AN_BEI: "X公网安备 XXXXXXXXXX号", GONG_WANG_AN_BEI: "X公网安备 XXXXXXXXXX号",
// ICP 备案号 // ICP 备案号

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

BIN
doc/imgs/editor_graph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 KiB