This commit is contained in:
13121765685 2025-11-26 12:39:59 +08:00
parent 864ac99d94
commit c20f200df8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { requestUtils,clientApi} from '../index'
import { FileServer } from './fileserver';
export class GiminiServer extends FileServer {
constructor() {
super();
}
}