From 58ea8036f60d561a5bdf22f2aa9b40980b3d7089 Mon Sep 17 00:00:00 2001 From: jhy <13871544635@163.com> Date: Sun, 30 Oct 2016 12:02:01 +0800 Subject: [PATCH 1/2] Add #09 --- .idea/compiler.xml | 22 ++ .idea/copyright/profiles_settings.xml | 3 + .idea/encodings.xml | 6 + .idea/misc.xml | 56 ++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 430 ++++++++++++++++++++++++++ GuanggooHackathon2016.iml | 9 + 8 files changed, 540 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 GuanggooHackathon2016.iml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b1a73ab --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2d26579 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..c578e64 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1477797597211 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GuanggooHackathon2016.iml b/GuanggooHackathon2016.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/GuanggooHackathon2016.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file -- Gitee From 063e51b03a817d5e2fa416ba9ce51b24ba94e9a2 Mon Sep 17 00:00:00 2001 From: jhy <13871544635@163.com> Date: Sun, 30 Oct 2016 12:05:02 +0800 Subject: [PATCH 2/2] Update #29" --- .idea/workspace.xml | 14 ++++++++------ README.md | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c578e64..fc1522d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,9 @@ - + + + @@ -25,8 +27,8 @@ - - + + @@ -384,7 +386,7 @@ - + @@ -420,8 +422,8 @@ - - + + diff --git a/README.md b/README.md index fefd5b6..a34f6c2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ --------- ### 以下为项目提交区 -#### [09-大饼夹一切-日文汉化装逼神器](https://git.oschina.net/xiaopangxia/JP2CH.git) \ No newline at end of file +#### [29-金汉渝-同心幻方](https://git.oschina.net/jhy1/jhy0.git) -- Gitee