From fa9f2194aad06c3c601b3df0a84433319c523c64 Mon Sep 17 00:00:00 2001 From: tanjunshui Date: Wed, 25 Aug 2021 09:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8.idea?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/$PRODUCT_WORKSPACE_FILE$ | 18 ---- .idea/codeStyles/Project.xml | 101 ------------------ .idea/gradle.xml | 15 --- .idea/misc.xml | 6 -- .../phone/phoneSettingConfig_-945164326.json | 25 ----- .idea/previewer/previewConfig.json | 9 -- .idea/vcs.xml | 6 -- 7 files changed, 180 deletions(-) delete mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/previewer/phone/phoneSettingConfig_-945164326.json delete mode 100644 .idea/previewer/previewConfig.json delete mode 100644 .idea/vcs.xml diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ deleted file mode 100644 index 96ce66b..0000000 --- a/.idea/$PRODUCT_WORKSPACE_FILE$ +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index c9994c5..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -
- - - - xmlns:ohos - - ^$ - - - -
-
- - - - xmlns:.* - - ^$ - - - BY_NAME - -
-
- - - - .*:id - - http://schemas.huawei.com/res/ohos - - - -
-
- - - - .*:name - - http://schemas.huawei.com/res/ohos - - - -
-
- - - - name - - ^$ - - - -
-
- - - - .* - - ^$ - - - BY_NAME - -
-
- - - - .* - - http://schemas.huawei.com/res/ohos - - - -
-
- - - - .* - - .* - - - BY_NAME - -
-
-
-
-
-
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 7dc2641..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 707ee6e..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/previewer/phone/phoneSettingConfig_-945164326.json b/.idea/previewer/phone/phoneSettingConfig_-945164326.json deleted file mode 100644 index 78eb57d..0000000 --- a/.idea/previewer/phone/phoneSettingConfig_-945164326.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "setting": { - "1.0.1": { - "Language": { - "args": { - "Language": "zh-CN" - } - } - } - }, - "frontend": { - "1.0.0": { - "Resolution": { - "args": { - "Resolution": "360*750" - } - }, - "DeviceType": { - "args": { - "DeviceType": "phone" - } - } - } - } -} \ No newline at end of file diff --git a/.idea/previewer/previewConfig.json b/.idea/previewer/previewConfig.json deleted file mode 100644 index 4b966d3..0000000 --- a/.idea/previewer/previewConfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "1.0.0": { - "LastPreviewDevice": { - "D:\\MyProject\\MultiWaveHeader_HarmonyOS\\app": [ - "phone" - ] - } - } -} \ 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 -- Gitee