Skip to content

🐛 修复日志目录异常 #481

🐛 修复日志目录异常

🐛 修复日志目录异常 #481

Triggered via push July 31, 2024 11:15
Status Success
Total duration 3m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 4 warnings, and 1 notice
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/
Comparison of expressions having incompatible types: src/components/post/tp-text.vue#L126
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