Skip to content

Commit 405a631

Browse files
committed
reui
1 parent 9eb9ac8 commit 405a631

35 files changed

+18765
-3254
lines changed

app.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
2-
"pages": ["pages/index/index", "pages/chat/index"],
2+
"pages": [
3+
"pages/index/index",
4+
"pages/chat/index",
5+
"pages/file/index"
6+
],
37
"window": {
48
"backgroundTextStyle": "light",
59
"navigationBarBackgroundColor": "#fff",
610
"navigationBarTitleText": "weapp.socket.io chat demo",
711
"navigationBarTextStyle": "black"
8-
}
9-
}
12+
},
13+
"sitemapLocation": "sitemap.json"
14+
}

node_modules/.yarn-integrity

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)