File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,26 @@ Vulkan 三角形
88 * 2024/11/7 增加该文章
99 * 2024/11/8 更新该文章
1010
11+ .. sidebar ::
12+
13+ .. image :: ../_static/VulkanTriangle/vulkan_triangle.png
14+
1115.. card :: Vulkan 三角形
1216 :link: https://github.com/FuXiii/VulkanTriangle/archive/refs/heads/main.zip
1317 :shadow: lg
1418 :text-align: center
15-
19+
1620 点击下载源码
17-
1821 +++
19- .. figure :: ../_static/VulkanTriangle/vulkan_triangle.png
20- :scale: 50
22+
23+ .. raw :: html
24+
25+ <p style =" border : 2px solid #18181a ; /* 设置边框 */ border-radius : 10px ; /* 设置圆角的半径 */ padding : 5px ; /* 设置内边距 */ margin : 10px ; /* 设置外边距 */ " >
26+ <svg stroke =" currentColor" fill =" currentColor" stroke-width =" 0" viewBox =" 0 0 16 16" width =" 16" height =" 16" >
27+ <path fill-rule =" evenodd" d =" M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z" >https://github.com/FuXiii/VulkanTriangle</path >
28+ </svg >
29+ https://github.com/FuXiii/VulkanTriangle
30+ </p >
2131
2232.. admonition :: 项目要求
2333 :class: note
@@ -59,6 +69,4 @@ Vulkan 三角形
5969
6070 .. code-block :: console
6171
62- make
63-
64- .. figure :: ../_static/VulkanTriangle/vulkan_triangle.png
72+ make
You can’t perform that action at this time.
0 commit comments