Typecho Admin Panel MDUI Style – Designed for Typecho

Typecho Admin Panel MDUI Style - AdminMD
Typecho Admin Panel MDUI Style - Admin Current Version: 2.0.0
Preface
Noticing that there wasn't a single Typecho admin theme based on MDUI across the entire web, I naturally wanted to create one. From the very beginning, I intended to share it for free, because MDUI styles are really rare and I wanted to share it with everyone. Although this blog is built on WordPress, it's certainly not as lightweight as Typecho, and with so many users, I decided to go ahead and make it. After several iterations, AdminMD has finally been pluginized! Congratulations to us, as this improves compatibility with other plugins and themes.
Framework Used
Built with Bootstrap and Material Design design principles
Future Update Plans
Completely overhaul and rewrite the entire admin layout
Extend Material Design design principles to every backend page
Known Issues
NoteIssue 1 - Since Typecho's default Gravatar avatar service is blocked by the GWF, using this theme may cause the entire admin panel to load very slowly.
NoteIssue 2 - If the menu doesn't work, copy and paste the file from /AdminMD/var/Widget/Meun.php to /wwwroot/var/Widget directory and overwrite.
NoteIssue 3 - Some resources use JSD CDN for acceleration, but JSD CDN was blocked by the GWF around 2022. Using this plugin within the Great Firewall will result in missing static resources and slow loading.
Solution for Issue 1
Modify the Typecho source code
File to modify: website root /var/Typecho/Common.php, line 937
Before modification:
$url = $isSecure ? 'https://secure.gravatar.com' : 'http://www.gravatar.com';
After modification:
$url = $isSecure ? 'https://sdn.geekzu.org' : 'http://www.gravatar.com';
https://sdn.geekzu.org can be replaced with another Gravatar mirror address in China
Theme Preview




Download Theme
Github
https://github.com/ouyangyanhuo/AdminMD
Gitee