diff --git a/2.txt b/2.txt index 85954ea..86d5673 100644 --- a/2.txt +++ b/2.txt @@ -2,4 +2,7 @@ 2 3 4 -5 \ No newline at end of file +5 +666 +777 +888 \ No newline at end of file diff --git a/doc/软件需求构思及描述.docx b/doc/软件需求构思及描述.docx new file mode 100644 index 0000000..76077b9 Binary files /dev/null and b/doc/软件需求构思及描述.docx differ diff --git a/src/Notes/.idea/.gitignore b/src/Notes/.idea/.gitignore new file mode 100644 index 0000000..359bb53 --- /dev/null +++ b/src/Notes/.idea/.gitignore @@ -0,0 +1,3 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml diff --git a/src/Notes/.idea/Notes.iml b/src/Notes/.idea/Notes.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/src/Notes/.idea/Notes.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Notes/.idea/misc.xml b/src/Notes/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/src/Notes/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes/.idea/modules.xml b/src/Notes/.idea/modules.xml new file mode 100644 index 0000000..329e32d --- /dev/null +++ b/src/Notes/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/Notes/.idea/vcs.xml b/src/Notes/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/src/Notes/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes/Notes/.idea/.gitignore b/src/Notes/Notes/.idea/.gitignore index 26d3352..359bb53 100644 --- a/src/Notes/Notes/.idea/.gitignore +++ b/src/Notes/Notes/.idea/.gitignore @@ -1,3 +1,3 @@ -# Default ignored files +# 默认忽略的文件 /shelf/ /workspace.xml diff --git a/src/Notes/Notes/.idea/AndroidProjectSystem.xml b/src/Notes/Notes/.idea/AndroidProjectSystem.xml deleted file mode 100644 index 4a53bee..0000000 --- a/src/Notes/Notes/.idea/AndroidProjectSystem.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Notes/Notes/.idea/compiler.xml b/src/Notes/Notes/.idea/compiler.xml index b86273d..b589d56 100644 --- a/src/Notes/Notes/.idea/compiler.xml +++ b/src/Notes/Notes/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/Notes/Notes/.idea/deploymentTargetSelector.xml b/src/Notes/Notes/.idea/deploymentTargetSelector.xml deleted file mode 100644 index 89a3096..0000000 --- a/src/Notes/Notes/.idea/deploymentTargetSelector.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/Notes/Notes/.idea/gradle.xml b/src/Notes/Notes/.idea/gradle.xml index 639c779..0897082 100644 --- a/src/Notes/Notes/.idea/gradle.xml +++ b/src/Notes/Notes/.idea/gradle.xml @@ -4,7 +4,6 @@ diff --git a/src/Notes/Notes/.idea/misc.xml b/src/Notes/Notes/.idea/misc.xml index b2c751a..0ad17cb 100644 --- a/src/Notes/Notes/.idea/misc.xml +++ b/src/Notes/Notes/.idea/misc.xml @@ -1,6 +1,7 @@ + - + diff --git a/src/Notes/Notes/.idea/runConfigurations.xml b/src/Notes/Notes/.idea/runConfigurations.xml deleted file mode 100644 index 16660f1..0000000 --- a/src/Notes/Notes/.idea/runConfigurations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Notes/Notes/.idea/vcs.xml b/src/Notes/Notes/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/src/Notes/Notes/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Notes/Notes/gradle/libs.versions.toml b/src/Notes/Notes/gradle/libs.versions.toml index b0c7574..375907a 100644 --- a/src/Notes/Notes/gradle/libs.versions.toml +++ b/src/Notes/Notes/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.0" +agp = "8.2.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" diff --git a/src/Notes/Notes/gradle/wrapper/gradle-wrapper.properties b/src/Notes/Notes/gradle/wrapper/gradle-wrapper.properties index 91bfd12..a8434d2 100644 --- a/src/Notes/Notes/gradle/wrapper/gradle-wrapper.properties +++ b/src/Notes/Notes/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Mar 14 08:53:37 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.11.1-bin.zip +distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/图/便签操作用例图.png b/图/便签操作用例图.png new file mode 100644 index 0000000..e8267fd Binary files /dev/null and b/图/便签操作用例图.png differ diff --git a/图/便签操作顺序图.png b/图/便签操作顺序图.png new file mode 100644 index 0000000..8dcb89e Binary files /dev/null and b/图/便签操作顺序图.png differ diff --git a/图/发短信用例图.png b/图/发短信用例图.png new file mode 100644 index 0000000..b7bc579 Binary files /dev/null and b/图/发短信用例图.png differ diff --git a/图/发短信顺序图.png b/图/发短信顺序图.png new file mode 100644 index 0000000..1f5f404 Binary files /dev/null and b/图/发短信顺序图.png differ diff --git a/图/打电话用例图.png b/图/打电话用例图.png new file mode 100644 index 0000000..7b0054a Binary files /dev/null and b/图/打电话用例图.png differ diff --git a/图/打电话顺序图.png b/图/打电话顺序图.png new file mode 100644 index 0000000..f5692ea Binary files /dev/null and b/图/打电话顺序图.png differ diff --git a/图/文件夹操作用例图.png b/图/文件夹操作用例图.png new file mode 100644 index 0000000..ea2c86d Binary files /dev/null and b/图/文件夹操作用例图.png differ diff --git a/图/文件夹操作顺序图.png b/图/文件夹操作顺序图.png new file mode 100644 index 0000000..b71b7c4 Binary files /dev/null and b/图/文件夹操作顺序图.png differ diff --git a/图/类图.png b/图/类图.png new file mode 100644 index 0000000..80a7392 Binary files /dev/null and b/图/类图.png differ diff --git a/图/菜单用例图.png b/图/菜单用例图.png new file mode 100644 index 0000000..2c08851 Binary files /dev/null and b/图/菜单用例图.png differ diff --git a/图/菜单顺序图.png b/图/菜单顺序图.png new file mode 100644 index 0000000..64b6a24 Binary files /dev/null and b/图/菜单顺序图.png differ diff --git a/图/超链接用例图.png b/图/超链接用例图.png new file mode 100644 index 0000000..2f0f377 Binary files /dev/null and b/图/超链接用例图.png differ diff --git a/图/超链接顺序图.png b/图/超链接顺序图.png new file mode 100644 index 0000000..2011d66 Binary files /dev/null and b/图/超链接顺序图.png differ diff --git a/图/闹钟提醒用例图.png b/图/闹钟提醒用例图.png new file mode 100644 index 0000000..2e034d2 Binary files /dev/null and b/图/闹钟提醒用例图.png differ diff --git a/图/闹钟提醒顺序图.png b/图/闹钟提醒顺序图.png new file mode 100644 index 0000000..6814736 Binary files /dev/null and b/图/闹钟提醒顺序图.png differ diff --git a/开源代码质量分析报告.docx b/开源代码质量分析报告.docx new file mode 100644 index 0000000..046cdb5 Binary files /dev/null and b/开源代码质量分析报告.docx differ diff --git a/开源软件维护方案及成果.docx b/开源软件维护方案及成果.docx new file mode 100644 index 0000000..04fec98 Binary files /dev/null and b/开源软件维护方案及成果.docx differ diff --git a/软件需求构思及描述.docx b/软件需求构思及描述.docx new file mode 100644 index 0000000..76077b9 Binary files /dev/null and b/软件需求构思及描述.docx differ