ts类型检查

This commit is contained in:
yml
2026-05-04 09:43:38 +08:00
parent a914b7b828
commit 66261e56d1
23 changed files with 223 additions and 76 deletions
+2
View File
@@ -1,3 +1,5 @@
// @ts-nocheck
import { spawn } from 'node:child_process'
import fs from 'node:fs'
import path from 'node:path'
@@ -1,3 +1,5 @@
// @ts-nocheck
import { runtimeConfig } from '../../config/runtime.js'
import { logDebug } from '../../utils/logger.js'
@@ -1,3 +1,5 @@
// @ts-nocheck
import fs from 'node:fs/promises'
import path from 'node:path'
@@ -1,3 +1,5 @@
// @ts-nocheck
import fs from 'node:fs/promises'
import { downloadRemoteQrImage, logBrowserSessionDebug, waitForFrame } from './session-login-shared.js'
@@ -1,3 +1,5 @@
// @ts-nocheck
import fs from 'node:fs/promises'
export async function runTencentBrowserRedeem({
@@ -1,3 +1,5 @@
// @ts-nocheck
import fs from 'node:fs/promises'
import { downloadRemoteQrImage, logBrowserSessionDebug, waitForFrame } from './session-login-shared.js'
@@ -1,3 +1,5 @@
// @ts-nocheck
import crypto from 'node:crypto'
import fs from 'node:fs/promises'
import path from 'node:path'