enhance(frontend): update aiscript to 0.13.2

This commit is contained in:
syuilo 2023-05-06 12:58:59 +09:00
parent 1a4b4348a9
commit 484dfb6a01
4 changed files with 11 additions and 10 deletions

View file

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

View file

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