逆張りモードの実装
This commit is contained in:
parent
592c6e60a9
commit
40469aa0ce
9 changed files with 81 additions and 26 deletions
|
|
@ -10,10 +10,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { Interpreter, Parser } from '@syuilo/aiscript';
|
||||
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
|
||||
import { useWidgetPropsManager, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
|
||||
import { GetFormResultType } from '@/scripts/form.js';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
import {i18n} from "@/i18n.js";
|
||||
import MkSwitch from "@/components/MkSwitch.vue";
|
||||
import {computed} from "vue";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue