refactor(client): refactor file name and directory structure
This commit is contained in:
parent
0b99ffa8f9
commit
a9e13693a5
187 changed files with 247 additions and 247 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue