调整点位搜索初始空间点位来源
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-05 23:55:20 +08:00
parent a71994d490
commit b99ae572da
5 changed files with 218 additions and 21 deletions

View File

@@ -139,6 +139,10 @@ export class GuideUseCase {
return this.guide.searchPois(keyword)
}
getInitialSearchSpacePoints() {
return this.guide.listSpacePoints()
}
getPoiById(id: string) {
return this.guide.getPoiById(id)
}