How to develop QQ applet?

0 Preface

  The author generally writes more desktop software, and sometimes mobile phone software. These software must be installed before they can be used, which limits the promotion of the software. However, existing social software such as WeChat and QQ are widely used. If small programs are developed on WeChat or QQ, this is conducive to the promotion of applications. The author first dabbles in the development of QQ applets. This article summarizes and records the general development process of QQ applets.

1. Register a QQ development account

  Enter the QQ open platform
  platform link: https://q.qq.com/#/
  insert image description here

  insert image description here

  insert image description here

  insert image description here

2. Prepare WeChat developer tools

  (1) Download Developer Tools
  Applet developer tools download link: https://q.qq.com/wiki/tools/devtool/#
  insert image description here

  (2) Install developer tools
  insert image description here

3. Create a QQ applet and preview it

  ① For the first time use, you need to log in to the QQ developer tool
  insert image description here

  ② Create a small program
  insert image description here

  ③ Write the code "Hello QQ"
  insert image description here

motto: 'Hello QQ'

  ④ Preview
  insert image description here

Reference materials:
[1]. Platform entry document ; [accessed 2023-07-07].
[2] Shui w. Some preliminary preparations for QQ applet development: reserve a development account, download and install developer tools, and create a qq applet ; 2022-07-02 [accessed 2023-07-07].
[3] Liming Guri. QQ Mini Program Development ; 2020-05-23 [accessed 2023-07-07].
[4] Xianering. Mini Program Development Process ; 2022-08-25 [accessed 2023-07-07].
[5] Mengcun Village Hua Yang Xiaohua. [Mini Program] Introduction and Development of QQ Mini Program ; 2019-07-30 [accessed 2023-07-07] ].
[6] Shen Ye... Development of QQ applet based on uniapp (front end) ; 2022-01-17 [accessed 2023-07-07].

Guess you like

Origin blog.csdn.net/qq_40640910/article/details/131587782