mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 21:55:31 +02:00
refactor(client): refactor file name and directory structure
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { onMounted, onUnmounted, ref, watch } from 'vue';
|
||||
import { GetFormResultType } from '@/scripts/form';
|
||||
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
|
||||
import * as os from '@/os';
|
||||
import { AiScript, parse, utils } from '@syuilo/aiscript';
|
||||
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
|
||||
import { GetFormResultType } from '@/scripts/form';
|
||||
import * as os from '@/os';
|
||||
import { createAiScriptEnv } from '@/scripts/aiscript/api';
|
||||
import { $i } from '@/account';
|
||||
import MkButton from '@/components/ui/button.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
|
||||
const name = 'button';
|
||||
|
||||
@@ -67,7 +67,7 @@ const run = async () => {
|
||||
},
|
||||
log: (type, params) => {
|
||||
// nop
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
let ast;
|
||||
|
||||
Reference in New Issue
Block a user