- Replace global AigcRecord store with task ID URL parameters instead of store state - Integrate real task detail API to replace static mock result data - Update ResultActions component with loading state, disabled styles, and native uni-app share support - Add full image save flow with album permission checking and error handling - Clean up unused files including the aigcRecord store and static result data - Adjust RecordList padding and paging component text for better UX
7 lines
266 B
JavaScript
7 lines
266 B
JavaScript
import { useAppStore } from "./app";
|
|
import { useSelectedDateStore } from "./selectedDate";
|
|
import { usePictureStore } from "./picture";
|
|
import { useLocationStore } from "./location";
|
|
|
|
export { useAppStore, useSelectedDateStore, usePictureStore, useLocationStore };
|