Skip to content

Commit aebc130

Browse files
committed
feat: 0.7.0
1 parent 9fd0d3a commit aebc130

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.7.0 系统看荣幸提升,底层基础库优化
1+
## v0.7.0 系统兼容性提升,底层基础库优化
22

33
- 新增:请求重试功能,避免查询失败问题
44
- 新增:基础库函数功能升级

data-changelog.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/build_optimize.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.default = async function (context) {
1111
root: context.appOutDir
1212
})
1313
common.listFiles(context.appOutDir, true).forEach((p) => {
14-
console.log('BuildOptimize.path', (p.isDir ? 'D:' : 'F:') + p.path);
14+
// console.log('BuildOptimize.path', (p.isDir ? 'D:' : 'F:') + p.path);
1515
})
1616
// const localeDir = context.appOutDir + "/LinkAndroid.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/";
1717
// console.log(`localeDir: ${localeDir}`);

0 commit comments

Comments
 (0)