# zerobbs **Repository Path**: wc521521/zerobbs ## Basic Information - **Project Name**: zerobbs - **Description**: discuz仿小红书APP/小程序前端源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-07-22 - **Last Updated**: 2026-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discuz X5 UNIAPP 这是 Discuz X5 的移动端前端工程,目标同时支持微信小程序和 APP。 ## 配置 先修改: ```text src/config/site.ts ``` 填写后台插件页显示的配置: ```text baseUrl: Discuz 站点域名 appid: UNIAPP移动端接口插件创建的 RESTful AppId secret: UNIAPP移动端接口插件创建的 RESTful Secret ``` ## 开发 ```bash npm install npm run dev:h5 npm run dev:mp-weixin ``` ## 接口 接口开发手册见: ```text ../docs/mobile-api.md ``` 后端插件目录: ```text ../source/plugin/zeromobileapi ``` RESTful 导入 XML 草案见: ```text ../docs/discuz_restful_mobile.xml ```