Skip to content

🐛 修复未装配圣遗物时的渲染异常(2周目) #461

🐛 修复未装配圣遗物时的渲染异常(2周目)

🐛 修复未装配圣遗物时的渲染异常(2周目) #461

GitHub Actions / Qodana for JS completed Jul 14, 2024 in 0s

5 new problems found by Qodana for JS

Qodana for JS

5 new problems were found

Inspection name Severity Problems
ESLint 🔴 Failure 2
Unused import 🔶 Warning 2
Syntax errors and unresolved references in JSDoc 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 12 in src/views/t-post-json.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  

```
import { webviewWindow } from "@tauri-apps/api";
```

Check warning on line 12 in src/views/t-anno-json.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  

```
import { webviewWindow } from "@tauri-apps/api";
```

Check failure on line 12 in src/views/t-post-json.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)

Check failure on line 12 in src/views/t-anno-json.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 27 in src/types/Plugins/UIGF.d.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Syntax errors and unresolved references in JSDoc

Unresolved variable or type 'GachaItem4'