版本号变更

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">
</p>
<p align="center" style="font-size: 30px;font-weight:500;">
Blossom 1.1.1
Blossom 1.2.0
</p>
<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>
@ -45,7 +45,7 @@ Blossom 是一个支持**私有部署**的**云端存储双链笔记软件**
---
!["双链笔记"](./doc/imgs/editor_graph.jpg)
!["双链笔记"](./doc/imgs/editor_graph.png)
<p align="center">双链笔记</p>
---

View File

@ -4,7 +4,7 @@ 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/doc/tryuse)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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