🐛 修复部分链接点击异常 #498
Annotations
14 errors and 3 warnings
ESLint:
src/components/wiki/twc-materials.vue#L105
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/components/devCharacter/duc-detail-overlay.vue#L94
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/views/t-post-json.vue#L48
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/plugins/Hutao/types/Abyss.d.ts#L141
ESLint: An interface declaring no members is equivalent to its supertype. (@typescript-eslint/no-empty-object-type)
|
ESLint:
src/web/request/getDeviceFp.ts#L105
ESLint: 'error' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/views/t-post-json.vue#L51
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/userRecord/tur-world-sub.vue#L76
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/components/userRecord/tur-world-grid.vue#L34
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/TGShare.ts#L155
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/views/t-post-json.vue#L12
ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/config/tc-info.vue#L117
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/utils/dataBS.ts#L120
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/components/userCharacter/tuc-detail-overlay.vue#L240
ESLint: Expected an assignment or function call and instead saw an expression. (@typescript-eslint/no-unused-expressions)
|
ESLint:
src/views/t-post-json.vue#L41
ESLint: 'e' is defined but never used. (@typescript-eslint/no-unused-vars)
|
Unused import:
src/views/t-post-json.vue#L12
Unused
```
import { webviewWindow } from "@tauri-apps/api";
```
|
Syntax errors and unresolved references in JSDoc:
src/types/Plugins/UIGF.d.ts#L27
Unresolved variable or type 'GachaItem4'
|
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|