Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ functions
Functions
528 in github.com/VitoHowe/glm-coding
⨍
Functions
528
◇
Types & classes
76
↳
Endpoints
33
Function
debug
()
app/services/tdc_vm_runner.cjs:201
Function
deleteAccount
(accountId: string)
web/src/composables/useDashboard.ts:409
Function
delete_account
(account_id: str)
app/web/routes.py:174
Method
delete_account
(self, account_id: str)
app/services/account_state.py:365
Function
disconnect
()
app/services/tdc_vm_runner.cjs:346
Function
dispatchEvent
()
app/services/tdc_vm_runner.cjs:236
Function
drawImage
()
app/services/tdc_vm_runner.cjs:114
Function
error
()
app/services/tdc_vm_runner.cjs:200
Function
fill
()
app/services/tdc_vm_runner.cjs:127
Function
fillRect
()
app/services/tdc_vm_runner.cjs:104
Function
fillText
()
app/services/tdc_vm_runner.cjs:116
Function
get
(obj, prop)
app/services/tdc_vm_runner.cjs:38
Function
getAttribute
(name)
app/services/tdc_vm_runner.cjs:71
Function
getBoundingClientRect
()
app/services/tdc_vm_runner.cjs:74
Function
getContext
()
app/services/tdc_vm_runner.cjs:102
Function
getElementById
()
app/services/tdc_vm_runner.cjs:175
Function
getElementsByTagName
()
app/services/tdc_vm_runner.cjs:157
Function
getImageData
()
app/services/tdc_vm_runner.cjs:106
Function
getItem
(key)
app/services/tdc_vm_runner.cjs:15
Function
getRandomValues
(array)
app/services/tdc_vm_runner.cjs:330
Function
get_account
(account_id: str)
app/web/routes.py:169
Function
get_captcha_challenge
(account_id: str, analyze: bool = Query(default=True))
app/web/routes.py:199
Function
get_network_mode
()
app/web/routes.py:72
Function
get_products
(account_id: str)
app/web/routes.py:189
Function
get_proxy_pool_sources
读取本地代理源文件内容(默认 good_proxies.txt)。
app/web/routes.py:102
Function
get_task_qr_image
(account_id: str, task_id: str)
app/web/routes.py:287
Function
get_ticket_pool
(account_id: str)
app/web/routes.py:260
Function
get_today_logs
(limit: int = Query(default=500, ge=1, le=2000))
app/web/routes.py:136
Function
gray_black_mask
(bgr: np.ndarray)
app/services/tenvision_adapter.py:923
Method
handle
(self, client: socket.socket, client_addr: Any)
app/proxy_pool/service.py:296
Function
handleWindowFocus
()
web/src/composables/useDashboard.ts:354
Function
handle_aegisflow_error
(request: Request, exc: AegisFlowError)
app/errors.py:84
Function
handle_unexpected_error
(request: Request, exc: Exception)
app/errors.py:109
Function
healthz
()
app/web/routes.py:67
Function
importAccount
(payload: AccountImportPayload)
web/src/composables/useDashboard.ts:388
Function
import_account
(payload: AccountImportRequest)
app/web/routes.py:164
Method
import_account
(self, request: AccountImportRequest)
app/services/account_state.py:66
Function
index
(request: Request)
app/web/routes.py:44
Function
info
()
app/services/tdc_vm_runner.cjs:198
Function
insertBefore
()
app/services/tdc_vm_runner.cjs:67
Method
is_running
(self)
app/proxy_pool/service.py:225
Method
is_started
(self)
app/proxy_pool/service.py:438
Function
key
(index)
app/services/tdc_vm_runner.cjs:27
Function
legacy_index
(request: Request)
app/web/routes.py:51
Function
length
()
app/services/tdc_vm_runner.cjs:30
Function
lineTo
()
app/services/tdc_vm_runner.cjs:120
Function
list_accounts
()
app/web/routes.py:159
Function
list_tasks
(account_id: str)
app/web/routes.py:282
Function
log
()
app/services/tdc_vm_runner.cjs:197
Function
manualChunks
(id)
web/vite.config.ts:17
Function
measureText
(text)
app/services/tdc_vm_runner.cjs:128
Function
moveTo
()
app/services/tdc_vm_runner.cjs:119
Method
normalize_invitation_code
(cls, value: Any)
app/models.py:117
Method
normalize_pay_type
(cls, value: Any)
app/models.py:375
Function
observe
()
app/services/tdc_vm_runner.cjs:346
Function
pauseAccount
(accountId: string)
web/src/composables/useDashboard.ts:433
Function
pause_account_flow
(account_id: str)
app/web/routes.py:270
Function
preview_payment
(account_id: str, payload: PreviewPaymentRequest)
app/web/routes.py:224
Function
pushState
()
app/services/tdc_vm_runner.cjs:321
Function
putImageData
()
app/services/tdc_vm_runner.cjs:109
Function
querySelector
()
app/services/tdc_vm_runner.cjs:169
Function
querySelectorAll
()
app/services/tdc_vm_runner.cjs:172
Function
rect
()
app/services/tdc_vm_runner.cjs:132
Method
refresh_once
(self)
app/proxy_pool/service.py:477
Function
remove
()
app/services/tdc_vm_runner.cjs:57
Function
removeChild
()
app/services/tdc_vm_runner.cjs:66
Function
removeEventListener
()
app/services/tdc_vm_runner.cjs:78
Function
removeItem
(key)
app/services/tdc_vm_runner.cjs:21
Function
replaceState
()
app/services/tdc_vm_runner.cjs:322
Function
requestAnimationFrame
(fn)
app/services/tdc_vm_runner.cjs:255
Function
restore
()
app/services/tdc_vm_runner.cjs:117
Function
rotate
()
app/services/tdc_vm_runner.cjs:125
Function
runAccount
(accountId: string)
web/src/composables/useDashboard.ts:415
Function
run_payment_flow
(account_id: str)
app/web/routes.py:239
Function
save
()
app/services/tdc_vm_runner.cjs:115
Function
saveProxyPoolSources
(content: string)
web/src/composables/useDashboard.ts:455
Function
save_captcha
(account_id: str, payload: ManualCaptchaRequest)
app/web/routes.py:194
Function
save_proxy_pool_sources
保存代理源;代理池在运行时后台刷新加载新代理。
app/web/routes.py:116
Function
scale
()
app/services/tdc_vm_runner.cjs:124
Function
seed_preview_payment
(account_id: str, payload: PreviewSeedRequest)
app/web/routes.py:229
Function
setAttribute
(name, value)
app/services/tdc_vm_runner.cjs:68
Function
setEnd
()
app/services/tdc_vm_runner.cjs:163
Function
setInterval
(fn)
app/services/tdc_vm_runner.cjs:246
Function
setItem
(key, value)
app/services/tdc_vm_runner.cjs:18
Function
setStart
()
app/services/tdc_vm_runner.cjs:162
Function
setTimeout
(fn)
app/services/tdc_vm_runner.cjs:237
Function
setTransform
()
app/services/tdc_vm_runner.cjs:113
Method
snapshot
(self)
app/proxy_pool/service.py:147
Function
solve_captcha
(account_id: str)
app/web/routes.py:219
Method
start
(self)
app/proxy_pool/service.py:441
Function
startPolling
()
web/src/composables/useDashboard.ts:340
Function
startStockMonitor
(accountId: string)
web/src/composables/useDashboard.ts:421
Function
start_scheduler
()
app/main.py:40
Function
start_stock_monitor
(account_id: str)
app/web/routes.py:246
Method
status_payload
(self, *, port: int | None = None)
app/proxy_pool/service.py:504
Method
status_payload
(self)
app/services/tdc_service.py:53
Method
stop
(self)
app/proxy_pool/service.py:471
Function
stopStockMonitor
(accountId: string)
web/src/composables/useDashboard.ts:427
Function
stop_scheduler
()
app/main.py:102
Function
stop_stock_monitor
(account_id: str)
app/web/routes.py:253
← previous
next →
401–500 of 528, ranked by callers