Use forms with or without client-side JavaScript--no code duplication required!
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

9 行
235 B

  1. import * as Iceform from '@modal-sh/iceform-next';
  2. import { greet } from '@/handlers/greet';
  3. const handler = Iceform.action.wrapApiHandler({ fn: greet });
  4. export const config = Iceform.action.getApiConfig();
  5. export default handler;