mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-15 09:19:05 +08:00
96 lines
1.9 KiB
HTML
96 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<title>@storybook/cli - Storybook</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
|
|
|
<link
|
|
rel="prefetch"
|
|
href="./sb-common-assets/nunito-sans-regular.woff2"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin
|
|
/>
|
|
<link
|
|
rel="prefetch"
|
|
href="./sb-common-assets/nunito-sans-bold.woff2"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin
|
|
/>
|
|
<link rel="stylesheet" href="./sb-common-assets/fonts.css" />
|
|
|
|
<link href="./sb-manager/runtime.js" rel="modulepreload" />
|
|
|
|
|
|
<link href="./sb-addons/actions-0/manager-bundle.js" rel="modulepreload" />
|
|
|
|
<link href="./sb-addons/storybook-1/manager-bundle.js" rel="modulepreload" />
|
|
|
|
|
|
<style>
|
|
#storybook-root[hidden] {
|
|
display: none !important;
|
|
}
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
window['FEATURES'] = {
|
|
"warnOnLegacyHierarchySeparator": true,
|
|
"buildStoriesJson": false,
|
|
"storyStoreV7": true,
|
|
"argTypeTargetsV7": true,
|
|
"legacyDecoratorFileOrder": false
|
|
};
|
|
|
|
|
|
|
|
window['REFS'] = {};
|
|
|
|
|
|
|
|
window['LOGLEVEL'] = "info";
|
|
|
|
|
|
|
|
window['DOCS_OPTIONS'] = {};
|
|
|
|
|
|
|
|
window['CONFIG_TYPE'] = "PRODUCTION";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
<script type="module">
|
|
import './sb-manager/runtime.js';
|
|
|
|
|
|
import './sb-addons/actions-0/manager-bundle.js';
|
|
|
|
import './sb-addons/storybook-1/manager-bundle.js';
|
|
|
|
</script>
|
|
|
|
<link href="./sb-preview/runtime.js" rel="prefetch" as="script" />
|
|
</body>
|
|
</html>
|