## 页面设计 照抄我写的开源代码: 1. https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/main/pages%2Forganization%2Findex.tsx 2. https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/main/pages%2Forganization%2Flandscape.tsx ## 数据接口 1. 后端封装库从 `mobx-lark` 替换为 `mobx-strapi` 2. 数据结构类型包从 https://github.com/Open-Source-Bazaar/China-NGO-database/pkgs/npm/china-ngo-database 安装,并需事先做好配置:https://github.com/Open-Source-Bazaar/ActivityHub-PWA/blob/d466350461e91062cbfa527449ddf51000fe8e98/.npmrc#L1-L2 3. 生产环境 API 根地址:https://china-ngo-db.onrender.com/api/
页面设计
照抄我写的开源代码:
数据接口
mobx-lark替换为mobx-strapi