Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多账号支持 #9

Closed
mtweiaini opened this issue Apr 21, 2023 · 3 comments
Closed

多账号支持 #9

mtweiaini opened this issue Apr 21, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@mtweiaini
Copy link

No description provided.

@GamerNoTitle
Copy link
Owner

本身就没有适配多用户的想法 需要多用户的话可以自己改一下

@GamerNoTitle GamerNoTitle closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2023
@GamerNoTitle GamerNoTitle mentioned this issue May 3, 2023
@GamerNoTitle GamerNoTitle reopened this May 11, 2023
@GamerNoTitle
Copy link
Owner

计划中 但没那么快上线

@GamerNoTitle GamerNoTitle changed the title 两个账号怎么弄呀,在config里面写两个账号的用户配置能行吗 多账号支持 May 11, 2023
@GamerNoTitle GamerNoTitle added the enhancement New feature or request label May 11, 2023
GamerNoTitle added a commit that referenced this issue May 19, 2023
@GamerNoTitle
Copy link
Owner

@mtweiaini @fplj-fplj 已适配多账号,多个账号按列表的方式写,如下面所示

[
  {
      "token": "token1",
      "type": 0,
      "version": "3.0.0",
      "android": "13",
      "deviceid": "uuid",
      "devicename": "device_name",
      "devicemodel": "device_modal",
      "appid": 1953439974,
      "analytics": false
  },
  {
      "token": "token2",
      "type": 0,
      "version": "3.0.0",
      "android": "13",
      "deviceid": "uuid",
      "devicename": "device_name",
      "devicemodel": "device_modal",
      "appid": 1953439974,
      "analytics": false
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants