This is a set of Typecho backend management interface projects, built using the Bootstrap 5 framework. Can run on all major web browsers, desktops and all smartphone devices, providing light/dark themes, designed to provide a better user visual experience.
Modify the theme of the settings page and management page for some commonly used plug-ins. To adapt to this set of background management entities
name | Introduction | Version | author |
---|---|---|---|
Access | View the visitor record statistics table plug-in. | 1.0 | Kokororin |
ArticleImg | Picture plug-in at the top of the article. | 1.0.1 | BangZ |
AutoSlug | Automatically generate abbreviations. | 2.1.1 | ShingChi |
BaiduSubmit | Baidu structured plug-in. | 2.1.1 | Lao Gao |
RobotsPlus | The spider visit log plug-in records the spider crawling time and its URL. | 1.0.0 | YoviSun |
Sitemap | Google Sitemap Generator. | 1.0.0 | Wu Song |
SkycaijiTye | Article remote publishing interface. | 1.1.0 | Blue sky collection |
TePostRatings | Add a voting rating function to the article. | 0.0.2 | Jiangmuzi |
docker installation (recommended method)
docker build -f ./docker/Dockerfile -t typecho-admin-dzh .
docker run -it --rm -p 8080:80 --mount type=tmpfs,destination=/tmp -e APP_DEBUG=true -e PHP_MAX_EXECUTION_TIME=1800 -v {the directory where your project is located}/typecho-admin-dzh/data:/data typecho-admin-dzh:latest
Replace file deployment
Download the latest version from the official website and unzip it to where you need to place the project
wget http://typecho.org/build.tar.gz -O typecho.tgz && tar zxvf typecho.tgz && mv build/* /var/www
Replace the background path in the install.php
file as follows:
/** Backend path (relative path) */ define('__TYPECHO_ADMIN_DIR__', '/dzh/');
The specific background path dzh
can be determined according to your own modified directory. Modifying install.php
is to generate the config.inc.php
file during installation. If your project has already been installed, you can directly modify the corresponding content of the config.inc.php
file.
Replace the corresponding files in the Tyecho project with all the files in the data/var/Typecho/Widget/Helper/Form
directory in the project. The form component is modified mainly to adapt to the theme.
Replace the corresponding files in the Tyecho project with the files in the data/var/Widget/Menu.php
directory in the project. The main purpose here is to make corresponding modifications to the background menu.