ai功能静态

This commit is contained in:
sunli_tydic
2025-11-19 16:27:07 +08:00
parent 986a47f22a
commit 003fece291
8 changed files with 3326 additions and 2171 deletions

View File

@@ -28,5 +28,8 @@ const getters = {
studyTaskCount:state => state.user.studyTaskCount,
praisesUnicom:state =>state.pdf.praisesUnicom,
favoritesUnicom:state =>state.pdf.favoritesUnicom,
selectAllLang:state => state.video.selectAllLang,
selectableLang:state => state.video.selectableLang,
currentLang:state => state.video.currentLang,
}
export default getters