feat(frontend): add AboutUs url

This commit is contained in:
GeneLiuXe 2024-01-11 16:42:40 +08:00
parent 511ed1be3d
commit b9ccfee300
2 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,6 @@ export default {
HeteroSearchGuide: `${BASE_URL}user-guide/learnware-search.html#heterogeneous-table-search`,
UserAgreement: `${BASE_URL}user-agreement.html`,
PrivacyPolicy: `${BASE_URL}privacy-policy.html`,
AboutUs: `${BASE_URL}about-us.html`,
},
};

View File

@ -8,5 +8,6 @@ export default {
HeteroSearchGuide: `${BASE_URL}user-guide/learnware-search.html#%E5%BC%82%E6%9E%84%E8%A1%A8%E6%A0%BC%E6%9F%A5%E6%90%9C`,
UserAgreement: `${BASE_URL}user-agreement.html`,
PrivacyPolicy: `${BASE_URL}privacy-policy.html`,
AboutUs: `${BASE_URL}about-us.html`,
},
};