# 巅峰成品CMS-北京陵园整站数据版 **Repository Path**: dfcpren/lyalldata ## Basic Information - **Project Name**: 巅峰成品CMS-北京陵园整站数据版 - **Description**: 巅峰成品CMS-北京陵园整站数据版bug修复及文件开源分享 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-13 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, JavaScript, CSS, HTML ## README # 巅峰成品CMS-北京陵园整站数据版 #### 介绍 本仓库项目仅为方便bug修复使用,如已上线网站,可执行对照更新时间修复相应的bug,仅包含前端模板,不含后台程序 #### 单独使用无效! #### 克隆后git到本地需执行以下git代码 ``` git clone --no-checkout https://gitee.com/你的用户名/你的仓库.git cd 你的仓库 git config core.sparseCheckout true echo "public/static/mudi/" >> .git/info/sparse-checkout echo "template/mobile/mudi/home/" >> .git/info/sparse-checkout echo "template/pc/mudi/home/" >> .git/info/sparse-checkout git checkout main ```