Skip to content

Commit c9cb757

Browse files
去掉平台限制
1 parent e294148 commit c9cb757

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
![Instructions.gif](https://s1.ax1x.com/2020/08/19/dQ8R3t.gif)
1313

14+
### v1.4.2
15+
16+
- 去掉平台限制
17+
1418
### v1.4.0
1519

1620
- 优化导入数据

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utools-fund",
3-
"version": "v1.4.1",
3+
"version": "v1.4.2",
44
"description": "自选基金助手",
55
"main": "main.ts",
66
"scripts": {

plugin.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const pluginConfig = {
1010
// main: 'index.html',
1111
preload: 'preload.js',
1212
logo: 'assets/img/logo.png',
13-
platform: ['win32'],
13+
// platform: ['win32'],
1414
// development: {
1515
// main: '',
1616
// preload: '',

0 commit comments

Comments
 (0)