From 54b7fdfdce868ddc0eb8ed861901ea7ad3eba12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=B2=BB=E5=B3=B0?= <3136568123@qq.com> Date: Thu, 4 May 2023 21:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.gradle/7.5/checksums/checksums.lock | Bin 17 -> 17 bytes .../.gradle/7.5/checksums/md5-checksums.bin | Bin 26447 -> 26547 bytes .../.gradle/7.5/checksums/sha1-checksums.bin | Bin 73679 -> 73895 bytes Notes-master/.idea/.gitignore | 3 - Notes-master/.idea/codeStyles/Project.xml | 116 +++++ Notes-master/.idea/compiler.xml | 6 - Notes-master/.idea/gradle.xml | 11 +- Notes-master/.idea/jarRepositories.xml | 30 -- Notes-master/.idea/misc.xml | 3 +- Notes-master/.idea/modules.xml | 8 + Notes-master/.idea/runConfigurations.xml | 12 + Notes-master/.idea/vcs.xml | 6 + Notes-master/.idea/workspace.xml | 409 ++++++++++++++++++ Notes-master/Notes-master.iml | 18 + .../java/net/micode/notes/model/Note.java | 23 +- Notes-master/local.properties | 7 +- 16 files changed, 593 insertions(+), 59 deletions(-) delete mode 100644 Notes-master/.idea/.gitignore create mode 100644 Notes-master/.idea/codeStyles/Project.xml delete mode 100644 Notes-master/.idea/compiler.xml delete mode 100644 Notes-master/.idea/jarRepositories.xml create mode 100644 Notes-master/.idea/modules.xml create mode 100644 Notes-master/.idea/runConfigurations.xml create mode 100644 Notes-master/.idea/vcs.xml create mode 100644 Notes-master/.idea/workspace.xml create mode 100644 Notes-master/Notes-master.iml diff --git a/Notes-master/.gradle/7.5/checksums/checksums.lock b/Notes-master/.gradle/7.5/checksums/checksums.lock index 40f11c752553320f3a8c1878140caa2a98aeb00c..25e8ed26325cf9a37f9e7c636ae0e5268ffff2e5 100644 GIT binary patch literal 17 VcmZR+`^>t2mB4F71~6b|0suHd1WW(` literal 17 VcmZR+`^>t2mB4F71~6dy0RTBR1wjA+ diff --git a/Notes-master/.gradle/7.5/checksums/md5-checksums.bin b/Notes-master/.gradle/7.5/checksums/md5-checksums.bin index 71756c3e1b0d3266c145eb20726b0a6280f9199e..e5a29ce85821fa1f0e9ec5f638cb41993e40cc40 100644 GIT binary patch delta 176 zcmX?qj&bvO#tkMCj0-oLN+|FOBv09JDMHh|h5-!H{Wtrn3NQ*3e%rD?_p$F9sA%Kl zP_;`;{F)mTe~521_`tE*(SuJu#TY273B-yZEU@4io7?jC(^f6V4%DCf7Iu_@fwBEL tlg$C3BoJt~00})*9jyn8wD!7b9sL~s?P$TCTfPt-wqalm3`QG3IspElGqnH! delta 41 zcmV+^0M`Gr&jHWQ0kAX}0iUxq7$6O^Z6yc+lZ__I0uK4HA@~=uFdzxDK}ZfCN~8{^ diff --git a/Notes-master/.gradle/7.5/checksums/sha1-checksums.bin b/Notes-master/.gradle/7.5/checksums/sha1-checksums.bin index 58c9e3dbda0c1354d614dba75e9338d2a553e9ed..758d29e748ae66dd411a2eb7085956c344f4c9fc 100644 GIT binary patch delta 316 zcmX@VpJn+$mJKEnjPjdJB|Js>`&TFhCbN1ofB>WX`OT%evsoE`Zq_u;-pDAmdFqpk zeEibN6|%L_+7KlQ)|+ELOS1A$*>EXB)4c{N$htZAhXS)e;kPaOb07Pzfr=JxZvE}d z%-Fb5af0afg(8f4+!@9|DP15|1!0l&U?J_~<^M7S>zJZX8H9PB2`)(hI-~tLlg$C3 z0wBzZtsCaip!Y0vq{$8JZnrIuM5-dtoEbo>~^blWhn;S5F_K~vwi%N0s%R(A=nkSp%eiw3$ykhBLDyZ diff --git a/Notes-master/.idea/.gitignore b/Notes-master/.idea/.gitignore deleted file mode 100644 index 359bb53..0000000 --- a/Notes-master/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml diff --git a/Notes-master/.idea/codeStyles/Project.xml b/Notes-master/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/Notes-master/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/Notes-master/.idea/compiler.xml b/Notes-master/.idea/compiler.xml deleted file mode 100644 index b589d56..0000000 --- a/Notes-master/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Notes-master/.idea/gradle.xml b/Notes-master/.idea/gradle.xml index cbbe561..b68060b 100644 --- a/Notes-master/.idea/gradle.xml +++ b/Notes-master/.idea/gradle.xml @@ -1,19 +1,12 @@ - diff --git a/Notes-master/.idea/jarRepositories.xml b/Notes-master/.idea/jarRepositories.xml deleted file mode 100644 index e34606c..0000000 --- a/Notes-master/.idea/jarRepositories.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Notes-master/.idea/misc.xml b/Notes-master/.idea/misc.xml index 6ba6396..4872587 100644 --- a/Notes-master/.idea/misc.xml +++ b/Notes-master/.idea/misc.xml @@ -1,7 +1,6 @@ - - + diff --git a/Notes-master/.idea/modules.xml b/Notes-master/.idea/modules.xml new file mode 100644 index 0000000..7800270 --- /dev/null +++ b/Notes-master/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Notes-master/.idea/runConfigurations.xml b/Notes-master/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/Notes-master/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/Notes-master/.idea/vcs.xml b/Notes-master/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Notes-master/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Notes-master/.idea/workspace.xml b/Notes-master/.idea/workspace.xml new file mode 100644 index 0000000..3d92a3f --- /dev/null +++ b/Notes-master/.idea/workspace.xml @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +