chore: misc changes

This commit is contained in:
Haoyu Xu
2023-04-05 14:58:04 -04:00
parent 6ef70824a1
commit a35c6fe99c
4 changed files with 5 additions and 5 deletions

View File

@@ -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

1
.gitignore vendored
View File

@@ -131,3 +131,4 @@ dist
# custom # custom
release/* release/*
spine-runtimes/*

3
.vscode/launch.json vendored
View File

@@ -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",

View File

@@ -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