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