1.0.0-rc.1 • Published 1 year ago

alemon-icqq v1.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Alemon-Icqq

AlemonJS @1.2.0-rc.20 -- @latest

npm i alemon-icqq

alemon.login.ts

import { ALoginOptions } from 'alemonjs'
import { type IcqqLoginMap } from 'alemon-icqq'
export default ALoginOptions<IcqqLoginMap>({
  test: {
    icqq: {
      sign_api_addr: '',
      account: 0,
      password: ''
    }
  }
})

alemon.config.ts

import { defineConfig } from 'alemonjs'
import icqq from 'alemon-icqq'
export default defineConfig({
  platforms: [icqq]
})
1.0.0-rc.1

1 year ago

1.0.0-rc.0

1 year ago