Skip to content

Files

Latest commit

 

History

History
30 lines (23 loc) · 565 Bytes

index.md

File metadata and controls

30 lines (23 loc) · 565 Bytes
sidebar

毛瑞

俺的博客重新上线啦! 😫 🎉

export default abstract class Hello {
  static me = '毛瑞'
  protected readonly uuid = 'Maorey'
  sex = '男'
  private get hobby() {
    return 'young lady'
  }
  public talk(balabala: string) {
    return balabala.slice(balabala.length / 3)
  }
  abstract date(anyTime?: number, anyPlace?: string): true
}

要来只小恐龙 (源码)么?