Files
taiheEhu/src/app.config.ts
2026-05-08 11:30:37 +08:00

11 lines
301 B
TypeScript

export default defineAppConfig({
pages: ["pages/index/index", "pages/report/index"],
window: {
navigationBarTitleText: "新手小程序",
navigationBarBackgroundColor: "#1AAD19",
navigationBarTextStyle: "white",
backgroundTextStyle: "light",
backgroundColor: "#f6f7fb"
}
});