Skip to content

⚡️ 窗体初始化后显示 (#117) #457

⚡️ 窗体初始化后显示 (#117)

⚡️ 窗体初始化后显示 (#117) #457

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

7 new problems found by Qodana for JS

Qodana for JS

7 new problems were found

Inspection name Severity Problems
ESLint 🔴 Failure 2
Unused import 🔶 Warning 2
Syntax errors and unresolved references in JSDoc 🔶 Warning 1
Missing await for an async function call ◽️ Notice 2

💡 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 notice on line 120 in src/pages/WIKI/Weapon.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call

Check notice on line 129 in src/pages/WIKI/Character.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call

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'