summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/maas/knowledge-base-management/create-knowledge-base/create-knowledge-base.component.html
AgeCommit message (Collapse)AuthorFilesLines
2025-02-14Added functions and fixed the issue that copies did not take effectkaixiliu1-6/+17
Issue-ID: USECASEUI-844 Change-Id: I88c5bb570cbfe4379375ba2cfad045402726b7fc Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2025-01-15Add functionalitykaixiliu1-1/+2
1. Added upload and delete files on the knowledge base details page. 2. The knowledge base editing page can only edit the description, not the name. 3. Add some editable items to the app editing page. Issue-ID: USECASEUI-844 Change-Id: I24b9c84021092fc866c029994b21c2e0f8d2a6be Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
2024-12-24Optimize the code and fix bugkaixiliu1-0/+70
1. Create a new descripition component code 2. Optimize the code to extract a MaaS feature module and a common module. 3. Optimize the service code and create a new maasService. 4.Click the Q&A Assistant menu, the front-end interface does not deliver an application ID. Issue-ID: USECASEUI-844 Change-Id: If57938f9c57b186691798eb0fb2cdd2fd64ed58a Signed-off-by: kaixiliu <liukaixi@chinamobile.com>