This commit is contained in:
2026-01-22 00:06:13 +08:00
parent f26fc95ea3
commit ed7476e54b
316 changed files with 4962 additions and 14039 deletions

View File

@@ -22,4 +22,4 @@ class ObservableValue(Object):
if default != Undefined:
return default
raise Exception("using observable value before setting it")
raise Exception("在设置之前使用可观察值")