WeChat Mini Program Configuration Files
The app.json file serves as the global configuration for a WeChat Mini Program, defining page routes, window appearance, network timeouts, tab bar behavior, and debugging settings. Full Example of app.json { "pages": [ "pages/index/index", "pages/logs/index" ], "wi...