import type { EntryModule } from './define-entry.ts'; import _example from './_example/index.ts'; import tcb_template_list from './tcb_template_list/index.ts'; import tcb_pro_dev_integration_guide from './tcb_pro_dev_integration_guide/index.ts'; import tcb_product_intro from './tcb_product_intro/index.ts'; import tcb_template_tag from './tcb_template_tag/index.ts'; import tcb_advanced_config from './tcb_advanced_config/index.ts'; import tcb_quick_start_guide_data from './tcb_quick_start_guide_data/index.ts'; import tcb_login_page_case from './tcb_login_page_case/index.ts'; // 只有在此导出的条目才会进入构建产物;顶层 key 即产物目录名。 export const registry: Record = { _example, tcb_template_list, tcb_pro_dev_integration_guide, tcb_product_intro, tcb_template_tag, tcb_advanced_config, tcb_quick_start_guide_data, tcb_login_page_case, };