mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
style.项目、文件名统一化
This commit is contained in:
@@ -24,7 +24,7 @@ class Asst:
|
||||
``callback``: 回调函数
|
||||
``arg``: 自定义参数
|
||||
"""
|
||||
self.__dllpath = pathlib.Path(dirname) / 'MeoAssistance.dll'
|
||||
self.__dllpath = pathlib.Path(dirname) / 'MeoAssistant.dll'
|
||||
self.__dll = ctypes.WinDLL(str(self.__dllpath))
|
||||
|
||||
self.__dll.AsstCreateEx.restype = ctypes.c_void_p
|
||||
|
||||
Reference in New Issue
Block a user