From f92db026453ad96f6560a56f8d647d8b6cbaa98b Mon Sep 17 00:00:00 2001
From: wzy <945852110@qq.com>
Date: Tue, 9 Nov 2021 09:39:01 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86client=E5=88=86=E6=94=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
{code => client}/Story/.gitignore | 0
{code => client}/Story/app/.gitignore | 0
{code => client}/Story/app/build.gradle | 0
{code => client}/Story/app/proguard-rules.pro | 0
.../story/ExampleInstrumentedTest.java | 0
.../Story/app/src/main/AndroidManifest.xml | 0
.../story/view/activity/MainActivity.java | 0
.../drawable-v24/ic_launcher_foreground.xml | 0
.../res/drawable/ic_launcher_background.xml | 0
.../app/src/main/res/layout/activity_main.xml | 0
.../res/mipmap-anydpi-v26/ic_launcher.xml | 0
.../mipmap-anydpi-v26/ic_launcher_round.xml | 0
.../src/main/res/mipmap-hdpi/ic_launcher.png | Bin
.../res/mipmap-hdpi/ic_launcher_round.png | Bin
.../src/main/res/mipmap-mdpi/ic_launcher.png | Bin
.../res/mipmap-mdpi/ic_launcher_round.png | Bin
.../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin
.../res/mipmap-xhdpi/ic_launcher_round.png | Bin
.../main/res/mipmap-xxhdpi/ic_launcher.png | Bin
.../res/mipmap-xxhdpi/ic_launcher_round.png | Bin
.../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin
.../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin
.../app/src/main/res/values-night/themes.xml | 0
.../Story/app/src/main/res/values/colors.xml | 0
.../Story/app/src/main/res/values/strings.xml | 0
.../Story/app/src/main/res/values/themes.xml | 0
.../com/example/story/ExampleUnitTest.java | 0
{code => client}/Story/build.gradle | 0
{code => client}/Story/gradle.properties | 0
.../Story/gradle/wrapper/gradle-wrapper.jar | Bin
.../gradle/wrapper/gradle-wrapper.properties | 0
{code => client}/Story/gradlew | 0
{code => client}/Story/gradlew.bat | 0
{code => client}/Story/settings.gradle | 0
{code => client}/readme.md | 0
code/Story/.idea/.gitignore | 3 --
code/Story/.idea/compiler.xml | 6 ---
code/Story/.idea/gradle.xml | 19 ----------
code/Story/.idea/jarRepositories.xml | 35 ------------------
code/Story/.idea/misc.xml | 9 -----
code/Story/.idea/runConfigurations.xml | 10 -----
code/Story/.idea/vcs.xml | 6 ---
42 files changed, 88 deletions(-)
rename {code => client}/Story/.gitignore (100%)
rename {code => client}/Story/app/.gitignore (100%)
rename {code => client}/Story/app/build.gradle (100%)
rename {code => client}/Story/app/proguard-rules.pro (100%)
rename {code => client}/Story/app/src/androidTest/java/com/example/story/ExampleInstrumentedTest.java (100%)
rename {code => client}/Story/app/src/main/AndroidManifest.xml (100%)
rename {code => client}/Story/app/src/main/java/com/example/story/view/activity/MainActivity.java (100%)
rename {code => client}/Story/app/src/main/res/drawable-v24/ic_launcher_foreground.xml (100%)
rename {code => client}/Story/app/src/main/res/drawable/ic_launcher_background.xml (100%)
rename {code => client}/Story/app/src/main/res/layout/activity_main.xml (100%)
rename {code => client}/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (100%)
rename {code => client}/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (100%)
rename {code => client}/Story/app/src/main/res/mipmap-hdpi/ic_launcher.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-hdpi/ic_launcher_round.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-mdpi/ic_launcher.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-mdpi/ic_launcher_round.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xhdpi/ic_launcher.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png (100%)
rename {code => client}/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png (100%)
rename {code => client}/Story/app/src/main/res/values-night/themes.xml (100%)
rename {code => client}/Story/app/src/main/res/values/colors.xml (100%)
rename {code => client}/Story/app/src/main/res/values/strings.xml (100%)
rename {code => client}/Story/app/src/main/res/values/themes.xml (100%)
rename {code => client}/Story/app/src/test/java/com/example/story/ExampleUnitTest.java (100%)
rename {code => client}/Story/build.gradle (100%)
rename {code => client}/Story/gradle.properties (100%)
rename {code => client}/Story/gradle/wrapper/gradle-wrapper.jar (100%)
rename {code => client}/Story/gradle/wrapper/gradle-wrapper.properties (100%)
rename {code => client}/Story/gradlew (100%)
rename {code => client}/Story/gradlew.bat (100%)
rename {code => client}/Story/settings.gradle (100%)
rename {code => client}/readme.md (100%)
delete mode 100644 code/Story/.idea/.gitignore
delete mode 100644 code/Story/.idea/compiler.xml
delete mode 100644 code/Story/.idea/gradle.xml
delete mode 100644 code/Story/.idea/jarRepositories.xml
delete mode 100644 code/Story/.idea/misc.xml
delete mode 100644 code/Story/.idea/runConfigurations.xml
delete mode 100644 code/Story/.idea/vcs.xml
diff --git a/code/Story/.gitignore b/client/Story/.gitignore
similarity index 100%
rename from code/Story/.gitignore
rename to client/Story/.gitignore
diff --git a/code/Story/app/.gitignore b/client/Story/app/.gitignore
similarity index 100%
rename from code/Story/app/.gitignore
rename to client/Story/app/.gitignore
diff --git a/code/Story/app/build.gradle b/client/Story/app/build.gradle
similarity index 100%
rename from code/Story/app/build.gradle
rename to client/Story/app/build.gradle
diff --git a/code/Story/app/proguard-rules.pro b/client/Story/app/proguard-rules.pro
similarity index 100%
rename from code/Story/app/proguard-rules.pro
rename to client/Story/app/proguard-rules.pro
diff --git a/code/Story/app/src/androidTest/java/com/example/story/ExampleInstrumentedTest.java b/client/Story/app/src/androidTest/java/com/example/story/ExampleInstrumentedTest.java
similarity index 100%
rename from code/Story/app/src/androidTest/java/com/example/story/ExampleInstrumentedTest.java
rename to client/Story/app/src/androidTest/java/com/example/story/ExampleInstrumentedTest.java
diff --git a/code/Story/app/src/main/AndroidManifest.xml b/client/Story/app/src/main/AndroidManifest.xml
similarity index 100%
rename from code/Story/app/src/main/AndroidManifest.xml
rename to client/Story/app/src/main/AndroidManifest.xml
diff --git a/code/Story/app/src/main/java/com/example/story/view/activity/MainActivity.java b/client/Story/app/src/main/java/com/example/story/view/activity/MainActivity.java
similarity index 100%
rename from code/Story/app/src/main/java/com/example/story/view/activity/MainActivity.java
rename to client/Story/app/src/main/java/com/example/story/view/activity/MainActivity.java
diff --git a/code/Story/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/client/Story/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
similarity index 100%
rename from code/Story/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
rename to client/Story/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
diff --git a/code/Story/app/src/main/res/drawable/ic_launcher_background.xml b/client/Story/app/src/main/res/drawable/ic_launcher_background.xml
similarity index 100%
rename from code/Story/app/src/main/res/drawable/ic_launcher_background.xml
rename to client/Story/app/src/main/res/drawable/ic_launcher_background.xml
diff --git a/code/Story/app/src/main/res/layout/activity_main.xml b/client/Story/app/src/main/res/layout/activity_main.xml
similarity index 100%
rename from code/Story/app/src/main/res/layout/activity_main.xml
rename to client/Story/app/src/main/res/layout/activity_main.xml
diff --git a/code/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/client/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
rename to client/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
diff --git a/code/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/client/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
rename to client/Story/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
diff --git a/code/Story/app/src/main/res/mipmap-hdpi/ic_launcher.png b/client/Story/app/src/main/res/mipmap-hdpi/ic_launcher.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-hdpi/ic_launcher.png
rename to client/Story/app/src/main/res/mipmap-hdpi/ic_launcher.png
diff --git a/code/Story/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/client/Story/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
rename to client/Story/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
diff --git a/code/Story/app/src/main/res/mipmap-mdpi/ic_launcher.png b/client/Story/app/src/main/res/mipmap-mdpi/ic_launcher.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-mdpi/ic_launcher.png
rename to client/Story/app/src/main/res/mipmap-mdpi/ic_launcher.png
diff --git a/code/Story/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/client/Story/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
rename to client/Story/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
diff --git a/code/Story/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/client/Story/app/src/main/res/mipmap-xhdpi/ic_launcher.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xhdpi/ic_launcher.png
rename to client/Story/app/src/main/res/mipmap-xhdpi/ic_launcher.png
diff --git a/code/Story/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/client/Story/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
rename to client/Story/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
diff --git a/code/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/client/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
rename to client/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
diff --git a/code/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/client/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
rename to client/Story/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
diff --git a/code/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/client/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
rename to client/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
diff --git a/code/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/client/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
similarity index 100%
rename from code/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
rename to client/Story/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
diff --git a/code/Story/app/src/main/res/values-night/themes.xml b/client/Story/app/src/main/res/values-night/themes.xml
similarity index 100%
rename from code/Story/app/src/main/res/values-night/themes.xml
rename to client/Story/app/src/main/res/values-night/themes.xml
diff --git a/code/Story/app/src/main/res/values/colors.xml b/client/Story/app/src/main/res/values/colors.xml
similarity index 100%
rename from code/Story/app/src/main/res/values/colors.xml
rename to client/Story/app/src/main/res/values/colors.xml
diff --git a/code/Story/app/src/main/res/values/strings.xml b/client/Story/app/src/main/res/values/strings.xml
similarity index 100%
rename from code/Story/app/src/main/res/values/strings.xml
rename to client/Story/app/src/main/res/values/strings.xml
diff --git a/code/Story/app/src/main/res/values/themes.xml b/client/Story/app/src/main/res/values/themes.xml
similarity index 100%
rename from code/Story/app/src/main/res/values/themes.xml
rename to client/Story/app/src/main/res/values/themes.xml
diff --git a/code/Story/app/src/test/java/com/example/story/ExampleUnitTest.java b/client/Story/app/src/test/java/com/example/story/ExampleUnitTest.java
similarity index 100%
rename from code/Story/app/src/test/java/com/example/story/ExampleUnitTest.java
rename to client/Story/app/src/test/java/com/example/story/ExampleUnitTest.java
diff --git a/code/Story/build.gradle b/client/Story/build.gradle
similarity index 100%
rename from code/Story/build.gradle
rename to client/Story/build.gradle
diff --git a/code/Story/gradle.properties b/client/Story/gradle.properties
similarity index 100%
rename from code/Story/gradle.properties
rename to client/Story/gradle.properties
diff --git a/code/Story/gradle/wrapper/gradle-wrapper.jar b/client/Story/gradle/wrapper/gradle-wrapper.jar
similarity index 100%
rename from code/Story/gradle/wrapper/gradle-wrapper.jar
rename to client/Story/gradle/wrapper/gradle-wrapper.jar
diff --git a/code/Story/gradle/wrapper/gradle-wrapper.properties b/client/Story/gradle/wrapper/gradle-wrapper.properties
similarity index 100%
rename from code/Story/gradle/wrapper/gradle-wrapper.properties
rename to client/Story/gradle/wrapper/gradle-wrapper.properties
diff --git a/code/Story/gradlew b/client/Story/gradlew
similarity index 100%
rename from code/Story/gradlew
rename to client/Story/gradlew
diff --git a/code/Story/gradlew.bat b/client/Story/gradlew.bat
similarity index 100%
rename from code/Story/gradlew.bat
rename to client/Story/gradlew.bat
diff --git a/code/Story/settings.gradle b/client/Story/settings.gradle
similarity index 100%
rename from code/Story/settings.gradle
rename to client/Story/settings.gradle
diff --git a/code/readme.md b/client/readme.md
similarity index 100%
rename from code/readme.md
rename to client/readme.md
diff --git a/code/Story/.idea/.gitignore b/code/Story/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/code/Story/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/code/Story/.idea/compiler.xml b/code/Story/.idea/compiler.xml
deleted file mode 100644
index 61a9130..0000000
--- a/code/Story/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/Story/.idea/gradle.xml b/code/Story/.idea/gradle.xml
deleted file mode 100644
index 440480e..0000000
--- a/code/Story/.idea/gradle.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/Story/.idea/jarRepositories.xml b/code/Story/.idea/jarRepositories.xml
deleted file mode 100644
index 0a78fa4..0000000
--- a/code/Story/.idea/jarRepositories.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/Story/.idea/misc.xml b/code/Story/.idea/misc.xml
deleted file mode 100644
index d5d35ec..0000000
--- a/code/Story/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/Story/.idea/runConfigurations.xml b/code/Story/.idea/runConfigurations.xml
deleted file mode 100644
index 797acea..0000000
--- a/code/Story/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/Story/.idea/vcs.xml b/code/Story/.idea/vcs.xml
deleted file mode 100644
index b2bdec2..0000000
--- a/code/Story/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file