Skip to content

refactor: admin迁移到vite #122

refactor: admin迁移到vite

refactor: admin迁移到vite #122

Triggered via push October 24, 2023 03:31
Status Success
Total duration 2m 46s
Artifacts

nodejs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: client/shims.d.ts#L10
Unexpected any. Specify a different type
build: client/shims.d.ts#L16
Unexpected any. Specify a different type
build: client/src/components/home/article-comment-item.vue#L23
'v-html' directive can lead to XSS attack
build: client/src/components/home/article-comment.vue#L101
No magic number: 403
build: client/src/components/home/comment-editor.vue#L86
'$off' is defined but never used
build: client/src/components/home/comment-editor.vue#L86
'$on' is defined but never used
build: client/src/components/home/comment-editor.vue#L86
'$once' is defined but never used
build: client/src/components/home/comment-editor.vue#L111
Prop 'publisher' requires default value to be set
build: client/src/components/home/comment-editor.vue#L112
Prop 'reply' requires default value to be set
build: client/src/entries/entry-client.ts#L51
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator