@8btc/ppt-generator-mcp 0.0.26 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -116,6 +116,8 @@ class PPTGeneratorMCPServer {
116
116
  if (!templateFilePath) {
117
117
  templateFilePath = node_path_1.default.join(__dirname, "tpls", "tpl-2.json");
118
118
  }
119
+ // 演示用,固定模版
120
+ templateFilePath = node_path_1.default.join(__dirname, "tpls", "custom-1.json");
119
121
  if (!outputPath) {
120
122
  outputPath = process.cwd();
121
123
  }