touch init

This commit is contained in:
SlyAimer 2025-01-13 21:15:18 +08:00
parent b7fe6e9df4
commit ad8fc7b52e

View file

@ -45,7 +45,7 @@ def touch_init():
return print("摸摸功能已初始化。")
else:
print("摸摸功能未初始化,开始执行初始化文件。")
execute_init_file()
execute_init_file2()
return ""
"""