| 目錄/文件 | 說明 |
| /admin | 系統核心后臺管理 V9.0移至/module/destoon/admin |
| /admin/image | 后臺風格 V9.0移至/static/admin |
| /admin/template | 后臺模板 V9.0移至/module/destoon/admin/template |
| /api | 系統及第三方接口 |
| /api/ace | ACE代碼高亮 |
| /api/ajax | AJAX接口 |
| /api/avatar | 頭像上傳 |
| /api/barcode | 條形碼 |
| /api/booklet | 電子圖冊 |
| /api/cron | 計劃任務 |
| /api/excel | EXCEL接口 |
| /api/json | JSON數據接口 |
| /api/kf | 在線客服 |
| /api/map | 電子地圖 |
| /api/oauth | 一鍵登錄 |
| /api/pay | 支付接口 |
| /api/spider | 采集擴展 |
| /api/stats | 第三方統計 |
| /api/ucenter | UCenter |
| /api/weixin | 微信公眾號 |
| /file | |
| /file/avatar | 會員頭像 |
| /file/backup | 數據庫備份 |
| /file/cache | 緩存 |
| /file/cache/tpl | 前臺模板編譯目錄 |
| /file/captcha | 驗證碼字體 |
| /file/cloud | 云接口數據 |
| /file/config | 系統配置 |
| /file/email | 郵件列表 |
| /file/ext | 文件圖標 |
| /file/face | 表情圖標 |
| /file/flash | Flash文件 |
| /file/font | 中文字體 |
| /file/history | 信息修改記錄 |
| /file/image | 公用圖片 |
| /file/ipdata | IP數據庫 |
| /file/log | 日志 |
| /file/md5 | MD5鏡像 |
| /file/mobile | 手機列表 |
| /file/patch | 文件備份目錄 |
| /file/push | APP推送列表 |
| /file/script | 動態生成的javascript |
| /file/session | SESSION |
| /file/setting | 配置數據 |
| /file/sound | 聲音文件 |
| /file/static | 靜態文件 |
| /file/style | 顏色配置自動生成的css |
| /file/table | 編碼數據 |
| /file/temp | 臨時目錄 |
| /file/update | 系統更新 |
| /file/upload | 上傳文件 |
| /file/user | 會員數據 |
| /include | 核心類庫 |
| /install | 安裝程序 |
| /lang | 語言包 |
| /lang/zh-cn | 簡體中文 |
| /mobile | 手機版 |
| /mobile/static | 靜態文件 V9.0移至/static/skin/mobile |
| /mobile/static/img | 圖片文件 V9.0移至/static/skin/mobile |
| /mobile/static/js | JS文件 V9.0移至/mobile/script |
| /mobile/static/lib | 第三方庫 V9.0移至/mobile/script |
| /mobile/static/style.css | 手機版樣式 V9.0移至/static/skin/mobile/style.css |
| /module | 功能模塊 |
| /module/article | 文章模塊 |
| /module/article/admin | 文章管理 |
| /module/article/admin/template | 文章管理模板 |
| /module/article/common.inc.php | 文章模塊初始化 |
| /module/article/global.func.php | 文章核心函數 |
| /module/article/article.class.php | 文章核心類 |
| /module/article/index.inc.php | 文章首頁 |
| /module/article/index.htm.php | 靜態文章首頁 |
| /module/article/list.inc.php | 文章列表頁 |
| /module/article/list.htm.php | 靜態文章列表頁 |
| /module/article/show.inc.php | 文章內容頁 |
| /module/article/show.htm.php | 靜態文章內容頁 |
| /module/article/search.inc.php | 文章搜索 |
| /module/article/task.inc.php | 文章計劃任務 |
| /module/brand | 品牌模塊 |
| /module/buy | 求購模塊 |
| /module/club | 商圈模塊 |
| /module/company | 公司模塊 |
| /module/destoon | 核心模塊 |
| /module/down | 下載模塊 |
| /module/exhibit | 展會模塊 |
| /module/extend | 擴展模塊 |
| /module/group | 團購模塊 |
| /module/info | 信息模塊 |
| /module/job | 人才模塊 |
| /module/know | 知道模塊 |
| /module/mall | 商城模塊 |
| /module/member | 會員模塊 |
| /module/moment | 動態模塊 |
| /module/photo | 圖庫模塊 |
| /module/quote | 行情模塊 |
| /module/resume | 簡歷模塊 |
| /module/sell | 供應模塊 |
| /module/special | 專題模塊 |
| /module/video | 視頻模塊 |
| /static | 靜態文件目錄(圖片、css、js) V9.0新增 |
| /static/admin | 后臺靜態文件目錄 |
| /static/home | 公司主頁靜態文件目錄 |
| /static/image | 公用靜態文件目錄 |
| /static/member | 會員中心靜態文件目錄 |
| /static/script | javascript文件目錄 |
| /static/skin | 風格皮膚 |
| /static/skin/default | 默認電腦版皮膚 |
| /static/skin/mobile | 默認手機版皮膚 |
| /skin | 風格皮膚 V9.0移至/static/skin |
| /skin/default | 默認風格 V9.0移至/static/skin/default |
| /skin/default/style.css | CSS文件 V9.0移至/static/skin/default/style.css |
| /template | 模板文件 |
| /template/default | 默認電腦版模板 |
| /template/default/index.htm | 電腦版首頁模板 |
| /template/mobile | 默認手機版模板 |
| /template/mobile/index.htm | 手機版首頁模板 |
| /upgrade | 系統升級 |
| /admin.php | 后臺入口 |
| /common.inc.php | 系統初始化 |
| /config.inc.php | 系統配置 |
| /index.html | 靜態首頁 |
| /index.php | 動態首頁 |
| /version.inc.php | 版本控制 |
| 以上結構基于于V8.0生成,其他版本僅供參考 |