mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-10 17:00:54 +01:00
Revert "Add docsify themes (#1623)"
This commit is contained in:
parent
df7c1dbbf6
commit
e04d7e4d1d
@ -333,11 +333,6 @@ https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.6/dexie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/docsify.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/themes/buble.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/themes/dark.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/themes/dolphin.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/themes/pure.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsify/4.13.1/themes/vue.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js
|
||||
|
@ -288,19 +288,6 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
||||
'path': `resources/aos/${lastVersion}/${file}`,
|
||||
'bundle': ''
|
||||
};
|
||||
} else if (CompleteURL.startsWith('unpkg.com/docsify/lib/themes/')) {
|
||||
let theme = CompleteURL.split('/').pop();
|
||||
lastVersion = targets.setLastVersion('/docsify/');
|
||||
if (!theme.includes('.min.')) {
|
||||
theme = theme.replace('.css', '.min.css');
|
||||
}
|
||||
return {
|
||||
'source': channelHost,
|
||||
'versionDelivered': lastVersion,
|
||||
'versionRequested': 'latest',
|
||||
'path': `resources/docsify/${lastVersion}/themes/${theme}`,
|
||||
'bundle': ''
|
||||
};
|
||||
}
|
||||
return {
|
||||
'result': false,
|
||||
|
@ -514,11 +514,6 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'buble.min.css': 'docsify Theme (buble)',
|
||||
'dark.min.css': 'docsify Theme (dark)',
|
||||
'dolphin.min.css': 'docsify Theme (dolphin)',
|
||||
'pure.min.css': 'docsify Theme (pure)',
|
||||
'vue.min.css': 'docsify Theme (vue)',
|
||||
'supabase.min.jsm': 'supabase-js',
|
||||
'handlebars.min.jsm': 'handlebars.js',
|
||||
'URI.min.jsm': 'URI.js',
|
||||
|
@ -86,10 +86,6 @@
|
||||
<li>Support wildcard TLD in all lists (<a href="https://codeberg.org/nobody/LocalCDN/issues/1622">#1622</a>)</li>
|
||||
<li>Fixed incorrect description in the settings (<a href="https://codeberg.org/nobody/LocalCDN/issues/1622">#1622</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li>docsify themes (<a href="https://codeberg.org/nobody/LocalCDN/issues/1623">#1623</a>)</li>
|
||||
</ul>
|
||||
<p class='release-date'>2023-02-29 (v2.6.64)</p>
|
||||
<p>Updated</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
1
resources/docsify/4.13.1/themes/dark.min.css
vendored
1
resources/docsify/4.13.1/themes/dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
resources/docsify/4.13.1/themes/pure.min.css
vendored
1
resources/docsify/4.13.1/themes/pure.min.css
vendored
File diff suppressed because one or more lines are too long
1
resources/docsify/4.13.1/themes/vue.min.css
vendored
1
resources/docsify/4.13.1/themes/vue.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user