diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 359bb53..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml diff --git a/.idea/SanYeCao-Nonebot.iml b/.idea/SanYeCao-Nonebot.iml deleted file mode 100644 index edfb3df..0000000 --- a/.idea/SanYeCao-Nonebot.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 8210dbc..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index eb37281..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 6fb409e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/my_sqlite/data_init/data_init.py b/src/my_sqlite/data_init/data_init.py index a73639d..4356f84 100644 --- a/src/my_sqlite/data_init/data_init.py +++ b/src/my_sqlite/data_init/data_init.py @@ -28,7 +28,7 @@ def QrFortune_init(): """ def execute_init_file(): # 拼接文件的完整路径 - file_path = os.getcwd() + "\\src\\qq_plugins\\data_init\\fortune_init_data.py" + file_path = os.getcwd() + "\\src\\my_sqlite\\data_init\\fortune_init_data.py" init_file_path = os.path.join(os.path.dirname(__file__), file_path) try: # 执行初始化文件 @@ -53,7 +53,7 @@ def touch_init(): """ def execute_init_file2(): # 拼接文件的完整路径 - file_path = os.getcwd() + "\\src\\qq_plugins\\data_init\\touch_init_data.py" + file_path = os.getcwd() + "\\src\\my_sqlite\\data_init\\touch_init_data.py" init_file_path = os.path.join(os.path.dirname(__file__), file_path) try: # 执行初始化文件