Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

MEJS-v1.2.7

Compare
Choose a tag to compare
@MiaowFISH MiaowFISH released this 28 Mar 17:44
· 48 commits to main since this release

v1.2.7

  1. 添加特性:等待用户输入

    用法:

    session.send('请问你是')
    const name = await session.prompt() // 可以传入超时时间,默认 5s
    if (!name) {
      session.send('怎么不说呀')
      return
    }
    session.send(`你好,${name}`)
  2. 修复 jrrp 插件数据目录不存在的问题

  3. 添加 getURLParameters, getBaseURL, URLJoin 等便携方法