feat: 更新目标创建功能及相关组件
- 在 CreateGoalModal 中新增目标创建表单,支持设置标题、描述、重复周期、频率、提醒时间和结束日期 - 更新 GoalCard 组件,增加显示结束日期的功能 - 修改 goals.tsx 文件,调整 CreateGoalModal 的导入路径 - 更新 eslint 配置,增加对 node_modules 的忽略设置,优化代码检查
This commit is contained in:
@@ -5,6 +5,6 @@ const expoConfig = require('eslint-config-expo/flat');
|
||||
module.exports = defineConfig([
|
||||
expoConfig,
|
||||
{
|
||||
ignores: ['dist/*'],
|
||||
ignores: ['dist/*', 'node_modules/*'],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user