Release Specification
This document details the complete application release process, specification requirements, and related notes to help developers successfully list their applications.
Pre-Release Preparation
1. Application Testing
Before submitting an application release request, developers must complete the following testing work:
- Functional Testing: Ensure all functional modules work correctly without serious bugs
- Compatibility Testing: Verify application compatibility on target platforms
- Performance Testing: Check application response speed and resource usage
- Security Testing: Ensure no security vulnerabilities or malicious code
2. Code Standards Check
Please ensure your code meets the following standards:
- Follow project engineering specifications (refer to Project Specification)
- Complete code comments for easy review
- Remove debug code and test data
- Ensure dependency versions are stable
Release Process
1. Submit Release Request
The specific steps to release an application are as follows:
- Log in to the Developer Center
- Go to the "Application Management" page
- Select the application to release
- Click the "Submit Release" button
- Wait for the reviewer to conduct code audit
2. Complete Application Details

When submitting a release request, you need to complete the following application information:
Basic Information
- Application Name: Concise and clear, accurately describing application functionality
- Application Version: Follow semantic versioning (e.g., 1.0.0)
- Application Category: Choose appropriate application category
- Application Tags: Add relevant tags for user searchability
Compatibility Settings
Platform Compatibility Notes
If your backend is a Python project, pay special attention to platform compatibility:
- Python projects typically do not support cross-platform compatibility
- If the project is packaged on x86_64 platform, system compatibility only needs to select x86_64 platform
- We are developing multi-platform installation support, stay tuned
Review Process
Review Standards
Our review team will evaluate your application from the following aspects:
- Code Quality: Clear code structure, compliant with development specifications
- Functionality Completeness: Complete application functionality without obvious defects
- Security: No security vulnerabilities, no malicious code
- User Experience: Friendly interface, smooth operation
- Documentation Completeness: Detailed application description, clear usage guide
