Skip to content

♻️ 重构窗体/缩放调整 #482

♻️ 重构窗体/缩放调整

♻️ 重构窗体/缩放调整 #482

GitHub Actions / Qodana for JS completed Aug 1, 2024 in 0s

6 new problems found by Qodana for JS

Qodana for JS

6 new problems were found

Inspection name Severity Problems
ESLint 🔴 Failure 2
Unused import 🔶 Warning 2
Syntax errors and unresolved references in JSDoc 🔶 Warning 1
Comparison of expressions having incompatible types ◽️ Notice 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 notice on line 126 in src/components/post/tp-text.vue

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Comparison of expressions having incompatible types

Condition is always false since types 'string extends (Builtin \| Ref \| RefUnwrapBailTypes\[keyof RefUnwrapBailTypes\] \| {RawSymbol?: true}) ? string : (string extends Map ? (Map\> \& UnwrapRef\>\>) : (string extends WeakMap ? (WeakMap\> \& UnwrapRef\>\>) : (string extends Set ? (Set\> \& UnwrapRef\>\>) : (string extends WeakSet ? (WeakSet\> \& UnwrapRef\>\>) : (string extends ReadonlyArray ? {\[K in keyof string\]: UnwrapRefSimple} : (string extends (object \& {ShallowReactiveMarker?: never}) ? {\[P in keyof string\]: P extends symbol ? string\[P\] : UnwrapRef\<...\[...\]\>} : string))))))' and 'null' have no overlap

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'