From 7f79ae267847c947364fe6f7dcb9f0b2be8c08af Mon Sep 17 00:00:00 2001 From: a <455919189@qq.com> Date: Tue, 3 May 2022 18:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 ++++++++++++++ app.js | 9 +++++++++ app.json | 27 +++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 app.js create mode 100644 app.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10fa70b --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Windows +[Dd]esktop.ini +Thumbs.db +$RECYCLE.BIN/ + +# macOS +.DS_Store +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes + +# Node.js +node_modules/ diff --git a/app.js b/app.js new file mode 100644 index 0000000..6dee2c8 --- /dev/null +++ b/app.js @@ -0,0 +1,9 @@ +//app.js +App({ + onLaunch: function () { + + }, + globalData: { + userInfo: null + } +}) \ No newline at end of file diff --git a/app.json b/app.json new file mode 100644 index 0000000..4013b35 --- /dev/null +++ b/app.json @@ -0,0 +1,27 @@ +{ + "pages": [ + "pages/index/index", + "pages/student/student", + "pages/qingjiaxuanqu/qingjiaxuanqu", + "pages/mine/mine/mine", + "pages/calender/calender", + "components/calendarWeek/calendarWeek", + "pages/chengjiliebiao/chengjiliebiao", + "pages/qingjiashengqing/qingjiashengqing", + "pages/lixiaoshenqing/lixiaoshenqing", + "pages/chakanjieguo/chankanjieguo", + "pages/teacher/teacher", + "pages/shenpijiaqi/shenpijiaqi", + "pages/shenpijiaqixiangqing/shenpijiaqixiangqing", + "pages/shenpiqingjiaxiangqing/shenpiqingjiaxiangqing" + ], + "window": { + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "", + "navigationBarTextStyle": "black", + "backgroundColor": "#e5e5e5" + }, + "style": "v2", + "sitemapLocation": "sitemap.json" +} \ No newline at end of file