upgrade aiscript to 0.13.3

This commit is contained in:
syuilo 2023-05-14 20:08:32 +09:00
parent 9ff088a830
commit 93629fb29d
3 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
### Client ### Client
- 開発者モードを追加 - 開発者モードを追加
- AiScriptを0.13.3に更新
## 13.12.2 ## 13.12.2

View File

@ -19,7 +19,7 @@
"@rollup/plugin-json": "6.0.0", "@rollup/plugin-json": "6.0.0",
"@rollup/plugin-replace": "5.0.2", "@rollup/plugin-replace": "5.0.2",
"@rollup/pluginutils": "5.0.2", "@rollup/pluginutils": "5.0.2",
"@syuilo/aiscript": "0.13.2", "@syuilo/aiscript": "0.13.3",
"@tabler/icons-webfont": "2.17.0", "@tabler/icons-webfont": "2.17.0",
"@vitejs/plugin-vue": "4.2.2", "@vitejs/plugin-vue": "4.2.2",
"@vue-macros/reactivity-transform": "0.3.6", "@vue-macros/reactivity-transform": "0.3.6",

View File

@ -33,7 +33,7 @@ import MkTextarea from '@/components/MkTextarea.vue';
import MkInput from '@/components/MkInput.vue'; import MkInput from '@/components/MkInput.vue';
import { useRouter } from '@/router'; import { useRouter } from '@/router';
const PRESET_DEFAULT = `/// @ 0.13.2 const PRESET_DEFAULT = `/// @ 0.13.3
var name = "" var name = ""
@ -51,7 +51,7 @@ Ui:render([
]) ])
`; `;
const PRESET_OMIKUJI = `/// @ 0.13.2 const PRESET_OMIKUJI = `/// @ 0.13.3
// //
// //
@ -94,7 +94,7 @@ Ui:render([
]) ])
`; `;
const PRESET_SHUFFLE = `/// @ 0.13.2 const PRESET_SHUFFLE = `/// @ 0.13.3
// //
let string = "ペペロンチーノ" let string = "ペペロンチーノ"
@ -173,7 +173,7 @@ var cursor = 0
do() do()
`; `;
const PRESET_QUIZ = `/// @ 0.13.2 const PRESET_QUIZ = `/// @ 0.13.3
let title = '地理クイズ' let title = '地理クイズ'
let qas = [{ let qas = [{
@ -286,7 +286,7 @@ qaEls.push(Ui:C:container({
Ui:render(qaEls) Ui:render(qaEls)
`; `;
const PRESET_TIMELINE = `/// @ 0.13.2 const PRESET_TIMELINE = `/// @ 0.13.3
// API // API
@fetch() { @fetch() {