index table body
{{ driver.name }}
| Description {{info_icon}} | {{ driver.short_description }} | |||
| Manufacturer {{info_icon}} | {{ driver.manufacturer |capitalize() }} | |||
| Families {{info_icon}} |
|
|||
| Areas {{info_icon}} |
|
|||
| Models {{info_icon}} |
|
|||
| Supported system configurations {{info_icon}} |
|
|||
| Path {{info_icon}} | {%- if driver.path[0] != '/' %}//{{ driver.path }} |
{%- elif driver.path[0] == '/' and driver.path[1] != '/' %}
/{{ driver.path }} |
{%- elif driver.path[0] == '/' and driver.path[1] == '/' %}
{{ driver.path }} |
{%- else %}
{{ driver.path }} |
{%- endif %}
最后更新:
2022 年 12 月 31 日(Saturday) 21:07 CST