Skip to content

Commit

Permalink
perf: 不对Skyline插件进行初始化(不会弹窗)
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Nov 15, 2024
1 parent 817c74e commit 1d38da3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 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.2409140-2 / 2024-11-15

- perf: 不对Skyline插件进行初始化(不会弹窗)

# 1.06.2409140-1 / 2024-10-26

- update: devtools to v1.06.2409140
Expand Down
3 changes: 3 additions & 0 deletions tools/fix-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ fi
rm -rf "${nwjs_dir}/lib/libffmpeg.so"
unzip "${srcdir}/cache/libffmpeg-0.55.00-linux-x64.zip" -d "${nwjs_dir}/lib"

# 不加载Skyline插件
sed -i 's#,this.skylineStyleClient.init(),#,/*this.skylineStyleClient.init(),*/#' "${package_dir}/js/libs/vseditor/extensions/wechat-miniprogram-development/extension.js"

current=`date "+%Y-%m-%d %H:%M:%S"`
timeStamp=`date -d "$current" +%s`
echo $timeStamp > "${package_dir}/.build_time"
Expand Down

1 comment on commit 1d38da3

@msojocs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.