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

Function exportQATemplate

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

Source from the content-addressed store, hash-verified

534 * @param 参数 fileName,type,
535 */
536const exportQATemplate: (fileName: string, type: string, loading?: Ref<boolean>) => void = (
537 fileName,
538 type,
539 loading,
540) => {
541 return exportExcel(fileName, `/workspace/knowledge/document/template/export`, {type}, loading)
542}
543
544/**
545 * 获得table模板

Callers

nothing calls this directly

Calls 1

exportExcelFunction · 0.90

Tested by

no test coverage detected