mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-09-21 05:43:56 +08:00
* feat(translate): add per-site translation rule engine Add a per-site rule engine with 462 built-in rules plus user-defined JSON rules controlling exclude/include selectors, force block/inline rendering, min character/word thresholds, and per-site injected CSS. URL matching gains subdomain/TLD/path wildcard support. Adds a "Site Rules" options page with a zod-validated JSON editor and a searchable built-in rules viewer. Migrates the previous hardcoded site adaptations into built-in rules (config v85). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix: vercel doc rule * chore: update changeset --------- Co-authored-by: MengXi <z1219202167@outlook.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
50 lines
486 B
Plaintext
50 lines
486 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.output
|
|
stats.html
|
|
stats-*.html
|
|
stats-*.json
|
|
.wxt
|
|
web-ext.config.ts
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.local.example
|
|
|
|
coverage/
|
|
.turbo/
|
|
.nx/
|
|
.claude/worktrees/
|
|
|
|
tsconfig.local.json
|
|
|
|
docs/
|
|
|
|
/repos
|
|
|
|
scripts/output/
|
|
|
|
reference/
|
|
.gstack/
|