You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
1.3 KiB

<h2>开发体验优先级</h2>
<p class="subtitle">框架还在演化中,目标是让自己用着舒服。哪些方面对你来说最重要?</p>
<div class="options" data-multiselect>
<div class="option" data-choice="typesafety" onclick="toggleSelect(this)">
<div class="letter">A</div>
<div class="content">
<h4>类型安全 / TypeScript</h4>
<p>严格的类型定义,良好的自动补全,少踩坑</p>
</div>
</div>
<div class="option" data-choice="simplicity" onclick="toggleSelect(this)">
<div class="letter">B</div>
<div class="content">
<h4>简洁易用</h4>
<p>少写样板代码,API 直观,快速开始</p>
</div>
</div>
<div class="option" data-choice="extensible" onclick="toggleSelect(this)">
<div class="letter">C</div>
<div class="content">
<h4>可扩展性</h4>
<p>模块化设计,容易添加新功能和工具</p>
</div>
</div>
<div class="option" data-choice="performance" onclick="toggleSelect(this)">
<div class="letter">D</div>
<div class="content">
<h4>性能优化</h4>
<p>自动内存管理,资源释放,避免泄漏</p>
</div>
</div>
</div>
<p class="subtitle">可以多选,点击已选项取消选择。选完告诉我就行。</p>