import { Type } from "~/components";
<Type text="Promise<T | string | ArrayBuffer>" />import { MetaInfo } from "~/components";
<MetaInfo text="(default: false) optional" />import { Type, MetaInfo } from "~/components";
- `name` <Type text="string" />
- 您的服务名称。
- `local` <Type text="boolean" /> <MetaInfo text="(default: true) optional" />
- 服务是否在本地运行。