实现pdf中划句子ai伴读的功能,修复pdf高亮显示的问题
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="context-stroke" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Lucide: FoldVertical (adaptive off / fixed height) -->
|
||||
<path d="M12 22v-6"/>
|
||||
<path d="M12 8V2"/>
|
||||
<path d="M4 12H2"/>
|
||||
<path d="M10 12H8"/>
|
||||
<path d="M16 12h-2"/>
|
||||
<path d="M22 12h-2"/>
|
||||
<path d="m15 19-3-3-3 3"/>
|
||||
<path d="m15 5-3 3-3-3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="context-stroke" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Lucide: UnfoldVertical (adaptive on) -->
|
||||
<path d="M12 22v-6"/>
|
||||
<path d="M12 8V2"/>
|
||||
<path d="M4 12H2"/>
|
||||
<path d="M10 12H8"/>
|
||||
<path d="M16 12h-2"/>
|
||||
<path d="M22 12h-2"/>
|
||||
<path d="m15 19-3 3-3-3"/>
|
||||
<path d="m15 5-3-3-3 3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 435 B |
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="context-stroke" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Lucide: AppWindow -->
|
||||
<rect x="2" y="4" width="20" height="16" rx="2"/>
|
||||
<path d="M10 4v4"/>
|
||||
<path d="M2 8h20"/>
|
||||
<path d="M6 4v4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 337 B |
Reference in New Issue
Block a user