From cd1149e109a87b8d7333e5596399710be7bb2f51 Mon Sep 17 00:00:00 2001 From: Jannchie Date: Fri, 1 Nov 2019 11:44:29 +0900 Subject: [PATCH 1/2] Initial commit --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9bdf3e9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Jannchie + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f7ee97 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# BiliOB +BiliOB观测者是一个观测B站UP主及视频数据变化,并予以分析的Web应用程序。 From 2fef89f6e079aa4656097ed77a62051edb1ad174 Mon Sep 17 00:00:00 2001 From: jannchie Date: Fri, 1 Nov 2019 11:51:54 +0900 Subject: [PATCH 2/2] UPDATE: merge project --- .gitmodules | 9 +++++++++ biliob-frontend | 1 + biliob-spider | 1 + biliob_backend | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 biliob-frontend create mode 160000 biliob-spider create mode 160000 biliob_backend diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c9a2601 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "biliob-frontend"] + path = biliob-frontend + url = git@github.com:Jannchie/biliob-frontend.git +[submodule "biliob_backend"] + path = biliob_backend + url = git@github.com:Jannchie/biliob_backend.git +[submodule "biliob-spider"] + path = biliob-spider + url = git@github.com:Jannchie/biliob-spider.git diff --git a/biliob-frontend b/biliob-frontend new file mode 160000 index 0000000..09b9933 --- /dev/null +++ b/biliob-frontend @@ -0,0 +1 @@ +Subproject commit 09b993365918f466bd1a97f875b0560ce74e7614 diff --git a/biliob-spider b/biliob-spider new file mode 160000 index 0000000..3f9c4bc --- /dev/null +++ b/biliob-spider @@ -0,0 +1 @@ +Subproject commit 3f9c4bcdb1ae77d919471332006405032e3e3925 diff --git a/biliob_backend b/biliob_backend new file mode 160000 index 0000000..8208cd4 --- /dev/null +++ b/biliob_backend @@ -0,0 +1 @@ +Subproject commit 8208cd4c73cab83709c1cd57e90546f21bee9e9e