diff --git a/代码解读/MiNotes-master/app/.idea/.gitignore b/代码解读/MiNotes-master/app/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/代码解读/MiNotes-master/app/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/代码解读/MiNotes-master/app/.idea/gradle.xml b/代码解读/MiNotes-master/app/.idea/gradle.xml new file mode 100644 index 0000000..f22a539 --- /dev/null +++ b/代码解读/MiNotes-master/app/.idea/gradle.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/代码解读/MiNotes-master/app/.idea/misc.xml b/代码解读/MiNotes-master/app/.idea/misc.xml new file mode 100644 index 0000000..6ff4d26 --- /dev/null +++ b/代码解读/MiNotes-master/app/.idea/misc.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码解读/MiNotes-master/app/local.properties b/代码解读/MiNotes-master/app/local.properties new file mode 100644 index 0000000..c67caa8 --- /dev/null +++ b/代码解读/MiNotes-master/app/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Wed Mar 08 14:31:32 CST 2023 +sdk.dir=E\:\\SDK diff --git a/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-42-274.rawproto b/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-42-274.rawproto new file mode 100644 index 0000000..56734d0 Binary files /dev/null and b/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-42-274.rawproto differ diff --git a/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-44-123.rawproto b/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-44-123.rawproto new file mode 100644 index 0000000..ca5ccb2 Binary files /dev/null and b/代码解读/MiNotes-master/build/android-profile/profile-2023-02-26-10-20-44-123.rawproto differ