Skip to content
View cmdparkour's full-sized avatar
🤒
Out sick
🤒
Out sick
Block or Report

Block or report cmdparkour

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cmdparkour/README.md

Hello there 👋

function formatMe() {
  const content = {
    name: "luo xi",
    role: "Frontend Engineer",
    languageSpoken: ['zh_CN', 'en_US'],
  }
  const sayHi = async (text: string) => {
    const msg = await chatgpt(text)
    return msg
  }
}
const me = formatMe()
async(() => {
  const resolveMsg = await me.sayHi("Can you join us?") // resolveMsg = 'of course'
})()

📝 About Me

Pinned

  1. vue-admin-box vue-admin-box Public

    vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面

    Vue 1.7k 265