Files
geekgeekrun/packages/ui
rqi14 ee852733b1 Merge origin/master (反检测增强) into master
Brings in 反检测 commits (bf3132a, 076ac37) from origin:
- 验证码 in-loop 等待 + 指纹/行为加固
- 通用浮层启发式自动关闭

Conflict resolution: laodeng/index.js — kept registerNativeSource helper
from upstream merge and combined with origin's enhanced toString hijack
that supports __laodengExtraNativeSources path-based lookups.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-05-10 14:00:27 +01:00
..
2026-01-26 19:56:12 +08:00
2026-05-10 13:49:29 +01:00

ui

An Electron application with Vue and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux