Skip to content

Commit

Permalink
变更版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozzzi committed Oct 21, 2023
1 parent 7650ed9 commit fcc3119
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1
Blossom 1.7.2
</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>
Expand Down
2 changes: 1 addition & 1 deletion blossom-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1
Blossom
</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>
Expand Down
2 changes: 1 addition & 1 deletion blossom-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blossom-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blossom",
"productName": "Blossom",
"version": "1.7.1",
"version": "1.7.2",
"description": "A markdown editor",
"license": "MIT",
"main": "./out/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion blossom-editor/src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<br>
<span style="font-size: 13px;">加载中...</span>
</div>
<div class="html-loading-version">V1.7.1</div>
<div class="html-loading-version">V1.7.2</div>
</div>
<script type="module" src="/src/main.ts"></script>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blossom-editor/src/renderer/src/assets/constants/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const blossom: any = {
SYS: {
NAME: 'Blossom',
FULL_NAME: 'BLOSSOM-EDITOR',
VERSION: 'v1.7.1',
VERSION: 'v1.7.2',

//
DOC: 'https://www.wangyunf.com/blossom-doc/index',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -822,11 +822,4 @@ const unbindKeys = () => {
@import './styles/bl-preview-toc.scss';
@import './styles/article-backtop.scss';
@import '@renderer/assets/styles/bl-loading-spinner.scss';
.bl-preview {
}
:deep(.el-loading-spinner) {
@extend .bl-loading-spinner;
}
</style>
2 changes: 1 addition & 1 deletion blossom-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blossom-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blossom-web",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion blossom-web/src/assets/constants/blossom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const blossom: any = {
NAME: 'Blossom',
SHORT_NAME: 'BLOSSOM-WEB',
// 版本
VERSION: 'v1.7.1',
VERSION: 'v1.7.2',
// 公网安备号
GONG_WANG_AN_BEI: 'X公网安备 XXXXXXXXXX号',
// ICP 备案号
Expand Down

0 comments on commit fcc3119

Please sign in to comment.