修复tag列表无法正确加载的问题

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-06-29 22:26:19 +08:00
parent 829b5495b2
commit ebede13b2c
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -846,7 +846,7 @@ export function registerSubmitterHandlers(
ipcMain.handle("get-category-list", async () => {
try {
const apiUrl = "https://upload.deepinos.org.cn/api/index/getTypeList";
const apiUrl = "https://upload.deepinos.org.cn/api/index/get_type_list";
logger.info(
"[Submitter] ============== GET CATEGORY LIST START ==============",
);
@@ -913,7 +913,7 @@ export function registerSubmitterHandlers(
ipcMain.handle("get-tags-list", async () => {
try {
const apiUrl = "https://upload.deepinos.org.cn/api/index/getTagsList";
const apiUrl = "https://upload.deepinos.org.cn/api/index/get_tags_list";
logger.info(
"[Submitter] ============== GET TAGS LIST START ==============",
);