manual save(2026-01-19 16:32)

This commit is contained in:
SiteAgent Bot
2026-01-19 16:32:22 +08:00
parent a7a56ddd9c
commit 0e7a15d2f8
26 changed files with 1581 additions and 269 deletions

View File

@@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint'
import { defineConfig, globalIgnores } from 'eslint/config'
export default defineConfig([
globalIgnores(['dist']),
globalIgnores(['dist', 'src/clientsdk/**']),
{
files: ['**/*.{ts,tsx}'],
extends: [