SYMBOL INDEX (815 symbols across 85 files) FILE: service/src/chatgpt/index.ts function chatReplyProcess (line 94) | async function chatReplyProcess(options: RequestOptions) { function fetchUsage (line 130) | async function fetchUsage() { function formatDate (line 170) | function formatDate(): string[] { function chatConfig (line 180) | async function chatConfig() { function setupProxy (line 193) | function setupProxy(options: SetProxyOptions) { function currentModel (line 221) | function currentModel(): ApiModel { FILE: service/src/chatgpt/types.ts type RequestOptions (line 4) | interface RequestOptions { type SetProxyOptions (line 13) | interface SetProxyOptions { type UsageResponse (line 17) | interface UsageResponse { FILE: service/src/index.ts constant API_BASE_URL (line 126) | const API_BASE_URL = isNotEmptyString(process.env.OPENAI_API_BASE_URL) FILE: service/src/middleware/limiter.ts constant MAX_REQUEST_PER_HOUR (line 4) | const MAX_REQUEST_PER_HOUR = process.env.MAX_REQUEST_PER_HOUR FILE: service/src/myfun.ts constant API_BASE_URL (line 8) | const API_BASE_URL = isNotEmptyString(process.env.OPENAI_API_BASE_URL) FILE: service/src/types.ts type RequestProps (line 3) | interface RequestProps { type ChatContext (line 11) | interface ChatContext { type ChatGPTUnofficialProxyAPIOptions (line 16) | interface ChatGPTUnofficialProxyAPIOptions { type ModelConfig (line 25) | interface ModelConfig { type ApiModel (line 34) | type ApiModel = 'ChatGPTAPI' | 'ChatGPTUnofficialProxyAPI' | undefined FILE: service/src/utils/index.ts type SendResponseOptions (line 1) | interface SendResponseOptions { function sendResponse (line 7) | function sendResponse(options: SendResponseOptions) { FILE: service/src/utils/is.ts function isNumber (line 1) | function isNumber(value: T | unknown): value is number { function isString (line 5) | function isString(value: T | unknown): value is string { function isNotEmptyString (line 9) | function isNotEmptyString(value: any): boolean { function isBoolean (line 13) | function isBoolean(value: T | unknown): value is bool... function isFunction (line 17) | function isFunction any | void | never>(va... FILE: src-tauri/build.rs function main (line 1) | fn main() { FILE: src-tauri/src/main.rs function main (line 4) | fn main() { FILE: src/api/Recognition.ts type recType (line 3) | interface recType{ class Recognition (line 10) | class Recognition { method setListener (line 29) | public setListener(fn: (result: string) => void) { method setOnEnd (line 33) | public setOnEnd( fn: ( ) => void){ method setOpt (line 37) | public setOpt( opt:recType ){ method setLang (line 48) | public setLang( lang:string ){ method start (line 53) | public start() { method stop (line 111) | public stop() { method check (line 117) | private check( that:Recognition ){ function sleep (line 169) | function sleep(time: number) { function speakText (line 174) | async function speakText(content: string, callback: (playing: boolean) =... FILE: src/api/chat.ts class chatSetting (line 10) | class chatSetting{ method constructor (line 18) | constructor(uuid: number) { method setUuid (line 24) | public setUuid(uuid: number){ method getGptConfig (line 28) | public getGptConfig():gptConfigType { method getObjs (line 40) | public getObjs():gptConfigType[]{ method findIndex (line 54) | public findIndex(){ method save (line 58) | public save( obj : Partial){ FILE: src/api/dtoStore.ts type DtoItem (line 3) | interface DtoItem{ class DtoStore (line 18) | class DtoStore{ method save (line 20) | public save(obj:DtoItem ){ method findIndex (line 29) | public findIndex(id:string){ method getObjs (line 33) | public getObjs():DtoItem[]{ method getOneById (line 38) | public getOneById(id:string):DtoItem|null{ method delete (line 44) | public delete( id:string ){ FILE: src/api/ideo.ts type IdeoImageData (line 6) | interface IdeoImageData { function getHeaderAuthorization (line 13) | function getHeaderAuthorization(){ FILE: src/api/index.ts function fetchChatAPI (line 6) | function fetchChatAPI( function fetchChatConfig (line 18) | function fetchChatConfig() { function fetchChatAPIProcess (line 24) | function fetchChatAPIProcess( function fetchSession (line 56) | function fetchSession() { function fetchVerify (line 65) | function fetchVerify(token: string) { FILE: src/api/kling.ts function getHeaderAuthorization (line 8) | function getHeaderAuthorization(){ FILE: src/api/klingStore.ts type KlingTask (line 4) | interface KlingTask { class klingStore (line 31) | class klingStore{ method save (line 34) | public save(obj:KlingTask ){ method findIndex (line 43) | public findIndex(id:string){ method getObjs (line 47) | public getObjs():KlingTask[]{ method getOneById (line 52) | public getOneById(id:string):KlingTask|null{ method delete (line 58) | public delete( id:string ){ FILE: src/api/luma.ts function getHeaderAuthorization (line 9) | function getHeaderAuthorization(){ FILE: src/api/lumaStore.ts type LumaVideo (line 3) | type LumaVideo = { type LumaMedia (line 12) | type LumaMedia = { class lumaStore (line 22) | class lumaStore{ method save (line 25) | public save(obj:LumaMedia ){ method findIndex (line 34) | public findIndex(id:string){ method getObjs (line 38) | public getObjs():LumaMedia[]{ method delete (line 43) | public delete( obj:LumaMedia ){ type LumaHk (line 54) | type LumaHk={ class lumaHkStore (line 59) | class lumaHkStore{ method save (line 62) | public save(obj:LumaHk ){ method findIndex (line 71) | public findIndex(id:string){ method getObjs (line 75) | public getObjs():LumaHk[]{ method getOneById (line 80) | public getOneById(id:string):LumaHk|null{ FILE: src/api/mjapi.ts type gptsType (line 10) | interface gptsType{ function upImg (line 19) | function upImg(file:any ):Promise function containsChinese (line 87) | function containsChinese(str:string ) { function train (line 93) | async function train( text:string){ function getHeaderApiSecret (line 138) | function getHeaderApiSecret(){ function isStringOnlyDigits (line 434) | function isStringOnlyDigits(input: string): boolean { function getFileFromClipboard (line 462) | function getFileFromClipboard(event:any ){ FILE: src/api/mjsave.ts function saveImg (line 14) | async function saveImg( key:string, value:string ){ function getImg (line 17) | async function getImg( key:string ): Promise function img2base64 (line 38) | function img2base64(img:any) { function url2base64More (line 48) | function url2base64More(url:string,key?:string){ FILE: src/api/mp4img.ts function myTestTranscode (line 7) | async function myTestTranscode( vidoUrl:string) { FILE: src/api/openapi.ts function uploadR2 (line 110) | function uploadR2(file: File) { type subModelType (line 351) | interface subModelType{ function getHeaderAuthorization (line 359) | function getHeaderAuthorization(){ method onError (line 492) | onError(e ){ type ttsType (line 530) | interface ttsType{ function formatDate (line 579) | function formatDate(): string[] { FILE: src/api/pika.ts function getHeaderAuthorization (line 7) | function getHeaderAuthorization(){ FILE: src/api/pikaStore.ts type Video (line 2) | interface Video { type PikaTask (line 16) | interface PikaTask { class pikaStore (line 23) | class pikaStore{ method save (line 26) | public save(obj:PikaTask ){ method findIndex (line 35) | public findIndex(id:string){ method getObjs (line 39) | public getObjs():PikaTask[]{ method getOneById (line 44) | public getOneById(id:string):PikaTask|null{ method delete (line 50) | public delete( obj:PikaTask ){ FILE: src/api/pixverse.ts function getHeaderAuthorization (line 10) | function getHeaderAuthorization(){ FILE: src/api/pixverseStore.ts type pixverseRep (line 3) | interface pixverseRep{ type pixverseTask (line 17) | interface pixverseTask { class pixverseStore (line 26) | class pixverseStore{ method save (line 29) | public save(obj:pixverseTask ){ method findIndex (line 38) | public findIndex(id:number){ method getObjs (line 42) | public getObjs():pixverseTask[]{ method getOneById (line 47) | public getOneById(id:number):pixverseTask|null{ method delete (line 53) | public delete( id:number ){ FILE: src/api/realtime.ts type RealtimeEvent (line 17) | interface RealtimeEvent { FILE: src/api/riff.ts function getHeaderAuthorization (line 11) | function getHeaderAuthorization(){ FILE: src/api/riffStore.ts type riffAudio (line 3) | interface riffAudio { type riffTask (line 14) | interface riffTask { class riffStore (line 23) | class riffStore{ method save (line 26) | public save(obj:riffTask ){ method findIndex (line 35) | public findIndex(id:string){ method getObjs (line 39) | public getObjs():riffTask[]{ method getOneById (line 44) | public getOneById(id:string):riffTask|null{ method delete (line 50) | public delete( id:string ){ FILE: src/api/runway.ts function getHeaderAuthorization (line 6) | function getHeaderAuthorization(){ FILE: src/api/runwayStore.ts type Options (line 3) | interface Options { type Gen2Options (line 13) | interface Gen2Options { type Artifact (line 27) | interface Artifact { type Metadata (line 48) | interface Metadata { type Size (line 55) | interface Size { type RunwayTask (line 60) | interface RunwayTask { class runwayStore (line 78) | class runwayStore{ method save (line 81) | public save(obj:RunwayTask ){ method findIndex (line 90) | public findIndex(id:string){ method getObjs (line 94) | public getObjs():RunwayTask[]{ method getOneById (line 99) | public getOneById(id:string):RunwayTask|null{ method delete (line 105) | public delete( obj:RunwayTask ){ FILE: src/api/runwayml.ts function getHeaderAuthorization (line 6) | function getHeaderAuthorization(){ type RunwayMlInput (line 92) | interface RunwayMlInput { function getRandomInt (line 121) | function getRandomInt(min: number, max: number): number { FILE: src/api/runwaymlStore.ts type RunwayMlTask (line 3) | interface RunwayMlTask { class RunwayMlStore (line 17) | class RunwayMlStore{ method save (line 20) | public save(obj:RunwayMlTask ){ method findIndex (line 29) | public findIndex(id:string){ method getObjs (line 33) | public getObjs():RunwayMlTask[]{ method getOneById (line 38) | public getOneById(id:string):RunwayMlTask|null{ method delete (line 44) | public delete( obj:RunwayMlTask ){ FILE: src/api/sse/fetchsse.ts class ChatGPTError2 (line 7) | class ChatGPTError2 extends types.ChatGPTError{ function fetchSSE (line 10) | async function fetchSSE( FILE: src/api/sse/types.ts type Role (line 3) | type Role = 'user' | 'assistant' | 'system' type FetchFn (line 5) | type FetchFn = typeof fetch type ChatGPTAPIOptions (line 7) | type ChatGPTAPIOptions = { type SendMessageOptions (line 37) | type SendMessageOptions = { type MessageActionType (line 53) | type MessageActionType = 'next' | 'variant' type SendMessageBrowserOptions (line 55) | type SendMessageBrowserOptions = { type ChatMessage (line 65) | interface ChatMessage { class ChatGPTError (line 82) | class ChatGPTError extends Error { type GetMessageByIdFunction (line 91) | type GetMessageByIdFunction = (id: string) => Promise type UpsertMessageFunction (line 94) | type UpsertMessageFunction = (message: ChatMessage) => Promise type CreateChatCompletionStreamResponse (line 96) | interface CreateChatCompletionStreamResponse type CreateCompletionStreamResponseUsage (line 101) | interface CreateCompletionStreamResponseUsage type ConversationJSONBody (line 109) | type ConversationJSONBody = { type Prompt (line 136) | type Prompt = { type ContentType (line 153) | type ContentType = 'text' type PromptContent (line 155) | type PromptContent = { type ConversationResponseEvent (line 167) | type ConversationResponseEvent = { type Message (line 173) | type Message = { type MessageContent (line 186) | type MessageContent = { type MessageMetadata (line 191) | type MessageMetadata = any type CreateChatCompletionDeltaResponse (line 194) | interface CreateChatCompletionDeltaResponse { type ChatCompletionRequestMessage (line 216) | interface ChatCompletionRequestMessage { type ChatCompletionRequestMessageRoleEnum (line 241) | type ChatCompletionRequestMessageRoleEnum = type ChatCompletionResponseMessage (line 248) | interface ChatCompletionResponseMessage { type ChatCompletionResponseMessageRoleEnum (line 267) | type ChatCompletionResponseMessageRoleEnum = type CreateChatCompletionRequest (line 274) | interface CreateChatCompletionRequest { type CreateChatCompletionRequestStop (line 353) | type CreateChatCompletionRequestStop = Array | string type CreateChatCompletionResponse (line 359) | interface CreateChatCompletionResponse { type CreateChatCompletionResponseChoicesInner (line 402) | interface CreateChatCompletionResponseChoicesInner { type CreateCompletionResponseUsage (line 427) | interface CreateCompletionResponseUsage { FILE: src/api/suno.ts function getHeaderAuthorization (line 14) | function getHeaderAuthorization(){ function sleep (line 35) | function sleep(time: number) { function randStyle (line 53) | function randStyle(): string { FILE: src/api/sunoStore.ts type SunoMedia (line 3) | type SunoMedia = { class sunoStore (line 40) | class sunoStore{ method save (line 43) | public save(obj:SunoMedia ){ method findIndex (line 52) | public findIndex(id:string){ method getObjs (line 56) | public getObjs():SunoMedia[]{ method delete (line 61) | public delete( obj:SunoMedia ){ FILE: src/api/udio.ts function getHeaderAuthorization (line 9) | function getHeaderAuthorization(){ FILE: src/api/udioStore.ts type udioTask (line 5) | interface udioTask { class udioStore (line 59) | class udioStore{ method save (line 62) | public save(obj:udioTask ){ method findIndex (line 71) | public findIndex(id:string){ method getObjs (line 75) | public getObjs():udioTask[]{ method getOneById (line 80) | public getOneById(id:string):udioTask|null{ method delete (line 86) | public delete( id:string ){ FILE: src/api/viggle.ts function getHeaderAuthorization (line 7) | function getHeaderAuthorization(){ type tagInfo (line 43) | interface tagInfo { type ViggleTemplate (line 48) | interface ViggleTemplate { function FeedViggleTask (line 123) | async function FeedViggleTask(id:string){ FILE: src/api/viggleStore.ts type ViggleTask (line 3) | interface ViggleTask { class viggleStore (line 22) | class viggleStore{ method save (line 25) | public save(obj:ViggleTask ){ method findIndex (line 34) | public findIndex(id:string){ method getObjs (line 38) | public getObjs():ViggleTask[]{ method getOneById (line 43) | public getOneById(id:string):ViggleTask|null{ method delete (line 50) | public delete( obj:ViggleTask ){ FILE: src/hooks/useBasicLayout.ts function useBasicLayout (line 3) | function useBasicLayout() { FILE: src/hooks/useIconRender.ts type IconConfig (line 5) | interface IconConfig { type IconStyle (line 11) | interface IconStyle { FILE: src/hooks/useLanguage.ts function useLanguage (line 6) | function useLanguage() { FILE: src/hooks/useTheme.ts function useTheme (line 6) | function useTheme() { FILE: src/lib/wavtools/lib/analysis/audio_analysis.js class AudioAnalysis (line 20) | class AudioAnalysis { method getFrequencies (line 32) | static getFrequencies( method constructor (line 94) | constructor(audioElement, audioBuffer = null) { method getFrequencies (line 166) | getFrequencies( method resumeIfSuspended (line 195) | async resumeIfSuspended() { FILE: src/lib/wavtools/lib/wav_packer.js class WavPacker (line 15) | class WavPacker { method floatTo16BitPCM (line 21) | static floatTo16BitPCM(float32Array) { method mergeBuffers (line 38) | static mergeBuffers(leftBuffer, rightBuffer) { method _packData (line 54) | _packData(size, arg) { method pack (line 67) | pack(sampleRate, audio) { FILE: src/lib/wavtools/lib/wav_recorder.js class WavRecorder (line 18) | class WavRecorder { method constructor (line 24) | constructor({ method decode (line 63) | static async decode(audioData, sampleRate = 44100, fromSampleRate = -1) { method log (line 137) | log() { method getSampleRate (line 148) | getSampleRate() { method getStatus (line 156) | getStatus() { method _event (line 174) | async _event(name, data = {}, _processor = null) { method listenForDeviceChange (line 202) | listenForDeviceChange(callback) { method requestPermission (line 241) | async requestPermission() { method listDevices (line 265) | async listDevices() { method begin (line 301) | async begin(deviceId) { method getFrequencies (line 390) | getFrequencies( method pause (line 413) | async pause() { method record (line 434) | async record(chunkProcessor = () => {}, chunkSize = 8192) { method clear (line 458) | async clear() { method read (line 470) | async read() { method save (line 484) | async save(force = false) { method end (line 504) | async end() { method quit (line 539) | async quit() { FILE: src/lib/wavtools/lib/wav_stream_player.js class WavStreamPlayer (line 8) | class WavStreamPlayer { method constructor (line 14) | constructor({ sampleRate = 44100 } = {}) { method connect (line 28) | async connect() { method getFrequencies (line 53) | getFrequencies( method _start (line 76) | _start() { method add16BitPCM (line 103) | add16BitPCM(arrayBuffer, trackId = 'default') { method getTrackSampleOffset (line 129) | async getTrackSampleOffset(interrupt = false) { method interrupt (line 155) | async interrupt() { FILE: src/locales/index.ts function setLocale (line 36) | function setLocale(locale: Language) { function setupI18n (line 40) | function setupI18n(app: App) { FILE: src/main.ts function bootstrap (line 8) | async function bootstrap() { FILE: src/plugins/assets.ts function naiveStyleOverride (line 8) | function naiveStyleOverride() { function setupAssets (line 14) | function setupAssets() { FILE: src/router/index.ts function setupRouter (line 171) | async function setupRouter(app: App) { FILE: src/router/permission.ts function setupPageGuard (line 4) | function setupPageGuard(router: Router) { FILE: src/static/mitf/assets/mj.js function g (line 35) | function g(_, v, b, T, x) { function y (line 68) | function y() { function s (line 301) | function s(g) { function e (line 639) | function e(t) { function i (line 686) | function i(u) { function r (line 698) | function r(_) { function f (line 722) | function f(se, ue, Ie) { function l (line 811) | function l(y, _, v) { function f (line 814) | function f(y, _, v) { function g (line 836) | function g() { function L (line 915) | function L(W) { function r (line 2315) | function r(s) { function e (line 2843) | function e() { function t (line 2847) | function t() { function n (line 2857) | function n(i, r, s, u) { function _ (line 2895) | function _(m) { function v (line 2900) | function v(m, w) { function n (line 2928) | function n(u, o) { function t (line 3188) | function t(u) { function o (line 3488) | function o(l) { function e (line 3731) | function e(n, i, r) { function t (line 3746) | function t(n, i, r, s) { function e (line 3788) | function e(t, n, i, r, s) { function n (line 3927) | function n(i) { function v (line 4843) | function v(x) { function f (line 4901) | function f(E, A) { function e (line 5050) | function e(i) { function t (line 5071) | function t(i, r) { function n (line 5074) | function n(i, r, s, u) { function A (line 5142) | function A(D, V, z) { function x (line 5194) | function x(S) { function e (line 5244) | function e(v, b, T, x, S, I, m) { function t (line 5257) | function t(v, b, T, x, S, I, m, w, E, A, N, L, R) { function n (line 5289) | function n(v, b, T, x) { function i (line 5299) | function i(v, b, T, x) { function r (line 5302) | function r(v, b, T) { function s (line 5313) | function s(v, b, T, x, S) { function u (line 5327) | function u(v, b, T, x, S, I, m) { function o (line 5335) | function o(v, b, T, x, S, I) { function l (line 5339) | function l(v, b, T, x, S, I) { function f (line 5371) | function f(v, b, T, x) { function g (line 5379) | function g(v, b, T, x, S, I) { function y (line 5407) | function y(v, b) { function _ (line 5454) | function _(v, b) { function n (line 5558) | function n(i) { function _ (line 5684) | function _(L, R) { function v (line 5691) | function v(L, R, D) { function e (line 5723) | function e(t, n, i) { function l (line 5793) | function l(m, w) { function f (line 5798) | function f(m) { function x (line 6035) | function x(I, m) { function o (line 6322) | function o(Te, Ge) { function u (line 6396) | function u(_, v) { function o (line 6403) | function o(_) { function l (line 6409) | function l(_) { function f (line 6423) | function f(_, v) { function E (line 6502) | function E(G, H) { function A (line 6505) | function A(G, H, K) { function N (line 6516) | function N(G, H) { function L (line 6519) | function L(G) { function R (line 6522) | function R(G) { function e (line 6612) | function e(n, i, r, s) { function t (line 6644) | function t(n, i, r) { function v (line 6697) | function v(m) { function e (line 6725) | function e(t) { function _ (line 6903) | function _(T) { function x (line 6930) | function x(A) { function S (line 6933) | function S(A) { function I (line 6936) | function I(A, N) { function m (line 6939) | function m(A, N) { function n (line 7031) | function n(r, s, u) { function i (line 7038) | function i(r, s, u) { function e (line 7224) | function e(t, n) { function r (line 7280) | function r(S) { function s (line 7283) | function s(S, I) { function u (line 7298) | function u(S, I, m, w, E) { function o (line 7308) | function o(S) { function l (line 7311) | function l(S, I, m, w) { function f (line 7362) | function f(S, I, m) { function g (line 7383) | function g(S, I) { function y (line 7398) | function y(S) { function _ (line 7402) | function _(S, I, m) { function v (line 7448) | function v(S, I, m) { function b (line 7496) | function b(S, I, m, w, E) { function T (line 7575) | function T(S, I, m, w, E) { function x (line 7627) | function x(S, I) { function m (line 7762) | function m(W, te) { function _ (line 7857) | function _(x, S) { function v (line 7862) | function v(x, S, I, m) { function r (line 8162) | function r(o) { function g (line 8431) | function g(y) { function t (line 8767) | function t(n, i, r) { function e (line 8819) | function e(t, n, i, r) { function r (line 8926) | function r() { function i (line 8944) | function i(y) { function r (line 8947) | function r() { function r (line 9253) | function r(z) { function s (line 9257) | function s() { function u (line 9267) | function u(z, G, H) { function R (line 9335) | function R(z, G, H, K, $, W, te) { function D (line 9354) | function D(z, G, H, K, $, W) { function ue (line 9387) | function ue(Ge) { function se (line 9436) | function se(ue) { function o (line 9612) | function o(f) { function l (line 9617) | function l(f, g, y, _) { function g (line 9789) | function g(_, v) { function y (line 9811) | function y() { function b (line 10034) | function b(E, A, N) { function T (line 10037) | function T(E, A, N, D) { function x (line 10059) | function x(E, A, N) { function S (line 10062) | function S(E, A, N, L) { function r (line 10238) | function r(o, l, f) { function s (line 10241) | function s(o, l) { function u (line 10246) | function u(o, l, f) { function t (line 10309) | function t(I, m, w) { function n (line 10338) | function n(I, m) { function i (line 10355) | function i(I, m) { function r (line 10366) | function r(I, m) { function s (line 10396) | function s(I) { function u (line 10415) | function u(I, m) { function o (line 10421) | function o(I, m) { function l (line 10440) | function l(I) { function f (line 10478) | function f(I) { function y (line 10493) | function y(I, m, w) { function v (line 10516) | function v(I, m) { function b (line 10523) | function b(I, m, w) { function T (line 10529) | function T(I, m) { function x (line 10543) | function x(I, m, w) { function S (line 10554) | function S(I) { function n (line 10598) | function n(m, w, E, A, N, L) { function i (line 10603) | function i(m, w, E, A, N, L, R) { function r (line 10608) | function r(m, w, E, A, N) { function s (line 10613) | function s(m, w, E) { function u (line 10616) | function u(m, w, E, A) { function o (line 10640) | function o(m, w) { function l (line 10647) | function l(m) { function f (line 10650) | function f(m, w) { function y (line 10730) | function y(m, w, E, A) { function _ (line 10762) | function _(m, w, E) { function b (line 10834) | function b(m, w, E) { function T (line 10844) | function T(m, w, E) { function x (line 10856) | function x(m) { function S (line 10864) | function S(m, w, E) { function I (line 10899) | function I(m, w, E) { function _n (line 10980) | function _n(c, a, h, p) { function p (line 11016) | function p() {} function d (line 11019) | function d(q, k, O) { function M (line 11024) | function M(q, k, O, B, C) { function F (line 11033) | function F(q, k) { function Z (line 11036) | function Z() { function He (line 11180) | function He(c, a) { function Bi (line 11199) | function Bi(c, a, h, p) { function Ui (line 11226) | function Ui(c, a) { function lt (line 11318) | function lt(c) { function It (line 11335) | function It(c, a) { function Tt (line 11357) | function Tt(c, a) { function a (line 11463) | function a(h) { function c (line 11719) | function c(a) { function Ve (line 11819) | function Ve(c) { function c (line 11841) | function c(a) { function M (line 11918) | function M() { function a (line 12014) | function a() { function a (line 12257) | function a() { function a (line 12482) | function a() { function a (line 12505) | function a() { function a (line 12528) | function a() { function a (line 12556) | function a() { function a (line 12579) | function a() { function a (line 12602) | function a() { function a (line 12620) | function a() { function a (line 12638) | function a() { function a (line 12661) | function a() { function a (line 12684) | function a() { function An (line 12833) | function An(c) { function a (line 12851) | function a() { function a (line 13124) | function a() { function M (line 13129) | function M(Me) { function zi (line 13222) | function zi(c, a) { function a (line 13282) | function a() { function M (line 13287) | function M(Z, q) { function a (line 13315) | function a() { function a (line 13395) | function a() { function a (line 13460) | function a() { function a (line 13513) | function a() { function a (line 13555) | function a() { function F (line 13572) | function F(O, B) { function Z (line 13583) | function Z(O, B) { function a (line 13680) | function a() { function a (line 13705) | function a() { function Na (line 13736) | function Na(c) { function a (line 13743) | function a() { function a (line 13842) | function a() { function a (line 13866) | function a() { function a (line 13897) | function a() { method path (line 13941) | get path() { function a (line 13996) | function a() { function a (line 14017) | function a() { function a (line 14038) | function a() { method objectUtil (line 14170) | get objectUtil() { method ZodFirstPartyTypeKind (line 14196) | get ZodFirstPartyTypeKind() { method overrideErrorMap (line 14238) | get overrideErrorMap() { function k (line 14254) | function k(t, n, i, r) { function O (line 14257) | function O(t, n) { function B (line 14263) | function B(t) { function C (line 14269) | function C(t) { function Q (line 14273) | function Q(t) { function J (line 14276) | function J(t) { function ne (line 14279) | function ne(t) { function Y (line 14295) | function Y(t) { function Me (line 14300) | function Me(t) { function le (line 14305) | function le(t) { function Se (line 14308) | function Se(t, n) { function ye (line 14321) | function ye(t, n) { function oe (line 14324) | function oe(t, n) { function We (line 14366) | function We(t, n) { function ct (line 14388) | function ct(t, n, i) { function je (line 14396) | function je(t, n, i) { function Pt (line 14459) | function Pt(t, n) { function ft (line 14473) | function ft(t, n) { function dt (line 14484) | function dt(t, n) { function qe (line 14489) | function qe(t, n) { function pe (line 14505) | function pe(t, n) { function Vt (line 14526) | function Vt(t, n, i) { function re (line 14547) | function re(t) { function Ot (line 14575) | function Ot(t, n) { function Ft (line 14609) | function Ft(t, n) { function ke (line 14634) | function ke(t, n) { function ot (line 14644) | function ot(t, n) { function kt (line 14782) | function kt(t, n) { function yn (line 14950) | function yn(t) { function Gt (line 14961) | function Gt(t, n) { function en (line 15051) | function en(t) { function Kt (line 15088) | function Kt(t, n, i) { function Ke (line 15132) | function Ke(t) { function Rt (line 15137) | function Rt(t, n) { function Zt (line 15163) | function Zt(t, n) { function tn (line 15168) | function tn(t, n) { function cn (line 15173) | function cn(t, n) { function wn (line 15199) | function wn(t, n) { function bn (line 15204) | function bn(t, n, i) { function Sn (line 15255) | function Sn(t, n, i) { function Bn (line 15262) | function Bn(t, n) { function Je (line 15266) | function Je(t, n) { function nn (line 15319) | function nn(t, n, i) { function Qe (line 15372) | function Qe(t) { function En (line 15412) | function En(t) { function ae (line 15422) | function ae(t) { function eo (line 15453) | function eo() { function to (line 15460) | function to(c, a, h) { function $r (line 15470) | function $r(c) { function no (line 15481) | function no(c) { method constructor (line 15489) | constructor(a, h) { method fromString (line 15493) | static fromString(a) { method fromBit (line 15496) | static fromBit(a) { method and (line 15503) | and({parts: a}) { method or (line 15506) | or({parts: a}) { method xor (line 15509) | xor({parts: a}) { method not (line 15512) | not() { method equals (line 15515) | equals({parts: a}) { method toString (line 15518) | toString() { method toJSON (line 15530) | toJSON() { function so (line 15580) | function so(...c) { function ao (line 15586) | function ao(c, a) { function oo (line 15589) | function oo(c, a) { function uo (line 15592) | function uo(c, a) { function lo (line 15595) | function lo(c, a) { function pt (line 15651) | function pt(c) { method Commands (line 16163) | get Commands() { function Co (line 16330) | function Co({cmd: c, data: a}) { function Ao (line 16393) | function Ao(c) { function at (line 16446) | function at(c, a) { function tu (line 16586) | function tu(c) { function ru (line 16664) | function ru(c) { function ht (line 16668) | function ht(c, a, h, p=()=>{} function wu (line 16713) | function wu({sendCommand: c, cmd: a, response: h, fallbackTransform: p, ... function Pu (line 16756) | function Pu(c) { function xu (line 16782) | function xu() { function Lu (line 16789) | function Lu(c) { function Mu (line 16796) | function Mu(c) { function Tr (line 16803) | function Tr(c, a, h) { method constructor (line 16817) | constructor(a, h="") { function Ru (line 16825) | function Ru(c) { function Du (line 16829) | function Du({originalURL: c, prefix: a, prefixHost: h, target: p}) { function Di (line 16850) | function Di(c, a=window.location.protocol, h=window.location.host) { function ki (line 16853) | function ki({url: c, mappings: a}) { function ku (line 16866) | function ku(c, a) { function Bu (line 16897) | function Bu() { function zu (line 16903) | function zu(c, a, h) { function Fu (line 16923) | function Fu() { method constructor (line 16928) | constructor(a, h) { method getTransfer (line 17000) | getTransfer(a) { method close (line 17010) | close(a, h) { method subscribe (line 17020) | subscribe(a, h, p) { method unsubscribe (line 17032) | unsubscribe(a, h) { method ready (line 17041) | ready() { method subscribeToLayoutModeUpdatesCompat (line 17049) | subscribeToLayoutModeUpdatesCompat(a) { method unsubscribeFromLayoutModeUpdatesCompat (line 17076) | unsubscribeFromLayoutModeUpdatesCompat(a) { method handshake (line 17096) | handshake() { method addOnReadyListener (line 17105) | addOnReadyListener() { method overrideConsoleLogging (line 17112) | overrideConsoleLogging() { method handleClose (line 17127) | handleClose(a) { method handleHandshake (line 17130) | handleHandshake() {} method handleFrame (line 17131) | handleFrame(a) { function Sn (line 17224) | function Sn(P, U) { function Bn (line 17229) | function Bn(P, U) { function Je (line 17235) | function Je(P) { function nn (line 17240) | function nn(P, U) { function Qe (line 17245) | function Qe(P) { function En (line 17250) | function En(P, U) { function ae (line 17253) | function ae(P) { function e (line 17261) | function e(P) { function t (line 17269) | function t(P, U) { function n (line 17274) | function n(P) { function W (line 17315) | function W(P) { function te (line 17323) | function te() { function se (line 17326) | function se(P) { function ue (line 17329) | function ue(P) { function Ie (line 17337) | function Ie(P) { function Ee (line 17341) | function Ee(P, U) { function de (line 17351) | function de(P) { function ve (line 17359) | function ve() { function Oe (line 17362) | function Oe(P) { function Te (line 17371) | function Te(P) { function Ge (line 17376) | function Ge(P) { function Re (line 17379) | function Re(P, U) { function xe (line 17390) | function xe(P) { function ze (line 17398) | function ze() { function De (line 17405) | function De(P) { function _t (line 17408) | function _t(P) { function gt (line 17411) | function gt(P) { function Et (line 17414) | function Et(P, U) { function nt (line 17423) | function nt(P) { function Ye (line 17429) | function Ye(P) { function ut (line 17433) | function ut(P) { function st (line 17438) | function st(P) { function vt (line 17441) | function vt() { function Ht (line 17444) | function Ht(P) { function fn (line 17447) | function fn(P) { function jt (line 17450) | function jt(P) { function Yt (line 17453) | function Yt(P, U) { function Dt (line 17470) | function Dt(P, U) { function Ct (line 17478) | function Ct(P, U) { function Tn (line 17484) | function Tn(P) { function Oi (line 17488) | function Oi(P, U) { function lr (line 17491) | function lr(P, U) { function Ys (line 17497) | function Ys(P) { function $s (line 17500) | function $s(P, U) { function xi (line 17503) | function xi(P, U, X, ie, Ne) { function Ws (line 17506) | function Ws(P, U, X, ie, Ne, me) { function Js (line 17534) | function Js(P, U, X, ie) { function Xs (line 17563) | function Xs(P) { function Qs (line 17569) | function Qs(P) { function ea (line 17572) | function ea(P) { function ta (line 17575) | function ta(P) { function na (line 17583) | function na(P) { function ia (line 17589) | function ia(P, U) { function ra (line 17595) | function ra(P) { function sa (line 17600) | function sa(P) { function hr (line 17608) | function hr(P) { function aa (line 17611) | function aa(P) { function cr (line 17621) | function cr(P, U, X, ie, Ne, me) { function oa (line 17662) | function oa(P, U, X, ie, Ne, me, Ze) { function ua (line 17701) | function ua(P, U, X, ie, Ne, me) { function Jn (line 17741) | function Jn(P, U) { function la (line 17745) | function la(P) { function In (line 17753) | function In(P, U) { function ha (line 17778) | function ha(P, U, X) { function fr (line 17791) | function fr(P, U) { function Xn (line 17795) | function Xn(P, U) { function ca (line 17801) | function ca(P) { function fa (line 17805) | function fa(P) { function da (line 17808) | function da(P) { function dr (line 17813) | function dr(P) { function pr (line 17816) | function pr(P, U) { function Qn (line 17830) | function Qn(P) { function dn (line 17836) | function dn(P) { function Ni (line 17847) | function Ni(P, U) { function _r (line 17864) | function _r(P, U) { function gr (line 17867) | function gr(P) { function vr (line 17871) | function vr(P) { function _a (line 17874) | function _a(P) { function Li (line 17877) | function Li(P) { function Mi (line 17881) | function Mi(P) { function Cn (line 17884) | function Cn(P) { function ei (line 17888) | function ei(P) { function Ri (line 17891) | function Ri(P) { function ga (line 17895) | function ga(P) { function va (line 17898) | function va(P, U, X) { function ma (line 17902) | function ma(P, U) { function ti (line 17905) | function ti(P) { function ya (line 17908) | function ya(P, U, X) { function wa (line 17922) | function wa(P) { function ba (line 17925) | function ba(P) { method constructor (line 17981) | constructor(a) { method hitTestActiveLayer (line 18007) | hitTestActiveLayer(a) { method onMouseDown (line 18016) | onMouseDown(a) { method onMouseMove (line 18083) | onMouseMove(a) { method onMouseDrag (line 18092) | onMouseDrag(a) { method onMouseUp (line 18145) | onMouseUp(a) { method onKeyDown (line 18164) | async onKeyDown(a) { method clearSelection (line 18179) | clearSelection() { method saveItemStateForUndo (line 18186) | saveItemStateForUndo(a) { method stringHashCode (line 18193) | stringHashCode(a) { method clampToBounds (line 18204) | clampToBounds(a) { method constructor (line 18212) | constructor(a) { method start (line 18216) | start() { method setPromptBarAvailable (line 18231) | setPromptBarAvailable(a) { method createPopover (line 18234) | createPopover(a) { function Ks (line 18289) | function Ks(c) { function $n (line 18292) | function $n(c) { function Wn (line 18295) | function Wn(c, a) { method constructor (line 18326) | constructor(a, h) { method constructor (line 18332) | constructor() {} method getImageInfo (line 18333) | async getImageInfo(a, h, p) { method _handleResponse (line 18336) | async _handleResponse(a) { method constructor (line 18345) | constructor() { method setup (line 18363) | async setup() { method onKeyDown (line 18562) | onKeyDown(a) { method onKeyUp (line 18565) | onKeyUp(a) { method onResize (line 18572) | onResize(a) { method undo (line 18587) | undo() { method redo (line 18590) | redo() { method close (line 18593) | close(a="Job Submitted!") { method processDoCommand (line 18596) | processDoCommand(a, h, p) { method submit (line 18622) | async submit() { method submitToBackend (line 18748) | async submitToBackend(a, h, p, d, M, F=null,aid) { method createDefaultCloseButton (line 18787) | createDefaultCloseButton(a="Close") { method displayError (line 18794) | displayError(a) { method highlightSelected (line 18801) | highlightSelected() { method loadImageAsync (line 18808) | loadImageAsync(a) { method forPageLoadAsync (line 18818) | forPageLoadAsync() { FILE: src/store/homeStore.ts method setMyData (line 22) | setMyData( v:object){ type gptConfigType (line 40) | interface gptConfigType{ method setMyData (line 82) | setMyData(v: Partial){ method setInit (line 90) | setInit(){ type gptServerType (line 96) | interface gptServerType{ method setMyData (line 182) | setMyData(v: Partial){ method setInit (line 186) | setInit(){ method setMyData (line 201) | setMyData( v: gptsType){ FILE: src/store/index.ts function setupStore (line 4) | function setupStore(app: App) { FILE: src/store/modules/app/helper.ts constant LOCAL_NAME (line 4) | const LOCAL_NAME = 'appSetting' type Theme (line 6) | type Theme = 'light' | 'dark' | 'auto' type Language (line 8) | type Language = 'zh-CN' | 'zh-TW' | 'en-US' | 'ko-KR' | 'ru-RU' | 'vi-VN... type AppState (line 10) | interface AppState { function defaultSetting (line 16) | function defaultSetting(): AppState { function getLocalSetting (line 39) | function getLocalSetting(): AppState { function setLocalSetting (line 44) | function setLocalSetting(setting: AppState): void { FILE: src/store/modules/app/index.ts method setSiderCollapsed (line 9) | setSiderCollapsed(collapsed: boolean) { method setTheme (line 14) | setTheme(theme: Theme) { method setLanguage (line 19) | setLanguage(language: Language) { method recordState (line 26) | recordState() { function useAppStoreWithOut (line 32) | function useAppStoreWithOut() { FILE: src/store/modules/auth/helper.ts constant LOCAL_NAME (line 3) | const LOCAL_NAME = 'SECRET_TOKEN' function getToken (line 5) | function getToken() { function setToken (line 9) | function setToken(token: string) { function removeToken (line 13) | function removeToken() { FILE: src/store/modules/auth/index.ts type SessionResponse (line 8) | interface SessionResponse { type AuthState (line 14) | interface AuthState { method isChatGPTAPI (line 26) | isChatGPTAPI(state): boolean { method getSession (line 32) | async getSession() { method setToken (line 51) | setToken(token: string) { method removeToken (line 56) | removeToken() { function useAuthStoreWithout (line 63) | function useAuthStoreWithout() { FILE: src/store/modules/chat/helper.ts constant LOCAL_NAME (line 3) | const LOCAL_NAME = 'chatStorage' function defaultState (line 5) | function defaultState(): Chat.ChatState { function getLocalState (line 15) | function getLocalState(): Chat.ChatState { function setLocalState (line 20) | function setLocalState(state: Chat.ChatState) { FILE: src/store/modules/chat/index.ts method getChatHistoryByCurrentActive (line 12) | getChatHistoryByCurrentActive(state: Chat.ChatState) { method getChatByUuid (line 19) | getChatByUuid(state: Chat.ChatState) { method setUsingContext (line 29) | setUsingContext(context: boolean) { method addHistory (line 34) | addHistory(history: Chat.History, chatData: Chat.Chat[] = []) { method updateHistory (line 41) | updateHistory(uuid: number, edit: Partial) { method deleteHistory (line 49) | async deleteHistory(index: number) { method setActive (line 81) | async setActive(uuid: number) { method getChatByUuidAndIndex (line 86) | getChatByUuidAndIndex(uuid: number, index: number) { method addChatByUuid (line 98) | addChatByUuid(uuid: number, chat: Chat.Chat) { method updateChatByUuid (line 124) | updateChatByUuid(uuid: number, index: number, chat: Chat.Chat) { method updateChatSomeByUuid (line 140) | updateChatSomeByUuid(uuid: number, index: number, chat: Partial) { method resetSetting (line 13) | resetSetting() { method recordState (line 18) | recordState() { FILE: src/store/modules/user/helper.ts constant LOCAL_NAME (line 4) | const LOCAL_NAME = 'userStorage' type UserInfo (line 7) | interface UserInfo { type UserState (line 14) | interface UserState { function defaultSetting (line 18) | function defaultSetting(): UserState { function getLocalState (line 28) | function getLocalState(): UserState { function setLocalState (line 33) | function setLocalState(setting: UserState): void { FILE: src/store/modules/user/index.ts method updateUserInfo (line 8) | updateUserInfo(userInfo: Partial) { method resetUserInfo (line 13) | resetUserInfo() { method recordState (line 18) | recordState() { FILE: src/typings/chat.d.ts type VideoUrl (line 2) | interface VideoUrl{ type Chat (line 5) | interface Chat { type History (line 33) | interface History { type ChatState (line 39) | interface ChatState { type ConversationRequest (line 46) | interface ConversationRequest { type ConversationResponse (line 51) | interface ConversationResponse { FILE: src/typings/env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv { FILE: src/typings/global.d.ts type Window (line 1) | interface Window { FILE: src/utils/copy.ts function copyToClip (line 1) | function copyToClip(text: string) { FILE: src/utils/functions/debounce.ts type CallbackFunc (line 1) | type CallbackFunc = (...args: T) => void function debounce (line 3) | function debounce( FILE: src/utils/functions/index.ts function getCurrentDate (line 1) | function getCurrentDate() { FILE: src/utils/is/index.ts function isNumber (line 1) | function isNumber(value: T | unknown): value is number { function isString (line 5) | function isString(value: T | unknown): value is string { function isBoolean (line 9) | function isBoolean(value: T | unknown): value is bool... function isNull (line 13) | function isNull(value: T | unknown): value is null { function isUndefined (line 17) | function isUndefined(value: T | unknown): value is ... function isObject (line 21) | function isObject(value: T | unknown): value is object { function isArray (line 25) | function isArray(value: T | unknown): value is T { function isFunction (line 29) | function isFunction any | void | never>(va... function isDate (line 33) | function isDate(value: T | unknown): value is T { function isRegExp (line 37) | function isRegExp(value: T | unknown): value is T { function isPromise (line 41) | function isPromise>(value: T | unknown): value is... function isSet (line 45) | function isSet>(value: T | unknown): value is T { function isMap (line 49) | function isMap>(value: T | unknown): value is T { function isFile (line 53) | function isFile(value: T | unknown): value is T { FILE: src/utils/request/index.ts type HttpOption (line 5) | interface HttpOption { type Response (line 16) | interface Response { function http (line 22) | function http( function get (line 55) | function get( function post (line 69) | function post( FILE: src/utils/storage/index.ts type StorageData (line 1) | interface StorageData { function createLocalStorage (line 6) | function createLocalStorage(options?: { expire?: number | null }) { FILE: src/utils/webdav.ts type WebDAVConfig (line 2) | interface WebDAVConfig { constant WEBDAV_CONFIG_KEY (line 8) | const WEBDAV_CONFIG_KEY = 'webdav_config' constant WEBDAV_FILE_NAME (line 9) | const WEBDAV_FILE_NAME = 'chatgpt-backup.json' function getWebDAVConfig (line 11) | function getWebDAVConfig(): WebDAVConfig | null { function saveWebDAVConfig (line 16) | function saveWebDAVConfig(config: WebDAVConfig): void { function webdavRequest (line 20) | async function webdavRequest(config: WebDAVConfig, method: string, data?... function syncToWebDAV (line 33) | async function syncToWebDAV(): Promise { function syncFromWebDAV (line 64) | async function syncFromWebDAV(): Promise { FILE: src/views/chat/hooks/useChat.ts function useChat (line 3) | function useChat() { FILE: src/views/chat/hooks/useScroll.ts type ScrollElement (line 4) | type ScrollElement = HTMLDivElement | null type ScrollReturn (line 6) | interface ScrollReturn { function useScroll (line 13) | function useScroll(): ScrollReturn { FILE: src/views/chat/hooks/useUsingContext.ts function useUsingContext (line 6) | function useUsingContext() { FILE: src/views/video/veo.ts type DtoTpl (line 6) | interface DtoTpl{ type DtoField (line 12) | interface DtoField{ FILE: vite.config.ts function setupPlugins (line 8) | function setupPlugins(env: ImportMetaEnv): PluginOption[] {