# 装修砖头计算器 **Repository Path**: unrelaxs/decoration ## Basic Information - **Project Name**: 装修砖头计算器 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 卡路里计算器 apache设置如下 ``` RewriteEngine On # 确保请求路径不是一个文件名或目录 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # 重定向所有请求到 index.php?url=PATHNAME RewriteRule ^(.*)$ index.php?url=$1 [PT,L] # RewriteRule ^mobile\.php(.*)$ mobile.php?url=$1 [PT,L] ``` 1. 后台模板下载链接 2. 链接:https://pan.baidu.com/s/1CtGV_qf4VKesmb-bwtXfIw 3. 提取码:l9jn 4. 把其中的 build和vender目录放到 public/access下