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.
|
|
|
|
|
# 任务列表
|
|
|
|
|
|
|
|
|
|
|
|
- [x] 1. 修改 CSS:将 `.symbol-grid` + `.symbol-card` 改为 `.symbol-table` 列表样式
|
|
|
|
|
|
- [x] 2. 修改 JavaScript:将 `renderConfig()` 中的卡片渲染改为表格渲染,合约代码使用 input 输入框
|
|
|
|
|
|
- [x] 3. 新增 `saveSymbolCode()` 函数,支持直接在列表中保存修改的合约代码
|