chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
17
apps/miniprogram/src/app.config.ts
Normal file
17
apps/miniprogram/src/app.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default defineAppConfig({
|
||||
pages: ["pages/index/index", "pages/contact/index"],
|
||||
plugins: {
|
||||
contactPlugin: {
|
||||
version: "1.4.3",
|
||||
provider: "wx104a1a20c3f81ec2",
|
||||
},
|
||||
},
|
||||
window: {
|
||||
navigationBarTitleText: "万趣,贵州小团旅行专家!",
|
||||
navigationBarBackgroundColor: "#fbfaf5",
|
||||
navigationBarTextStyle: "black",
|
||||
backgroundColor: "#fbfaf5",
|
||||
backgroundColorContent: "#fbfaf5",
|
||||
backgroundTextStyle: "light",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user