待看url可修改,增加快捷键

This commit is contained in:
2025-09-08 11:47:31 +08:00
parent 5a134e39cd
commit ed921f7c66
5 changed files with 12 additions and 7 deletions
+1
View File
@@ -19,6 +19,7 @@ export interface AddWatchlistItemParams {
// 更新项目的参数接口
export interface UpdateWatchlistItemParams {
title?: string;
url?: string;
}
class WatchlistService {