MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / exportTableTemplate

Function exportTableTemplate

ui/src/api/knowledge/document.ts:548–559  ·  view source on GitHub ↗
(
  fileName,
  type,
  loading,
)

Source from the content-addressed store, hash-verified

546 * @param 参数 fileName,type,
547 */
548const exportTableTemplate: (fileName: string, type: string, loading?: Ref<boolean>) => void = (
549 fileName,
550 type,
551 loading,
552) => {
553 return exportExcel(
554 fileName,
555 `/workspace/knowledge/document/table_template/export`,
556 {type},
557 loading,
558 )
559}
560
561/**
562 * 创建Web站点文档

Callers

nothing calls this directly

Calls 1

exportExcelFunction · 0.90

Tested by

no test coverage detected