JimmFly
9030ca511e
refactor(core): refactor tag to use di (#6079)
use case
```
const tagService = useService(TagService);
const tags = useLiveData(tagService.tags);
const currentTagLiveData = tagService.tagByTagId(tagId);
const currentTag = useLiveData(currentTagLiveData);
```
2024-03-19 08:39:15 +00:00
..
2023-10-18 15:30:08 +00:00
2023-10-18 15:30:08 +00:00
2023-10-18 15:30:08 +00:00
2024-03-13 17:04:21 +08:00
2024-03-19 08:39:15 +00:00
2024-03-19 07:48:56 +00:00
2023-10-18 15:30:08 +00:00
2023-10-18 15:30:08 +00:00
2023-11-29 15:19:00 +08:00
2024-01-16 08:26:11 +00:00