import { defineAppConfig } from '@byted-doubao-apps/framework/config'; export default defineAppConfig({ appId: '<%= appId %>', name: '<%= name %>', pages: ['pages/home/index'], widgets: ['widgets/shopping-plan/index'] });