Index
When you have completed App development, please refer to the following steps.Here is an example of uploading countdown on the Windows. 1. Create a folder named after the application name, which needs to contain the following content: - init.py file, app function code file - Create a manifest.yml file that contains a list of files required by the app.
manifest:
include:
- path: "__init__.py"
- path: "xxx.py"
- Open the packaging tool and select the folder corresponding to the App