* 公共方法:获取所有插件的数据统计
()
| 720 | * 公共方法:获取所有插件的数据统计 |
| 721 | */ |
| 722 | public async getPluginDataStats(): Promise<{ |
| 723 | success: boolean |
| 724 | data?: PluginDataRecord[] |
| 725 | error?: string |
| 726 | }> { |
| 727 | return await this._getPluginDataStats() |
| 728 | } |
| 729 | |
| 730 | /** |
| 731 | * 公共方法:获取指定插件的所有文档 key |
no test coverage detected