mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 23:15:14 -04:00
Update type system.
This commit is contained in:
parent
9b4d3b7018
commit
e61bba9554
3 changed files with 26 additions and 3 deletions
25
src/_h5ai/client/images/fallback/bin.svg
Normal file
25
src/_h5ai/client/images/fallback/bin.svg
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
height="96"
|
||||||
|
width="96"
|
||||||
|
version="1.1">
|
||||||
|
<path
|
||||||
|
style="fill:#555555;fill-opacity:1;stroke:none"
|
||||||
|
d="M 6,6 6,90 90,90 90,24 72,6 z m 6,6 57.559322,0 L 84,26.576271 84,84 12,84 z"
|
||||||
|
id="rect2984"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#555555;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3943-7-1-8"
|
||||||
|
width="12"
|
||||||
|
height="12"
|
||||||
|
x="42"
|
||||||
|
y="42" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 780 B |
|
@ -4,7 +4,7 @@ modulejs.define('core/resource', ['config', 'core/settings'], function (config,
|
||||||
var imagesHref = settings.appHref + 'client/images/',
|
var imagesHref = settings.appHref + 'client/images/',
|
||||||
fallbackHref = settings.appHref + 'client/images/fallback/',
|
fallbackHref = settings.appHref + 'client/images/fallback/',
|
||||||
themesHref = settings.appHref + 'client/themes/',
|
themesHref = settings.appHref + 'client/themes/',
|
||||||
fallbacks = ['file', 'folder', 'folder-page', 'folder-parent', 'ar', 'aud', 'img', 'txt', 'vid'],
|
fallbacks = ['file', 'folder', 'folder-page', 'folder-parent', 'ar', 'aud', 'bin', 'img', 'txt', 'vid'],
|
||||||
|
|
||||||
image = function (id) {
|
image = function (id) {
|
||||||
|
|
||||||
|
|
|
@ -55,8 +55,6 @@ Options
|
||||||
"sizes": [48, 24, 96],
|
"sizes": [48, 24, 96],
|
||||||
"smartBrowsing": true,
|
"smartBrowsing": true,
|
||||||
"theme": "fallback",
|
"theme": "fallback",
|
||||||
// "theme": "faenza",
|
|
||||||
// "theme": "evolvere",
|
|
||||||
"unmanaged": ["index.html", "index.htm", "index.php"],
|
"unmanaged": ["index.html", "index.htm", "index.php"],
|
||||||
"unmanagedInNewWindow": false
|
"unmanagedInNewWindow": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue