Skip to content

Commit

Permalink
fix: 修复 备注中出现超链接打开错误的的问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
topcss committed Apr 17, 2019
1 parent 173ab0e commit 81e2963
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/src/define.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ export type StatusList = "none" | "opening" | "closing" | "saving";
export let sAboutText = `
Copyright (c) 2019 Jack <br><br>
Version: v${version.join(".")}<br><br>
Thanks: <a href='#' onclick='openUrl("https://www.52pojie.cn/");'>52pojie.cn</a> |
<a href='#' onclick='openUrl("https://github.com/NaoTu/DesktopNaotu");'>Naotu Team.</a>`;
Thanks:
<a href='javascript:void(0);' onclick='openUrl("https://inaotu.org/");'>爱脑图(iNaotu)</a> |
<a href='javascript:void(0);' onclick='openUrl("https://github.com/NaoTu/DesktopNaotu");'>iNaotu Team.</a>`;

/**
* 当前配置文件的版本
Expand Down
2 changes: 1 addition & 1 deletion app/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export let version = [3, 2, 2, 517];
export let version = [3, 2, 3, 521];
1 change: 1 addition & 0 deletions app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>桌面版脑图</title>
<base target="_blank" />

<!-- bower:css -->
<!-- endbower -->
Expand Down
4 changes: 4 additions & 0 deletions doc/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

## 更新记录

### 3.2.3 / 2019-04-17

- 修复 备注中出现超链接打开错误的的问题;

### 3.2.2 / 2019-02-27

- 新增 粘贴图片的功能;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktopnaotu",
"version": "3.2.2",
"version": "3.2.3",
"description": "桌面版脑图",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit 81e2963

Please sign in to comment.