Files
gitlab-instance-0a899031_ci…/src/app.config.ts
2022-11-20 13:56:15 +08:00

27 lines
514 B
TypeScript

export default {
pages: [
// "pages/index/index",
"pages/home/index",
"pages/home/components/CheckIn/index",
"pages/activityList/index",
"pages/formSubmit/index",
"pages/activityList/components/details/index",
"pages/mountainPeak/index",
"pages/my/index",
"pages/my/components/Version/index",
],
window: {
backgroundTextStyle: "light",
navigationBarBackgroundColor: "#fff",
navigationBarTitleText: "WeChat",
navigationBarTextStyle: "black",
},
};