From 100f0d2e4d813c8b194910afdeaa51c1fd332856 Mon Sep 17 00:00:00 2001 From: allureluoli <3345483363@qq.com> Date: Wed, 10 May 2023 22:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E5=BB=BA=E9=80=A0=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/RW-API-Code.iml | 8 + .idea/inspectionProfiles/Project_Default.xml | 90 +++ .../inspectionProfiles/profiles_settings.xml | 6 + .idea/modules.xml | 8 + .idea/workspace.xml | 9 +- package-lock.json | 541 ++++++++---------- package.json | 1 + rustedwarfareapicode/src/Unit/canbuild.md | 273 ++++++++- rustedwarfareapicode/src/Unit/core.md | 1 - 9 files changed, 619 insertions(+), 318 deletions(-) create mode 100644 .idea/RW-API-Code.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/modules.xml diff --git a/.idea/RW-API-Code.iml b/.idea/RW-API-Code.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/RW-API-Code.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..78ca77e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,90 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..68ddea2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 41a9f56..fb3ecba 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,9 @@