popcore app应用
Go to file
imeepos 8f00d4644a feat: implement pull-to-refresh and load more functionality in "My" page, add WebP image support 2026-01-27 17:08:11 +08:00
.claude fix: add agent and skill 2026-01-21 11:15:08 +08:00
app feat: implement pull-to-refresh and load more functionality in "My" page, add WebP image support 2026-01-27 17:08:11 +08:00
assets Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
components feat: enhance TabLayout and HomeScreen with safe area insets and optimized refresh handling 2026-01-26 18:36:18 +08:00
constants Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
hooks feat: optimize home screen data loading with pagination and refresh functionality 2026-01-26 17:33:21 +08:00
lib feat: add image picker utility and integrate image upload in DynamicForm component 2026-01-26 13:04:14 +08:00
locales feat: 实现 API 接口对接功能 (删除作品、作品搜索、修改密码) 2026-01-23 19:15:24 +08:00
scripts Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
stores feat: implement user balance management with hooks and store 2026-01-26 12:57:21 +08:00
tests feat: implement user balance management with hooks and store 2026-01-26 12:57:21 +08:00
.easignore Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
.env fix: bug 2026-01-16 15:16:49 +08:00
.gitignore feat: implement pull-to-refresh and load more functionality in "My" page, add WebP image support 2026-01-27 17:08:11 +08:00
.npmrc fix: 添加 repo/sdk 依赖 2026-01-13 15:00:00 +08:00
.prettierignore Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
.prettierrc Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
CLAUDE.md fix: change type parameter from array to single value for API compatibility 2026-01-21 15:15:47 +08:00
app.config.js feat: update runtimeVersion to use APP_VERSION for better version management 2026-01-27 12:04:27 +08:00
app.json Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
babel.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
bun.lock fix: update @repo/sdk to version 1.0.14 and adjust build scripts for production 2026-01-26 16:40:32 +08:00
components.json Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
eas.json feat: update TAB_BAR_HEIGHT to improve tab layout and add channel definitions in eas.json 2026-01-27 15:00:06 +08:00
eslint.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
eslint.config.mjs Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
global.css Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
jest.config.js feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
jest.d.ts feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
jest.setup.js feat: add TemplateGrid and TitleBar components with tests 2026-01-26 12:43:20 +08:00
metro.config.js feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
nativewind-env.d.ts Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
package.json feat: implement app update checks and add app configuration file 2026-01-27 11:52:59 +08:00
tailwind.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
tsconfig.json feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00