Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Releases: Jasonzyt-Archives/File-Web-Repository

v2.0.0 - Refactor&Optimize code

16 Mar 16:34
Compare
Choose a tag to compare

v1.0.9 Beta - Fix some bugs

03 Feb 04:56
Compare
Choose a tag to compare

(1) Two unexpected slashes are in the browser URL bar (It will not affect the use)
Like This Photo Photo
php // Ver1.0.8 Line 254-379 echo <<<EOF ... <a href="$dir/$file" class="clearfix" data-name="$file"> ... EOF;
(2) When the site root is not in the directory of index.php When you click "首页", you will jump to the root directory, resulting in 404 or 403
For Example,if your index.php is in localhost/file,click "首页" in index.php or error/FILE-404.php,then you will skip to localhost/index.php

v1.0.5 Beta

29 Dec 13:49
Compare
Choose a tag to compare

New Functions:

  • JSON HTML Head:JSON File control HTML -> HEAD.json
{
    "title": "SKYTown - File Repository", // HTML <title>
    "icon": "./assets/img/icon.ico", // HTML <link rel="shortcut icon"> and <link rel="bookmark">
    "meta": { 
        "description": "SKYTown Server文件仓库", // HTML <meta name="description">
        "keywords": "File-Repository,SKYTown,JasonZYT" // HTML <meta name="keywords">
    }
}

新功能:

  • HTML JSON控制:JSON文件控制HTML -> HEAD.json
{
    "title": "SKYTown - File Repository", // HTML <title>
    "icon": "./assets/img/icon.ico", // HTML <link rel="shortcut icon"> and <link rel="bookmark">
    "meta": { 
        "description": "SKYTown Server文件仓库", // HTML <meta name="description">
        "keywords": "File-Repository,SKYTown,JasonZYT" // HTML <meta name="keywords">
    }
}

v1.0.3 Beta

26 Dec 02:42
Compare
Choose a tag to compare

New Functions:

  • URL Skip:Create a new "*. URL" file in any directory of "./Filedir", and write the URL in the first line
    Example:minebbs.url https://www.minebbs.com/resources/php-file-web-repository.1942/

Fix Bugs:

新功能:

  • URL跳转:在Filedir的任意目录下新建”*.url“文件并在第一行写入需要跳转的URL
    例子:minebbs.url https://www.minebbs.com/resources/php-file-web-repository.1942/

BUG修复: