版本迭代

pull/1/head
PJ568 7 months ago
parent 0e3cc9ad45
commit e6e1cd022e

@ -211,7 +211,7 @@ func _on_设置_pressed():
get_tree().change_scene_to_file("res://设置.tscn")
func (str:String):
func (str:String) -> String:
if str:
if str[0] == "0":
if str[1] == "0" or (str[1] != "." and str[1] != "="):

@ -35,8 +35,8 @@ application/modify_resources=true
application/icon=""
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.0.0.3"
application/product_version="0.0.0.3"
application/file_version="0.0.0.4"
application/product_version="0.0.0.4"
application/company_name="PJ568"
application/product_name="568_Calc"
application/file_description=""
@ -168,7 +168,7 @@ architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=1
version/name="v0.0.0.3"
version/name="v0.0.0.4"
package/unique_name="PJ568.Calculator"
package/name=""
package/signed=true

@ -161,7 +161,7 @@ uri = "https://github.com/atelier-anchor/smiley-sans"
[node name="版本" type="Label" parent="面板/背景色/MarginContainer/色/内容按钮分隔"]
layout_mode = 2
theme = ExtResource("2_ssjte")
text = "v0.0.0.3"
text = "v0.0.0.4"
horizontal_alignment = 1
[node name="返回" type="Button" parent="面板/背景色/MarginContainer/色/内容按钮分隔"]

Loading…
Cancel
Save