Skip to content

Commit

Permalink
update aiscript
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Mar 17, 2023
1 parent ed51209 commit e5ad37e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You should also include the user name that made the change.
- avatarBlurHash/bannerBlurHashの型をstringに限定
- APオブジェクトを入力してフェッチする機能とユーザーやノートの検索機能を分離
- ナビゲーションバーの項目に「プロフィール」を追加できるように
- AiScriptを0.13.0に更新
- AiScriptを0.13.1に更新

### Bugfixes
- プロフィールで設定した情報が削除できない問題を修正
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rollup/plugin-alias": "4.0.3",
"@rollup/plugin-json": "6.0.0",
"@rollup/pluginutils": "5.0.2",
"@syuilo/aiscript": "0.13.0",
"@syuilo/aiscript": "0.13.1",
"@tabler/icons-webfont": "2.10.0",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "3.2.47",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/src/pages/flash/flash-edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
const PRESET_DEFAULT = `/// @ 0.13.1
var name = ""
Expand All @@ -51,7 +51,7 @@ Ui:render([
])
`;
const PRESET_OMIKUJI = `/// @ 0.13.0
const PRESET_OMIKUJI = `/// @ 0.13.1
// ユーザーごとに日替わりのおみくじのプリセット
// 選択肢
Expand Down Expand Up @@ -94,7 +94,7 @@ Ui:render([
])
`;
const PRESET_SHUFFLE = `/// @ 0.13.0
const PRESET_SHUFFLE = `/// @ 0.13.1
// 巻き戻し可能な文字シャッフルのプリセット
let string = "ペペロンチーノ"
Expand Down Expand Up @@ -173,7 +173,7 @@ var cursor = 0
do()
`;
const PRESET_QUIZ = `/// @ 0.13.0
const PRESET_QUIZ = `/// @ 0.13.1
let title = '地理クイズ'
let qas = [{
Expand Down Expand Up @@ -286,7 +286,7 @@ qaEls.push(Ui:C:container({
Ui:render(qaEls)
`;
const PRESET_TIMELINE = `/// @ 0.13.0
const PRESET_TIMELINE = `/// @ 0.13.1
// APIリクエストを行いローカルタイムラインを表示するプリセット
@fetch() {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5ad37e

Please sign in to comment.