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.
 
 

26 lines
968 B

<h2>重构范围</h2>
<p class="subtitle">你希望重构的范围是多大?</p>
<div class="options">
<div class="option" data-choice="cleanup" onclick="toggleSelect(this)">
<div class="letter">A</div>
<div class="content">
<h4>整理优化现有结构</h4>
<p>修复类型问题,整理目录结构,改进API设计,保持整体架构不变</p>
</div>
</div>
<div class="option" data-choice="moderate" onclick="toggleSelect(this)">
<div class="letter">B</div>
<div class="content">
<h4>中度重构 + 常用工具</h4>
<p>整理现有结构 + 添加常用的开发工具(tween、布局、事件系统等)</p>
</div>
</div>
<div class="option" data-choice="full" onclick="toggleSelect(this)">
<div class="letter">C</div>
<div class="content">
<h4>全面架构重构</h4>
<p>重新设计整体架构,建立更清晰的模块分层和依赖关系</p>
</div>
</div>
</div>