We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e294148 commit c9cb757Copy full SHA for c9cb757
README.md
@@ -11,6 +11,10 @@
11
12

13
14
+### v1.4.2
15
+
16
+- 去掉平台限制
17
18
### v1.4.0
19
20
- 优化导入数据
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "utools-fund",
3
- "version": "v1.4.1",
+ "version": "v1.4.2",
4
"description": "自选基金助手",
5
"main": "main.ts",
6
"scripts": {
plugin.config.js
@@ -10,7 +10,7 @@ const pluginConfig = {
10
// main: 'index.html',
preload: 'preload.js',
logo: 'assets/img/logo.png',
- platform: ['win32'],
+ // platform: ['win32'],
// development: {
// main: '',
// preload: '',
0 commit comments