This commit is contained in:
Pengxiansen
2025-02-25 09:28:17 +08:00
parent 76a7070020
commit 8a460a52d7
12 changed files with 1685 additions and 300 deletions

View File

@@ -104,6 +104,17 @@
},
];
}
// 专业力
if (
n.indexOf("/growthaddpath") !== -1 ||n.indexOf("/GrowthAddPath") !== -1
) {
state.list = [
{
name: "专业力必修",
href: "/growthaddpath",
},
];
}
if (
n.indexOf("/pathmanage") !== -1 ||n.indexOf("/PathManage") !== -1
) {