Skip to content

feat: 更新 README 增加键盘相关逻辑 #20

feat: 更新 README 增加键盘相关逻辑

feat: 更新 README 增加键盘相关逻辑 #20

Triggered via push July 17, 2023 15:30
Status Failure
Total duration 40s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: src/components/key/SingleKey.vue#L2
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
build: src/components/key/SingleKey.vue#L62
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ '`': string; '1': string; '2': string; '3': string; '4': string; '5': string; '6': string; '7': string; '8': string; '9': string; '0': string; '-': string; '=': string; '[': string; ']': string; '\\': string; ';': string; "'": string; ',': string; '.': string; '/': string; }'.
build: src/components/key/SingleKey.vue#L71
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ '`': string; '1': string; '2': string; '3': string; '4': string; '5': string; '6': string; '7': string; '8': string; '9': string; '0': string; '-': string; '=': string; '[': string; ']': string; '\\': string; ';': string; "'": string; ',': string; '.': string; '/': string; }'.
build: src/components/key/SingleKey.vue#L71
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ '`': string; '1': string; '2': string; '3': string; '4': string; '5': string; '6': string; '7': string; '8': string; '9': string; '0': string; '-': string; '=': string; '[': string; ']': string; '\\': string; ';': string; "'": string; ',': string; '.': string; '/': string; }'.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/