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 9fd0d3a commit aebc130Copy full SHA for aebc130
changelog.md
@@ -1,4 +1,4 @@
1
-## v0.7.0 系统看荣幸提升,底层基础库优化
+## v0.7.0 系统兼容性提升,底层基础库优化
2
3
- 新增:请求重试功能,避免查询失败问题
4
- 新增:基础库函数功能升级
data-changelog.md
scripts/build_optimize.cjs
@@ -11,7 +11,7 @@ exports.default = async function (context) {
11
root: context.appOutDir
12
})
13
common.listFiles(context.appOutDir, true).forEach((p) => {
14
- console.log('BuildOptimize.path', (p.isDir ? 'D:' : 'F:') + p.path);
+ // console.log('BuildOptimize.path', (p.isDir ? 'D:' : 'F:') + p.path);
15
16
// const localeDir = context.appOutDir + "/LinkAndroid.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/";
17
// console.log(`localeDir: ${localeDir}`);
0 commit comments