<%@pagecontentType="text/html; charset=UTF-8"%><!DOCTYPE html><html><head><title>Example Page</title></head><body><h1>Custom Page</h1><p>This is a custom page added by plugin.</p></body></html>
API扩展
publicclassApiExampleActionextendsFessApiAction{@ExecutepublicJsonResponse<ApiResult>get$data(){returnasJson(newApiResult.ApiResponse().result(Map.of("message","Hello from plugin")).status(Status.OK));}}