Browse Source

add parameter ver for static files

master
filesite 3 years ago
parent
commit
fe1dabc5a0
  1. 14
      Manual.md

14
Manual.md

@ -91,13 +91,13 @@ @@ -91,13 +91,13 @@
| ---- | ---- |
| .md | /view/?id={id} |
| .url | /link/?id={id} |
| .m3u8 | /m3u8/?id={id}&{防盗链参数} |
| .jpg | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .png | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .gif | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .ico | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .mp4 | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .ts | /{相对路径}/{filename}.{extension}?{防盗链参数} |
| .m3u8 | /m3u8/?id={id}&{防盗链参数}&ver={更新时间戳} |
| .jpg | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
| .png | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
| .gif | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
| .ico | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
| .mp4 | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
| .ts | /{相对路径}/{filename}.{extension}?{防盗链参数}&ver={更新时间戳} |
.txt,.md和.url 3 种特殊文件类型:
* .txt文件是其它所有文件的描述文件,不会出现在文件列表里;

Loading…
Cancel
Save