Since the 5.20 confession, the owner has been missing ……. I don’t know how many months have passed, but the 3 in 1 is updated again. I set a flag in the group two months ago, and today I fulfill it, don’t ask me what I did in the middle two months -. - Don’t ask me what I was doing in the middle two months.

Full text

Because the network recognition often hangs, very unstable, there have been partners in the feedback with me, so this time specially updated the local recognition. Recommended 1G RAM above the machine installation, recommended configuration 2 core 2G, optimal configuration 16 core 32G [#manual funny]

v2.0

  • Added local QR code recognition and generation
  • Remove network recognition interface
  • Fix known bugs
  • Other details optimization

Detailed instructions and installation tutorials can be click here to view the previous version! The new version of the site are retained the old version of the data, does not affect the previous user to use, and with the sponsored version of the data synchronization

Due to the proliferation of piracy of the old version, the new version of the 3-in-1 added a sponsored version. Demo website: https://qr.moeins.cn

Sponsored Version Main Features:

  1. optimize the recognition and generation of QR code, greatly improve the recognition accuracy, faster recognition speed, does not take up the CUP and memory, more stable
  2. 21 sets of new 3-in-1 generation templates, and can support unlimited expansion, add the tutorial at the end of the article.
  3. New external API interface, not for the use of the program, any program can be called.

How to get: Click here Sponsored program $18.88 or more to get the sponsored exclusive version of the collection code 3-in-1, you deserve it!

Some little notes about the sponsored version (all of which have not been specifically brought out for clarification before ) So far, all of my sponsorship version of the project are not bound to the domain name, not encrypted, free to expand, support for two open, and sponsorship amount are low, you can get. So also please have sponsored partners do not feel free to share the sponsorship to get the source code, which is the author’s respect is also the protection of their rights and interests. Due to the non-existence of the sale relationship, such as no major BUG author will not be regularly updated or indefinitely delayed. In case of minor problems, the author is willing to guide or help modify in his spare time, but to add new features in this case I have the right to refuse to help or need to pay in addition.

Recommended size of the template: 900*1200

  1. Put the template image into the /public/static/images/template/ template directory, please note that do not use Chinese names, and only support jpg suffix.

  2. Configure the relevant data under qr_template in config.php in the root directory in the following format:

    ‘001’ => [ ’name’ => ‘Default Template’, ‘data’ => []. ‘data’ => [ 150,200 ], ’title’ => true, ‘data’ => [ 150,200 ’title’ => true, ‘size’ => 20 ‘size’ => 20 ]

Parameter Description

Name

Variable Name

Required field

Type

Example Value

Descripción

Template ID

None

Yes

int

001

File name of the template, recommended number, not repeatable

Alias

name

is

string

Default Template

The alias of the template to be displayed on the frontend

X,Y

data

is

array

[150,200]

The starting X (horizontal) and Y (vertical) coordinates of the upper left corner of the QR code, not negative and smaller than the size of the template.

Title of the template

title

No

bool

false

Whether to enable template title, used when the template supports it (e.g. default template), can be empty

size

size

No

int

20

Size of the QR code, default is 20, can be empty

Yes, it’s simple!