File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " webgal" ,
33 "private" : true ,
4- "version" : " 4.5.6 " ,
4+ "version" : " 4.5.7 " ,
55 "scripts" : {
66 "dev" : " vite --host --port 3000" ,
77 "build" : " cross-env NODE_ENV=production tsc && vite build --base=./" ,
Original file line number Diff line number Diff line change 11{
22 "name" :" Default Template" ,
3- "webgal-version" :" 4.5.6 "
3+ "webgal-version" :" 4.5.7 "
44}
Original file line number Diff line number Diff line change 11export const __INFO = {
2- version : 'WebGAL 4.5.6 ' ,
2+ version : 'WebGAL 4.5.7 ' ,
33 contributors : [
44 // 现在改为跳转到 GitHub 了
55 ] ,
Original file line number Diff line number Diff line change 1212
1313#### 修复
1414
15- 4.5.6 修复:无法从状态中获取到对应 key 的变量时,返回 {key} 以避免变换不生效
15+ 4.5.7 修复:无法从状态中获取到对应 key 的变量时,返回 {key} 以避免变换不生效
1616
1717修复了 ` -concat ` 选项动画在新行中的错误。
1818
@@ -54,7 +54,7 @@ Added a new parameter to control "execute the next statement after the performan
5454
5555#### Bug Fixes
5656
57- 4.5.6 Fix: When the corresponding key variable cannot be obtained from the state, return {key} to avoid ineffective transformation.
57+ 4.5.7 Fix: When the corresponding key variable cannot be obtained from the state, return {key} to avoid ineffective transformation.
5858
5959Fixed an animation error with the ` -concat ` option in a new line.
6060
@@ -96,7 +96,7 @@ Fixed the logo image issue.
9696
9797#### 修正
9898
99- 4.5.6 修正:状態から対応する key の変数が取得できない場合、{key} を返すようにし、変換が無効になるのを回避しました
99+ 4.5.7 修正:状態から対応する key の変数が取得できない場合、{key} を返すようにし、変換が無効になるのを回避しました
100100
101101` -concat ` オプションのアニメーションが新しい行でエラーになる問題を修正しました。
102102
You can’t perform that action at this time.
0 commit comments