✅ 先写计划,要赶飞机了( #458
Annotations
2 errors and 4 warnings
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/
|