From a92b2154a23b26423fabe125c6a4d2bdd5b8d494 Mon Sep 17 00:00:00 2001 From: wming-black <3055464370@qq.com> Date: Sat, 11 Dec 2021 09:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=8A=96=E9=9F=B3=E5=8F=B7?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/fileColors.xml | 7 + .idea/inspectionProfiles/Project_Default.xml | 4 + .idea/misc.xml | 37 ++-- .../com/derry/wechat/debug/BuildConfig.java | 15 ++ .../fisherbone/fuzhu/abllib/BaseAblStep.java | 8 + .../fuzhu/activity/MainActivity.java | 4 +- .../com/fisherbone/fuzhu/step/NoticeBase.java | 2 + .../fisherbone/fuzhu/step/TestAblStep2.java | 1 + .../fisherbone/fuzhu/step/TestAblStep30.java | 1 + .../fisherbone/fuzhu/step/TestAblStep32.java | 167 +++++++++++++++++- .../fisherbone/fuzhu/step/TestAblStep34.java | 1 + .../fuzhu/step/TestAblStepBase.java | 1 + app/src/main/res/layout/activity_main.xml | 35 ++-- arouter_api/build.gradle | 2 - .../4df56d52ca327df9f8638b4e5b60405e.bin | 1 + .../build/libs/arouter_compiler.jar | Bin 16243 -> 16243 bytes build.gradle | 2 +- common/build.gradle | 2 - gradle/wrapper/gradle-wrapper.properties | 2 +- .../com/derry/wechat/steps/TestAblStep2.java | 5 +- 20 files changed, 257 insertions(+), 40 deletions(-) create mode 100644 .idea/fileColors.xml create mode 100644 app/src/main/java/com/derry/wechat/debug/BuildConfig.java create mode 100644 arouter_compiler/build/.transforms/4df56d52ca327df9f8638b4e5b60405e.bin diff --git a/.idea/fileColors.xml b/.idea/fileColors.xml new file mode 100644 index 0000000..3723744 --- /dev/null +++ b/.idea/fileColors.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 257c801..f82256e 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,12 +1,16 @@