修改了部分 主题对custom(Css/Script)支持的问题

pull/538/head
xihale 2022-02-08 15:01:47 +08:00
parent 816513cde7
commit 1fb0a90093
8 changed files with 15 additions and 2 deletions

View File

@ -247,6 +247,8 @@
.more-disk div li a:hover{color:rgba(0,0,0,.87);} .more-disk div li a:hover{color:rgba(0,0,0,.87);}
.more-disk div li a[now]{color:rgba(0,0,0,1);} .more-disk div li a[now]{color:rgba(0,0,0,1);}
</style> </style>
<!--customCss-->
<!--customScript-->
</head> </head>
<body> <body>
<header> <header>

View File

@ -2,7 +2,9 @@
<html> <html>
<head> <head>
<title><!--Sitename--> /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title> <title><!--Sitename--> /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
</head> <!--customCss-->
<!--customScript-->
</head>
<body> <body>
<h1><!--Sitename--> /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></h1> <h1><!--Sitename--> /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></h1>
<table> <table>

View File

@ -1,6 +1,8 @@
<html> <html>
<head> <head>
<title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title> <title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
<!--customCss-->
<!--customScript-->
</head> </head>
<body> <body>
<H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr> <H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>

View File

@ -53,6 +53,7 @@
</style> </style>
<!--customCss--> <!--customCss-->
<!--customScript-->
</head> </head>
<body> <body>

View File

@ -53,6 +53,7 @@
} }
</style> </style>
<!--customCss--> <!--customCss-->
<!--customScript-->
<script src="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script> <script src="//cdnjs.loli.net/ajax/libs/mdui/0.4.1/js/mdui.min.js"></script>
</head> </head>
<body class="mdui-theme-primary-blue-grey mdui-theme-accent-blue"> <body class="mdui-theme-primary-blue-grey mdui-theme-accent-blue">

View File

@ -99,6 +99,8 @@
#dl-section{padding-top:10px} #dl-section{padding-top:10px}
#dl-latest{position:relative;top:50%;transform:translateY(-50%)} #dl-latest{position:relative;top:50%;transform:translateY(-50%)}
</style> </style>
<!--customCss-->
<!--customScript-->
</head> </head>
<body class=" mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink"> <body class=" mdui-appbar-with-toolbar mdui-theme-primary-indigo mdui-theme-accent-pink">
<header class="mdui-appbar mdui-appbar-fixed mdui-color-theme mdui-appbar-inset"> <header class="mdui-appbar mdui-appbar-fixed mdui-color-theme mdui-appbar-inset">

View File

@ -1,6 +1,8 @@
<html> <html>
<head> <head>
<title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title> <title><!--Sitename--> - /<!--PathArrayStart--><!--PathArrayName-->/<!--PathArrayEnd--></title>
<!--customCss-->
<!--customScript-->
</head> </head>
<body> <body>
<H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr> <H1><!--Sitename--> - /<!--DiskPathArrayStart--><!--PathArrayName-->/<!--DiskPathArrayEnd--></H1><hr>

View File

@ -53,7 +53,8 @@
window.disableddarkmode = true; window.disableddarkmode = true;
</script> </script>
<!--BackgroundMEnd--> <!--BackgroundMEnd-->
<!--customCss-->
<!--customScript-->
</head> </head>
<body <body
class="mdui-appbar-with-toolbar mdui-theme-layout-auto mdui-loaded mdui-theme-accent-pink" class="mdui-appbar-with-toolbar mdui-theme-layout-auto mdui-loaded mdui-theme-accent-pink"