Commit fda5a9b
fix: update search filter logic and visibility
1. Changed Desktop ID search visibility from private to public in model
configuration
2. Refactored search filter logic to simplify conditional check for
package name search
3. The Desktop ID search feature is now properly exposed as a public API
4. Improved code structure by removing unnecessary nested condition for
package search
fix: 更新搜索过滤逻辑和可见性
1. 将模型配置中的Desktop ID搜索可见性从私有改为公开
2. 重构了搜索过滤逻辑,简化了包名搜索的条件检查
3. Desktop ID搜索功能现在作为公共API正确暴露
4. 通过移除包搜索中不必要的嵌套条件改善了代码结构1 parent 8ba54e2 commit fda5a9b
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
275 | 274 | | |
276 | 275 | | |
277 | 276 | | |
| |||
0 commit comments