refactor(project): 全面清理项目代码并重命名项目

- 移除无用文件和空文件夹,清理 effects 和 scripts 目录
- 将项目从 ruixin-website-react 重命名为 novalon-website-react
- 修复所有测试用例,确保 731 个测试全部通过
- 优化组件导入路径和测试 mock 设置
- 更新项目配置文件和依赖管理

关联任务:项目清理与重构
This commit is contained in:
张翔
2026-04-27 12:56:22 +08:00
parent 8fa15cf60e
commit e83ecddfe5
56 changed files with 155 additions and 3287 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ describe('Constants', () => {
});
it('should have short name', () => {
expect(COMPANY_INFO.shortName).toBe('睿新致');
expect(COMPANY_INFO.shortName).toBe('睿新致');
});
it('should have slogan', () => {