# 引入

import { statisticsPages, statisticsComponent } from 't-comm';

// or

import { statisticsPages, statisticsComponent} from 't-comm/lib/pages-statistics/index';

# statisticsPages()

描述

统计页面个数

参数

示例

statisticsPages('dist/build/mp-weixin/app.json')

# statisticsComponent()

描述

统计组件个数

参数

示例

statisticsComponent('dist/build/mp-weixin');
Last Updated: 2024/10/11 07:54:02