Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
papple23g committed Apr 6, 2020
1 parent 9a6a511 commit 74b7c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ahkblockly.py
Original file line number Diff line number Diff line change
Expand Up @@ -5050,7 +5050,7 @@ def rm_ahk_exe():
#設置子頁面標頭DIV元素
div_title_elt=DIV()
#設置標頭H1元素
VERSION="1.10" ##
VERSION="1.10.1" ##
h1_title_elt=H1(f"AutoHotKey 積木語法產生器 v{VERSION}",style={"color":"rgb(220, 107, 57)","font-size":"18px","font-weight":"600",'float':'left'})
#設置FB DIV元素
div_fb_elt=DIV(id='div_fb',style={'float':'right'})
Expand Down

0 comments on commit 74b7c8e

Please sign in to comment.