@bbki.ng/site 5.2.6 → 5.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/index.html +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.html
CHANGED
|
@@ -45,8 +45,17 @@
|
|
|
45
45
|
href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap"
|
|
46
46
|
rel="stylesheet"
|
|
47
47
|
/>
|
|
48
|
+
<style>
|
|
49
|
+
bb-img:not(:defined) {
|
|
50
|
+
display: block;
|
|
51
|
+
width: 100%;
|
|
52
|
+
aspect-ratio: 3/2; /* 与组件默认比例一致 */
|
|
53
|
+
background: #f5f5f5; /* 与组件默认 placeholder 一致 */
|
|
54
|
+
}
|
|
55
|
+
</style>
|
|
48
56
|
<script src="https://unpkg.com/open-heart-element" type="module"></script>
|
|
49
57
|
<script type="module" src="https://cdn.jsdelivr.net/npm/@bbki.ng/bbimg@0.0.3/dist/index.js"></script>
|
|
58
|
+
<script type="module" src="https://cdn.jsdelivr.net/npm/@bbki.ng/bb-msg-history@latest/dist/index.js"></script>
|
|
50
59
|
</head>
|
|
51
60
|
|
|
52
61
|
<body class="h-full m-0 flex flex-col font-mono">
|