File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ return (((v + (v >>> 4)) & 0x0F0F0F0F) * 0x01010101) >>> 24;
503503</Collapse >
504504</TabItem >
505505<TabItem label = " jdk实现" >
506- ``` java title="jdk实现" showLineNumbers
506+ ``` java showLineNumbers
507507@HotSpotIntrinsicCandidate
508508public static int bitCount(int i) {
509509 // HD, Figure 5-2
Original file line number Diff line number Diff line change @@ -175,9 +175,10 @@ import { LinkPreview } from 'astro-pure/advanced' // [!code ++]
175175< LinkPreview href = ' https://www.baidu.com/' / >
176176```
177177
178- import { LinkPreview } from ' astro-pure/advanced' // [!code ++]
178+ import { LinkPreview } from ' astro-pure/advanced'
179179
180180<LinkPreview href = ' https://www.baidu.com/' />
181+ <LinkPreview href = ' https://8cat.life' />
181182
182183import { GithubCard } from ' astro-pure/advanced'
183184import { Button } from ' astro-pure/user'
You can’t perform that action at this time.
0 commit comments