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
..
2024-03-12 10:00:09 +00:00
2024-02-29 14:33:50 +08:00
2024-03-18 06:52:40 +00:00
2024-03-19 08:39:15 +00:00
2024-03-19 07:48:56 +00:00
2024-03-13 17:04:21 +08:00
2024-03-19 08:39:15 +00:00
2024-03-19 08:39:15 +00:00
2024-03-12 10:00:09 +00:00
2024-03-13 17:04:21 +08:00
2023-12-19 08:48:54 +00:00
2023-12-01 07:25:08 +00:00
2024-03-18 06:41:48 +00:00
2024-03-19 07:48:56 +00:00
2024-02-27 04:14:07 +00:00
2024-02-29 14:33:50 +08:00
2024-03-19 07:48:56 +00:00