2025-09-24 21:28:48 +08:00

5 lines
84 B
TypeScript

export const useAppData = () => {
return {
appName: '优品尚',
}
}