test 优化

This commit is contained in:
2026-03-24 16:47:37 +08:00
parent f0e21a2715
commit 9c220f1322
16 changed files with 669 additions and 603 deletions
+6
View File
@@ -0,0 +1,6 @@
declare module '*.svg' {
import React from 'react';
import { SvgProps } from 'react-native-svg';
const content: React.FC<SvgProps>;
export default content;
}