diff --git a/main.ts b/main.ts index a00d425..11e6d3c 100644 --- a/main.ts +++ b/main.ts @@ -1,100 +1,118 @@ import { serve } from "https://deno.land/std@0.220.1/http/server.ts"; +// 在文件开头添加接口定义 +interface Price { + model: string; + type: string; + channel_type: number; + input: number; + output: number; +} + // HTML 页面 const html = ` - AI Models Price Update + AI Models Price API
-

AI Models Price Update

-
-
- - +

AI Models Price API

+ +