@pixui-dev/pxw 0.1.29 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/config/devops.js CHANGED
@@ -322,7 +322,7 @@ module.exports.setupDevops = async function (server, app) {
322
322
  let br = cp.execSync('git branch --show-current', { stdio: 'pipe', cwd: value, windowsHide: true });
323
323
  devopsConn?.send(JSON.stringify({ type: 'setDirResult', id, value, result: br.toString() }));
324
324
  }catch(e) {
325
- console.log('setDir git branch error: ', e)
325
+ console.log('setDir git branch error')
326
326
  }
327
327
  }
328
328
  else if (id in { java: 1 }) {
package/config/pfbs.js CHANGED
@@ -33,7 +33,7 @@ let pfbsConvert = async (ver, isJS, input, fn) => {
33
33
  if (ver[0] == '0') pfbs = pfbsLatest.replace('pfbs', 'pfbs-0.4');
34
34
  console.log('use pfbs', pfbs);
35
35
  if (!fs.existsSync(pfbs)) {
36
- let url = process.env.PFBS_DOWNLOAD_SITE || 'http://9.134.150.252:8090/dev/tools/pfbs/';
36
+ let url = process.env.PFBS_DOWNLOAD_SITE || 'https://default-75356.gzc.vod.tencent-cloud.com/public/open/ide-resource/compilers/20250911/';
37
37
  url += path.basename(pfbs);
38
38
  try {
39
39
  let buffer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixui-dev/pxw",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "private": false,
5
5
  "directories": {
6
6
  "lib": "lib"