⚡️ 窗体初始化后显示 (#117) #457
Annotations
2 errors, 4 warnings, and 2 notices
ESLint:
src/views/t-post-json.vue#L12
ESLint: 'webviewWindow' is defined but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
src/views/t-anno-json.vue#L12
ESLint: 'webviewWindow' 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";
```
|
Unused import:
src/views/t-anno-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 uses Node.js version which is deprecated 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/
|
Missing await for an async function call:
src/pages/WIKI/Weapon.vue#L120
Missing await for an async function call
|
Missing await for an async function call:
src/pages/WIKI/Character.vue#L129
Missing await for an async function call
|