Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ALemonTestOneNew to Visual Studio Code? Get it now.
ALemonTestOne

ALemonTestOne

lemonadex

|
6 installs
| (0) | Free
阿柠檬沙盒环境
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ALemonTestOne

阿柠檬框架沙盒测试平台

版本要求: alemonjs >= 2.1

预览: https://lemonade-lab.github.io/alemonjs-testone/

自定义配置

新建 testone目录,并新建以下文件

  • commands.json
export type Command = {
  title: string;
  description: string;
  text: string;
  autoEnter?: boolean;
  data?: DataEnums[];
};
export type Commands = Command[];
  • user.json / bot.json
export type User = {
  UserId: string;
  UserName: string;
  UserAvatar: string;
  OpenId?: string;
  IsMaster: boolean;
  IsBot: boolean;
};
  • users.json
export const Users: User[] = [];
  • channels.json
export type Channel = {
  GuildId: string;
  ChannelId: string;
  ChannelAvatar: string;
  ChannelName: string;
};
export type Channels = Channel[];
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft