From b9661b85fa04bdc8b231e0d5679ea388dca9c8f2 Mon Sep 17 00:00:00 2001 From: filesite Date: Thu, 17 Mar 2022 12:55:11 +0800 Subject: [PATCH] relative path update --- Class_DirScanner.md | 4 ++-- Manual.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Class_DirScanner.md b/Class_DirScanner.md index 7b85795..0ea399c 100644 --- a/Class_DirScanner.md +++ b/Class_DirScanner.md @@ -11,7 +11,7 @@ * fields: 私有属性字段名和说明 * rootDir: 当前扫描的根目录 * scanningDirLevel: 当前扫描的目录深度 -* scanStartTime: 开始扫描时间戳,单位:微秒 +* scanStartTime: 开始扫描时间戳,单位:秒 * scanResults: 目录扫描结果 @@ -24,7 +24,7 @@ ## 公开属性 -* scanTimeCost: 上一次目录扫描耗时,单位:微秒 +* scanTimeCost: 上一次目录扫描耗时,单位:毫秒 ## 私有方法 diff --git a/Manual.md b/Manual.md index 05332a2..647702a 100644 --- a/Manual.md +++ b/Manual.md @@ -61,7 +61,7 @@ 'id' => '根据完整路径生成的唯一编号', 'directory' => '倚天屠龙记', 'realpath' => '/www/webroot/content/倚天屠龙记/', - 'path' => '/list/?dir=倚天屠龙记', + 'path' => '/list/?id={id}', 'snapshot' => '/content/倚天屠龙记封面图.jpg', 'files' => [...], //文件列表 'directories' => [...] //目录列表 @@ -75,7 +75,7 @@ 'id' => '根据完整路径生成的唯一编号', 'filename' => '第一章', 'realpath' => '/www/webroot/content/倚天屠龙记/第一章.md', - 'path' => '/view/?file=第一章', + 'path' => '/view/?id={id}', 'extension' => 'md', 'fstat' => [...], //同php方法fstat: https://www.php.net/manual/en/function.fstat.php 'content' => '文章内容...', @@ -89,9 +89,9 @@ | 后缀 | path网址 | | ---- | ---- | -| .md | /view/?file={filename} | -| .url | /link/?file={filename} | -| .m3u8 | /m3u8/?file={filename}&{防盗链参数} | +| .md | /view/?id={id} | +| .url | /link/?id={id} | +| .m3u8 | /m3u8/?id={id}&{防盗链参数} | | .jpg | /{相对路径}/{filename}.{extension}?{防盗链参数} | | .png | /{相对路径}/{filename}.{extension}?{防盗链参数} | | .gif | /{相对路径}/{filename}.{extension}?{防盗链参数} | @@ -112,7 +112,7 @@ 'id' => '根据完整路径生成的唯一编号', 'filename' => 'filesite.io', 'realpath' => '/www/webroot/content/网址导航/filesite.io.url', - 'path' => '/link/?file=filesite.io', + 'path' => '/link/?id={id}', 'extension' => 'url', 'fstat' => [...], //同php方法fstat: https://www.php.net/manual/en/function.fstat.php 'shortcut' => [