Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V7.1.0 #563

Merged
merged 43 commits into from
Feb 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cbb207d
add: tsconfig-paths-webpack-plugin (#3387)
karmaral Jan 4, 2023
511de85
fix: set main process.type to "browser" in production (#3370)
Rafatcb Jan 4, 2023
98eeead
chore: 移除tg信息
1zilc Jan 29, 2023
d53c261
fix: 修复baseUrl缺失
1zilc Jan 29, 2023
93e9dfd
fix: 优化全局任务引起不必要的渲染
1zilc Jan 29, 2023
a3ebc1d
fix: 修复webpack alias引起的编译错误
1zilc Jan 29, 2023
d4f03f2
chore: 修改发布工作流触发时机
1zilc Jan 29, 2023
b54445e
fix: 修复DetailPage不必要的渲染
1zilc Jan 29, 2023
ecf2e85
chore: 规范证书
1zilc Jan 29, 2023
a7dcf5a
fix: 修复部分纯ESM模块加载问题
1zilc Jan 30, 2023
57f276a
fix: 修复renderer prod构建
1zilc Jan 30, 2023
c36da1e
fix: 修复windows构建符号转义问题
1zilc Jan 30, 2023
4700c65
Bump chalk from 4.1.2 to 5.2.0 (#558)
dependabot[bot] Jan 30, 2023
5bdc44c
Bump query-string from 7.1.3 to 8.1.0 (#556)
dependabot[bot] Jan 30, 2023
0a88739
Bump eslint-config-prettier from 8.5.0 to 8.6.0 (#554)
dependabot[bot] Jan 30, 2023
c595dbd
fix: 修改ts-node编译配置
1zilc Jan 30, 2023
3eb3b05
feat: type module
1zilc Jan 31, 2023
222e5f3
fix: 添加tsx
1zilc Jan 31, 2023
616357c
fix: 移除ts-node
1zilc Jan 31, 2023
9b9adb1
Bump rimraf from 3.0.2 to 4.1.2 (#560)
dependabot[bot] Jan 31, 2023
a2d1c04
Bump ts-jest from 28.0.8 to 29.0.5 (#559)
dependabot[bot] Jan 31, 2023
e8c025f
bump: udpate typescript 5.0-beta
1zilc Feb 1, 2023
1f7904d
Merge branch 'dev' of github.com:1zilc/fishing-funds into dev
1zilc Feb 1, 2023
84617e1
fix: 移除不必要的命令
1zilc Feb 1, 2023
d920603
fix: 完善.eslintignore
1zilc Feb 1, 2023
5543f16
fix: 回退rimraf
1zilc Feb 1, 2023
5d3d596
fix: 移除lint 测试
1zilc Feb 1, 2023
ac9ccaa
feat: 添加fakeUA
1zilc Feb 1, 2023
8fd9295
fix: 修复got headers配置问题
1zilc Feb 1, 2023
3fc8c81
fix: 优化eval间接调用
1zilc Feb 3, 2023
24dd748
fix: 修复近期资讯rowKey
1zilc Feb 3, 2023
5103f24
fix: 修复appCenter遍历key缺失
1zilc Feb 3, 2023
d493541
feat: 更新移动端UA
1zilc Feb 3, 2023
07bf344
fix: 修复allowpopups失效
1zilc Feb 3, 2023
1ccb791
Revert "fix: 优化eval间接调用"
1zilc Feb 3, 2023
126a135
chore: 移除ts-node、sucrase
1zilc Feb 3, 2023
3e67759
chore: bump eslint-config-erb (#3412)
amilajack Feb 5, 2023
6eb03e2
bump: update deps
1zilc Feb 6, 2023
8fc967f
bump: 7.1.0
1zilc Feb 7, 2023
cfd2a0f
bump: update electron 23.0.0
1zilc Feb 7, 2023
d077113
chore: update workflow node to v18
1zilc Feb 7, 2023
ec85a0d
chore: update copyright
1zilc Feb 7, 2023
935bb3f
Bump @types/node from 18.11.9 to 18.11.19 (#565)
dependabot[bot] Feb 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: 移除不必要的命令
  • Loading branch information
1zilc committed Feb 1, 2023
commit 84617e195d1ee200060a3a541021d97ba7ca6371
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"beta-mac": "node ./.erb/scripts/clean.js dist && npm run build && electron-builder build -m -p always",
"beta-win": "node ./.erb/scripts/clean.js dist && npm run build && electron-builder build -w -p always",
"postinstall": "node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && cross-env NODE_ENV=development webpack --config ./.erb/configs/webpack.config.renderer.dev.dll.mjs && opencollective-postinstall",
"start": "cross-env node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
"start": "node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
"start:main": "cross-env NODE_ENV=development NODE_OPTIONS=\"--loader tsx\" electronmon .",
"start:preload": "cross-env NODE_ENV=development webpack --config ./.erb/configs/webpack.config.preload.dev.mjs",
"start:renderer": "cross-env NODE_ENV=development webpack serve --config ./.erb/configs/webpack.config.renderer.dev.mjs",
"test": "cross-env npx jest",
"test": "npx jest",
"prepare": "husky install"
},
"lint-staged": {
Expand Down