chore: misc changes
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: [ 'javascript', 'python' ]
|
language: [ 'javascript' ]
|
||||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
||||||
# Learn more:
|
# Learn more:
|
||||||
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -130,4 +130,5 @@ dist
|
|||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
release/*
|
release/*
|
||||||
|
spine-runtimes/*
|
||||||
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -5,8 +5,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"url": "http://localhost:5173",
|
"url": "http://localhost:5173",
|
||||||
"webRoot": "${workspaceFolder}",
|
"webRoot": "${workspaceFolder}"
|
||||||
"runtimeExecutable": "/usr/bin/google-chrome-stable"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ properties:
|
|||||||
text: ui_subtitle_title
|
text: ui_subtitle_title
|
||||||
condition: voicetitle.value == true
|
condition: voicetitle.value == true
|
||||||
type: bool
|
type: bool
|
||||||
value: false
|
value: true
|
||||||
- key: voicesubtitlelanguage
|
- key: voicesubtitlelanguage
|
||||||
value:
|
value:
|
||||||
text: ui_subtitle_lang
|
text: ui_subtitle_lang
|
||||||
|
|||||||
Reference in New Issue
Block a user