@@ -30,6 +30,8 @@ import { getMyHashTagCreations } from "./hash_tag_creation/mine";
3030import { getHashTagDetail } from "./hash_tag/detail" ;
3131import { getManagedHashTags } from "./hash_tag/managed/list" ;
3232import { getHashTagFavoriteDetail } from "./hash_tag_favorite/detail" ;
33+ import { getCloudProjectDetail } from "./study-cloud-database/cloud_project/detail" ;
34+ import { saveCloudProject } from "./study-cloud-database/cloud_project/save" ;
3335import { getDonatedRecordRanking } from "./creation_donated_record/ranking_list" ;
3436import { getCreationFavoriteDetail } from "./creation_favorite/detail" ;
3537import { getCreationRecommendPositionList } from "./creation_recommend_position/list" ;
@@ -109,6 +111,8 @@ import { resetCommentWeight } from "./study-community/comment/reset_weight";
109111import { deleteComment } from "./study-community/comment/delete" ;
110112import { createComment } from "./comment/create" ;
111113import { likeComment } from "./comment/like_record/create" ;
114+ import { unlikeComment } from "./comment/like_record/delete" ;
115+ import { createReportLog } from "./report_log/create" ;
112116import { getStudentFollowingPage } from "./student/following/page" ;
113117import { donateTrade } from "./study-trade/trade/donate" ;
114118import { getUserProductsPage } from "./user_package/user_product" ;
@@ -150,6 +154,7 @@ export const communityWeb = {
150154 fetchObserverInviteToken,
151155 createCloudVariable,
152156 createComment,
157+ createReportLog,
153158 createShortUrl,
154159 createSmsCaptchaBySession,
155160 createSplitRule,
@@ -175,6 +180,7 @@ export const communityWeb = {
175180 getCreationDashboardMetricsDistribution,
176181 getCreationDashboardOverview,
177182 getCreationFavoriteDetail,
183+ getCloudProjectDetail,
178184 getCreationIntroduction,
179185 getConnectCommunityCreationLikeStatus,
180186 getCreationRecommendPositionList,
@@ -255,6 +261,7 @@ export const communityWeb = {
255261 insertCheckInRecord,
256262 investSmartContract,
257263 likeComment,
264+ unlikeComment,
258265 produceTeamMemberTicket,
259266 resetCommentWeight,
260267 resolveExternalIp,
@@ -264,6 +271,7 @@ export const communityWeb = {
264271 searchPosts,
265272 searchStudents,
266273 searchAll,
274+ saveCloudProject,
267275 sendEvent,
268276 setUserProductStatus,
269277 shareCreation,
0 commit comments