ittuann / Awesome-IntelligentCarRace

智能车竞赛开源项目合集网站✨(恩智浦杯/飞思卡尔杯) | Awesome Intelligent Car Race Website✨(NXP Cup/Freescale Cup)
https://ittuann.github.io/Awesome-IntelligentCarRace/
MIT License
216 stars 26 forks source link

让表格里的链接可以点 #11

Closed FredBill1 closed 1 year ago

FredBill1 commented 1 year ago

Description

给csv里的链接加上尖括号,这样在网页里可以直接点链接

名称,链接,学校,组别,获奖,年份,备注
铁滑团,<https://github.com/Y1ZzLu/openart_fw_18th>,华北电力大学(保定),智能视觉组,国1,2023,openart固件
神魔都队,<https://blog.csdn.net/qtzbxjg/article/details/128621625>,中国石油大学(华东),智能视觉组,国1,2022,
地灵殿的装修队,<https://github.com/FredBill1/RT1064_Smartcar>,中国矿业大学(北京),智能视觉组,国2,2022,
DZXS-天眼,<https://github.com/JinHeMu/smart-car>,大连交通大学,智能视觉组,省1,2023,
视觉小白队,<https://github.com/0clock/smartcar2022>,安徽科技学院,智能视觉组,省2,2022,
AuTop,<https://github.com/SJTU-AuTop/RT1064-Code>,上海交通大学,智能视觉组,省3,2021,

demo

Related Issues

Changes Made

table.csv

Additional context

Checklist

Copilot Descriptions

copilot:all

netlify[bot] commented 1 year ago

Deploy Preview for awesome-intelligentcarrace ready!

Name Link
Latest commit 1bc621b8075b5fe30e83c952fedf399f6eb063c3
Latest deploy log https://app.netlify.com/sites/awesome-intelligentcarrace/deploys/65169c462e2892000803d12c
Deploy Preview https://deploy-preview-11--awesome-intelligentcarrace.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance:
Accessibility:
Best Practices:
SEO:
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

ittuann commented 1 year ago

感谢提交 Feature!

这个建议很棒!并且我之前已经启用了 attr_list 扩展,支持为链接添加 _blank 属性,从而在新窗口或标签页中打开链接。

进取号E,"<https://github.com/ittuann/Enterprise_E>{:target=""_blank""}",东北林业大学,全向行进组,国1,2021,

然而,如此在CSV中修饰URL,可能会影响到CSV文件的直接阅读体验,尤其当用户下载后希望直接打开查看。此外这样的格式可能会给那些希望贡献内容的新人带来一些困惑。

所以我准备保持原CSV格式不变,并使用一个脚本来自动完成URL修饰的操作。因此这个PR也不会被合并。但请理解,这并不是因为您的贡献不重要,而是基于整体项目的考虑。

感谢您的贡献和理解~