Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/layui/layui
/ skin
Function
skin
src/modules/layer.js:1856–1858 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
1854
1855
var
cache = layer.cache || {};
1856
var
skin =
function
(
type
) {
1857
return
cache.skin ?
' '
+ cache.skin +
' '
+ cache.skin +
'-'
+
type
:
''
;
1858
};
1859
1860
// 仿系统 prompt
1861
layer.prompt =
function
(options, yes) {
Callers
1
layer.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected