helloxz opened a new issue, #288:
URL: https://github.com/apache/answer-plugins/issues/288

   不编译的情况下,answer有三个默认插件:
   * 基础验证码
   * 通用连接器
   * 基础审核插件
   
   当我重新编译指定插件的时候:
   
   ```bash
   --with github.com/apache/answer-plugins/cache-redis \
   --with github.com/apache/answer-plugins/render-markdown-codehighlight \
   --with github.com/apache/answer-plugins/storage-s3
   ```
   
   本以为会3个默认插件 + 我自定义的3个插件(6个),实际上结果只有我3个自定义插件。
   
   于是我再次编译,把默认插件也加入进去编译:
   
   ```
   --with github.com/apache/answer-plugins/captcha-basic \
   --with github.com/apache/answer-plugins/connector-basic \
   --with github.com/apache/answer-plugins/reviewer-basic \
   --with github.com/apache/answer-plugins/cache-redis \
   --with github.com/apache/answer-plugins/render-markdown-codehighlight \
   --with github.com/apache/answer-plugins/storage-s3
   ```
   
   运行后默认插件显示异常,如下图:
   
   
![Image](https://github.com/user-attachments/assets/d2276696-a739-46a9-98d5-1a3803f70606)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to