Skip to content

Commit

Permalink
update: devtools to v1.06.2209070
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Sep 9, 2022
1 parent 7e70819 commit 7ee822f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.06.2209070-1 / 2022-09-

- update: devtools to v1.06.2209070

# 1.06.2208010-1 / 2022-09-04

- update: devtools to v1.06.2208010
Expand Down
2 changes: 1 addition & 1 deletion compiler
Submodule compiler updated 68 files
+11 −3 .gitignore
+9 −11 nodejs/wcc
+1 −1 nodejs/wcsc
+0 −0 old/wcc_node_old/index.js
+0 −0 old/wcc_node_old/package.json
+0 −0 old/wcc_node_old/src/index.js
+0 −0 old/wcc_node_old/src/wcc.js
+0 −0 old/wcc_node_old/util.js
+0 −0 old/wcsc_node_old/index.js
+0 −0 old/wcsc_node_old/package.json
+0 −0 old/wcsc_node_old/src/index.js
+0 −0 old/wcsc_node_old/src/wcsc.js
+0 −0 old/wcsc_node_old/util.js
+4 −1 package-lock.json
+13 −1 package.json
+2 −4 test/.gitignore
+0 −2 test/node-modules/.gitignore
+30 −0 test/node-modules/cases/wcc/lazyload/case1/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case1/output/wine-output.json
+30 −0 test/node-modules/cases/wcc/lazyload/case2/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case2/output/wine-output.json
+30 −0 test/node-modules/cases/wcc/lazyload/case3/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case3/output/wine-output.json
+31 −0 test/node-modules/cases/wcc/lazyload/case4/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case4/output/wine-output.json
+31 −0 test/node-modules/cases/wcc/lazyload/case5/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case5/output/wine-output.json
+31 −0 test/node-modules/cases/wcc/lazyload/case6/config.json
+32 −0 test/node-modules/cases/wcc/lazyload/case6/output/wine-output.json
+14 −0 test/node-modules/cases/wcc/raw/case1/config.json
+1,421 −0 test/node-modules/cases/wcc/raw/case1/output/wine-output.js
+31 −0 test/node-modules/cases/wcc/raw/case2/config.json
+1,705 −0 test/node-modules/cases/wcc/raw/case2/output/wine-output.js
+38 −0 test/node-modules/cases/wcc/raw/case3/config.json
+1,805 −0 test/node-modules/cases/wcc/raw/case3/output/wine-output.js
+59 −0 test/node-modules/cases/wcc/wcc.test.js
+28 −0 test/node-modules/cases/wcsc/lazyload/case1/config.json
+18 −0 test/node-modules/cases/wcsc/lazyload/case1/output/wine-output.json
+28 −0 test/node-modules/cases/wcsc/lazyload/case2/config.json
+18 −0 test/node-modules/cases/wcsc/lazyload/case2/output/wine-output.json
+27 −0 test/node-modules/cases/wcsc/raw/case1/config.json
+17 −0 test/node-modules/cases/wcsc/raw/case1/output/wine-output.json
+50 −0 test/node-modules/cases/wcsc/wcsc.test.js
+16 −4 test/node-modules/index.html
+40 −2 test/node-modules/index.js
+0 −16 test/node-modules/package.json
+30 −0 test/node-modules/utils/scan.js
+1 −0 test/node-modules/wcc_node
+32 −172 test/node-modules/wcc_test.js
+ test/node-modules/wcc_wine/build/Release/wcc.node
+ test/node-modules/wcc_wine/build/Release/wcsc.node
+4 −0 test/node-modules/wcc_wine/lib/index.js
+1,134 −0 test/node-modules/wcc_wine/lib/util.js
+94 −0 test/node-modules/wcc_wine/lib/wcc.js
+92 −0 test/node-modules/wcc_wine/lib/wcsc.js
+18 −0 test/node-modules/wcc_wine/package.json
+32 −13 test/node-modules/wcsc_test.js
+21 −0 test/runner/ast-helper.js
+7 −1 test/runner/node.js
+43 −0 test/runner/tool.js
+7 −1 test/runner/wine.js
+23 −7 test/wcc/lla/lla.test.js
+19 −6 test/wcc/llw/llw.test.js
+8 −8 test/wcsc/ll/ll.test.js
+4 −4 test/wcsc/raw/raw.test.js
+1 −1 wcc_node/lib/wcc.js
+113 −61 wcc_node/src/wcc.js
+5 −6 wcc_node/src/wcsc.js
2 changes: 1 addition & 1 deletion conf/devtools_v
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.06.2208010,4312c9cd7b7be4a95f7b71d3311b19e4
1.06.2209070,8c6be639c117f8c8e6493d335bb17eee
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
----

[![Node.js CI](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml/badge.svg)](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml)
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.06.2208010-yellow)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.06.2209070-yellow)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
[![nwjs](https://img.shields.io/badge/nwjs-0.55.0-green)](https://nwjs.io/downloads/)
[![node](https://img.shields.io/badge/node-16.4.2-orange)](https://nodejs.org/en/)
[![aur](https://img.shields.io/aur/version/wechat-devtools)](https://aur.archlinux.org/packages/wechat-devtools)
Expand All @@ -35,7 +35,7 @@

# 进度

当前工具可以在Linux上构筑最新版 `1.06.2208010`,支持CLI模式。
当前工具可以在Linux上构筑最新版 `1.06.2209070`,支持CLI模式。
另现在已经可以直接在设置界面里面修改字体,手工输入字体名称就可以。

# 功能测试记录
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat-devtools # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '1.06.2208010-1' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.06.2209070-1' # just for humans, typically '1.2+git' or '1.3.2'
summary: WeChat Devtools for Linux # 79 char long summary
description: |
WeChat Devtools for Linux.
Expand Down Expand Up @@ -32,7 +32,7 @@ parts:
ls -l $SNAPCRAFT_PART_INSTALL
package-nw:
plugin: dump
source: https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=1062208010&version_type=1
source: https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=1062209070&version_type=1
# source: cache/wechat_devtools_1.05.2204180_x64.exe
source-type: 7z
source-subdir: code
Expand Down

0 comments on commit 7ee822f

Please sign in to comment.