Skip to content

飞书云文档

测试代码悬浮解释

ts
.('hello')
ts
const  = "Hello, world!";
ts
interface  {
  : string;
  : number;
}

const : = {
  : "张三",
  : 30,
};

:: tip 未完待续......

::