activities.json
51.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
{
"activities": [
{
"id": "A0001",
"title": "从《了不起的盖茨比》看世界变迁",
"organizer_id": "O0006",
"organizer_name": "百草园读书会",
"description": "与志同道合的读者一起,深入解析《了不起的盖茨比》。\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n活动全程录制,无法准时参加的书友可在后续获取回放。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0001/1600/900",
"start_time": "2025-04-02 06:13:57",
"end_time": "2025-04-02 07:13:57",
"registration_start": "2025-03-25 05:13:57",
"registration_end": "2025-04-02 05:13:57",
"max_participants": 36,
"participant_count": 30,
"activity_type": "online",
"location": null,
"online_link": "飞书线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"音乐"
],
"view_count": 515,
"volunteer_positions": [
"摄影记录",
"签到助手"
],
"created_at": "2025-03-23 05:13:57",
"updated_at": "2025-03-25 21:13:57",
"state": "past"
},
{
"id": "A0002",
"title": "与作者对话:《了不起的盖茨比》背后的故事",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "想要探索《了不起的盖茨比》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0002/1600/900",
"start_time": "2025-03-24 06:13:57",
"end_time": "2025-03-24 07:13:57",
"registration_start": "2025-03-12 01:13:57",
"registration_end": "2025-03-24 01:13:57",
"max_participants": 56,
"participant_count": 50,
"activity_type": "offline",
"location": {
"name": "深蓝咖啡馆",
"address": "深圳市南山区科技园南区科苑路15号",
"city": "深圳"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"艺术",
"政治"
],
"view_count": 380,
"volunteer_positions": [
"设备维护",
"资料分发",
"场地布置",
"讨论主持"
],
"created_at": "2025-03-11 01:13:57",
"updated_at": "2025-03-12 22:13:57",
"state": "past"
},
{
"id": "A0003",
"title": "《瓦尔登湖》读书分享会",
"organizer_id": "O0010",
"organizer_name": "青禾读书会",
"description": "本次读书会将围绕《瓦尔登湖》展开深入讨论。\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n活动全程录制,无法准时参加的书友可在后续获取回放。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "/assets/images/activity_3_online.jpg",
"start_time": "2025-04-18 07:13:57",
"end_time": "2025-04-18 10:13:57",
"registration_start": "2025-03-25 09:13:57",
"registration_end": "2025-04-17 09:13:57",
"max_participants": 33,
"participant_count": 6,
"activity_type": "online",
"location": null,
"online_link": "腾讯会议线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"亲子阅读",
"政治"
],
"view_count": 97,
"volunteer_positions": [
"活动总结",
"设备维护",
"场地布置",
"直播助理"
],
"created_at": "2025-03-24 09:13:57",
"updated_at": "2025-03-26 02:13:57",
"state": "upcoming"
},
{
"id": "A0004",
"title": "从《围城》看世界变迁",
"organizer_id": "O0009",
"organizer_name": "四季阅读空间",
"description": "想要探索《围城》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0004/1600/900",
"start_time": "2025-06-22 07:13:57",
"end_time": "2025-06-22 08:13:57",
"registration_start": "2025-06-12 03:13:57",
"registration_end": "2025-06-22 03:13:57",
"max_participants": 60,
"participant_count": 5,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"推理"
],
"view_count": 68,
"volunteer_positions": [
"设备维护",
"场地布置",
"讨论主持"
],
"created_at": "2025-06-09 03:13:57",
"updated_at": "2025-06-12 18:13:57",
"state": "upcoming"
},
{
"id": "A0005",
"title": "青年读书会:共读《月亮与六便士》",
"organizer_id": "O0009",
"organizer_name": "四季阅读空间",
"description": "与志同道合的读者一起,深入解析《月亮与六便士》。\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n活动结束后有半小时自由交流时间,欢迎书友们互相认识。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0005/1600/900",
"start_time": "2025-03-31 06:13:57",
"end_time": "2025-03-31 07:13:57",
"registration_start": "2025-03-21 23:13:57",
"registration_end": "2025-03-30 23:13:57",
"max_participants": 67,
"participant_count": 62,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": false,
"tags": [
"健康生活",
"经济"
],
"view_count": 963,
"volunteer_positions": [
"设备维护"
],
"created_at": "2025-03-18 23:13:57",
"updated_at": "2025-03-22 03:13:57",
"state": "past"
},
{
"id": "A0006",
"title": "《三体》的艺术赏析",
"organizer_id": "O0008",
"organizer_name": "墨香文化传媒",
"description": "想要探索《三体》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n线上活动无地域限制,请提前调试好设备,确保网络流畅。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0006/1600/900",
"start_time": "2025-05-18 07:13:57",
"end_time": "2025-05-18 10:13:57",
"registration_start": "2025-05-01 15:13:57",
"registration_end": "2025-05-17 15:13:57",
"max_participants": 61,
"participant_count": 9,
"activity_type": "online",
"location": null,
"online_link": "微信视频线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"文学"
],
"view_count": 77,
"volunteer_positions": [
"秩序维持",
"场地布置",
"直播助理",
"活动总结",
"资料分发"
],
"created_at": "2025-04-28 15:13:57",
"updated_at": "2025-05-02 09:13:57",
"state": "upcoming"
},
{
"id": "A0007",
"title": "深度解读《活着》",
"organizer_id": "O0006",
"organizer_name": "百草园读书会",
"description": "与志同道合的读者一起,深入解析《活着》。\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0007/1600/900",
"start_time": "2025-04-03 05:13:57",
"end_time": "2025-04-03 07:13:57",
"registration_start": "2025-03-28 17:13:57",
"registration_end": "2025-04-02 17:13:57",
"max_participants": 30,
"participant_count": 28,
"activity_type": "offline",
"location": {
"name": "熊猫书房",
"address": "成都市锦江区红星路三段99号",
"city": "成都"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"科技",
"经济"
],
"view_count": 895,
"volunteer_positions": [
"秩序维持"
],
"created_at": "2025-03-25 17:13:57",
"updated_at": "2025-03-29 01:13:57",
"state": "past"
},
{
"id": "A0008",
"title": "《月亮与六便士》的哲学思考",
"organizer_id": "O0001",
"organizer_name": "光合作用文化空间",
"description": "本次读书会将围绕《月亮与六便士》展开深入讨论。\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0008/1600/900",
"start_time": "2025-04-16 05:30:57",
"end_time": "2025-04-16 07:30:57",
"registration_start": "2025-04-11 05:30:57",
"registration_end": "2025-04-16 05:30:57",
"max_participants": 38,
"participant_count": 18,
"activity_type": "offline",
"location": {
"name": "紫金读书会",
"address": "南京市鼓楼区中山路99号",
"city": "南京"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"心灵成长"
],
"view_count": 207,
"volunteer_positions": [
"直播助理"
],
"created_at": "2025-04-10 05:30:57",
"updated_at": "2025-04-12 00:30:57",
"state": "ongoing"
},
{
"id": "A0009",
"title": "深度解读《瓦尔登湖》",
"organizer_id": "O0001",
"organizer_name": "光合作用文化空间",
"description": "与志同道合的读者一起,深入解析《瓦尔登湖》。\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0009/1600/900",
"start_time": "2025-05-30 07:13:57",
"end_time": "2025-05-30 10:13:57",
"registration_start": "2025-05-12 17:13:57",
"registration_end": "2025-05-29 17:13:57",
"max_participants": 52,
"participant_count": 14,
"activity_type": "offline",
"location": {
"name": "紫金读书会",
"address": "南京市鼓楼区中山路99号",
"city": "南京"
},
"online_link": null,
"is_published": true,
"is_public": false,
"tags": [
"哲学"
],
"view_count": 69,
"volunteer_positions": [
"直播助理",
"场地布置",
"资料分发",
"秩序维持",
"签到助手"
],
"created_at": "2025-05-07 17:13:57",
"updated_at": "2025-05-13 07:13:57",
"state": "upcoming"
},
{
"id": "A0010",
"title": "从《月亮与六便士》看世界变迁",
"organizer_id": "O0002",
"organizer_name": "四季阅读空间",
"description": "与志同道合的读者一起,深入解析《月亮与六便士》。\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0010/1600/900",
"start_time": "2025-04-30 07:13:57",
"end_time": "2025-04-30 10:13:57",
"registration_start": "2025-04-16 13:13:57",
"registration_end": "2025-04-29 13:13:57",
"max_participants": 76,
"participant_count": 7,
"activity_type": "offline",
"location": {
"name": "城市中心图书馆",
"address": "北京市海淀区中关村南大街5号",
"city": "北京"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"古典文学",
"政治"
],
"view_count": 59,
"volunteer_positions": [
"签到助手",
"茶点准备",
"设备维护",
"资料分发"
],
"created_at": "2025-04-14 13:13:57",
"updated_at": "2025-04-17 06:13:57",
"state": "upcoming"
},
{
"id": "A0011",
"title": "《人类简史》的艺术赏析",
"organizer_id": "O0009",
"organizer_name": "四季阅读空间",
"description": "想要探索《人类简史》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "/assets/images/t2Sai-AqIpI_activity11.jpg",
"start_time": "2025-04-17 07:13:57",
"end_time": "2025-04-17 08:13:57",
"registration_start": "2025-03-22 19:13:57",
"registration_end": "2025-04-16 19:13:57",
"max_participants": 47,
"participant_count": 12,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"政治",
"健康",
"传记"
],
"view_count": 61,
"volunteer_positions": [],
"created_at": "2025-03-21 19:13:57",
"updated_at": "2025-03-23 05:13:57",
"state": "upcoming"
},
{
"id": "A0012",
"title": "与作者对话:《小王子》背后的故事",
"organizer_id": "O0001",
"organizer_name": "光合作用文化空间",
"description": "本次读书会将围绕《小王子》展开深入讨论。\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n活动全程录制,无法准时参加的书友可在后续获取回放。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0012/1600/900",
"start_time": "2025-04-04 05:13:57",
"end_time": "2025-04-04 07:13:57",
"registration_start": "2025-03-27 21:13:57",
"registration_end": "2025-04-03 21:13:57",
"max_participants": 93,
"participant_count": 92,
"activity_type": "online",
"location": null,
"online_link": "飞书线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"环保",
"哲学"
],
"view_count": 342,
"volunteer_positions": [
"秩序维持",
"茶点准备",
"签到助手",
"摄影记录",
"资料分发"
],
"created_at": "2025-03-23 21:13:57",
"updated_at": "2025-03-28 17:13:57",
"state": "past"
},
{
"id": "A0013",
"title": "与作者对话:《红楼梦》背后的故事",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "本次读书会将围绕《红楼梦》展开深入讨论。\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0013/1600/900",
"start_time": "2025-04-16 06:02:57",
"end_time": "2025-04-16 08:02:57",
"registration_start": "2025-04-10 06:02:57",
"registration_end": "2025-04-16 06:02:57",
"max_participants": 89,
"participant_count": 55,
"activity_type": "offline",
"location": {
"name": "深蓝咖啡馆",
"address": "深圳市南山区科技园南区科苑路15号",
"city": "深圳"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"管理",
"哲学"
],
"view_count": 248,
"volunteer_positions": [],
"created_at": "2025-04-06 06:02:57",
"updated_at": "2025-04-10 15:02:57",
"state": "ongoing"
},
{
"id": "A0014",
"title": "与作者对话:《白夜行》背后的故事",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "本次读书会将围绕《白夜行》展开深入讨论。\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n参与者将通过视频会议软件连接,链接将在活动开始前发送。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0014/1600/900",
"start_time": "2025-05-23 07:13:57",
"end_time": "2025-05-23 08:13:57",
"registration_start": "2025-05-09 20:13:57",
"registration_end": "2025-05-22 20:13:57",
"max_participants": 28,
"participant_count": 5,
"activity_type": "online",
"location": null,
"online_link": "微信视频线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"哲学",
"外国文学"
],
"view_count": 53,
"volunteer_positions": [
"设备维护",
"秩序维持"
],
"created_at": "2025-05-07 20:13:57",
"updated_at": "2025-05-09 21:13:57",
"state": "upcoming"
},
{
"id": "A0015",
"title": "《思考,快与慢》的哲学思考",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "本次读书会将围绕《思考,快与慢》展开深入讨论。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n参与者将通过视频会议软件连接,链接将在活动开始前发送。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0015/1600/900",
"start_time": "2025-04-16 06:02:57",
"end_time": "2025-04-16 09:02:57",
"registration_start": "2025-04-12 06:02:57",
"registration_end": "2025-04-16 06:02:57",
"max_participants": 21,
"participant_count": 12,
"activity_type": "online",
"location": null,
"online_link": "腾讯会议线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"心理学",
"环保"
],
"view_count": 103,
"volunteer_positions": [],
"created_at": "2025-04-07 06:02:57",
"updated_at": "2025-04-12 13:02:57",
"state": "ongoing"
},
{
"id": "A0016",
"title": "《自控力》的艺术赏析",
"organizer_id": "O0002",
"organizer_name": "四季阅读空间",
"description": "本次读书会将围绕《自控力》展开深入讨论。\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0016/1600/900",
"start_time": "2025-07-01 07:13:57",
"end_time": "2025-07-01 08:13:57",
"registration_start": "2025-06-15 13:13:57",
"registration_end": "2025-06-30 13:13:57",
"max_participants": 48,
"participant_count": 2,
"activity_type": "offline",
"location": {
"name": "城市中心图书馆",
"address": "北京市海淀区中关村南大街5号",
"city": "北京"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"历史文化"
],
"view_count": 90,
"volunteer_positions": [
"茶点准备",
"场地布置",
"活动总结",
"设备维护",
"签到助手"
],
"created_at": "2025-06-11 13:13:57",
"updated_at": "2025-06-16 10:13:57",
"state": "upcoming"
},
{
"id": "A0017",
"title": "经典重温:《解忧杂货店》",
"organizer_id": "O0006",
"organizer_name": "百草园读书会",
"description": "诚挚邀请书友们参加《解忧杂货店》读书分享会。\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n线上活动无地域限制,请提前调试好设备,确保网络流畅。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0017/1600/900",
"start_time": "2025-06-15 07:13:57",
"end_time": "2025-06-15 10:13:57",
"registration_start": "2025-05-27 02:13:57",
"registration_end": "2025-06-15 02:13:57",
"max_participants": 75,
"participant_count": 9,
"activity_type": "online",
"location": null,
"online_link": "飞书线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"文学",
"科技",
"健康"
],
"view_count": 34,
"volunteer_positions": [],
"created_at": "2025-05-26 02:13:57",
"updated_at": "2025-05-27 15:13:57",
"state": "upcoming"
},
{
"id": "A0018",
"title": "从《未来简史》看世界变迁",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "与志同道合的读者一起,深入解析《未来简史》。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n线上活动无地域限制,请提前调试好设备,确保网络流畅。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0018/1600/900",
"start_time": "2025-06-14 07:13:57",
"end_time": "2025-06-14 09:13:57",
"registration_start": "2025-06-04 02:13:57",
"registration_end": "2025-06-14 02:13:57",
"max_participants": 72,
"participant_count": 12,
"activity_type": "online",
"location": null,
"online_link": "飞书线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"诗歌"
],
"view_count": 27,
"volunteer_positions": [],
"created_at": "2025-05-31 02:13:57",
"updated_at": "2025-06-04 07:13:57",
"state": "upcoming"
},
{
"id": "A0019",
"title": "与作者对话:《月亮与六便士》背后的故事",
"organizer_id": "O0004",
"organizer_name": "百草园读书会",
"description": "诚挚邀请书友们参加《月亮与六便士》读书分享会。\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n线上活动无地域限制,请提前调试好设备,确保网络流畅。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0019/1600/900",
"start_time": "2025-04-16 05:34:57",
"end_time": "2025-04-16 08:34:57",
"registration_start": "2025-04-11 05:34:57",
"registration_end": "2025-04-16 05:34:57",
"max_participants": 29,
"participant_count": 15,
"activity_type": "online",
"location": null,
"online_link": "钉钉线上会议,会议ID将提前发送",
"is_published": true,
"is_public": false,
"tags": [
"健康",
"科学普及"
],
"view_count": 74,
"volunteer_positions": [
"摄影记录",
"签到助手",
"设备维护"
],
"created_at": "2025-04-07 05:34:57",
"updated_at": "2025-04-11 13:34:57",
"state": "ongoing"
},
{
"id": "A0020",
"title": "《心理学与生活》的哲学思考",
"organizer_id": "O0001",
"organizer_name": "光合作用文化空间",
"description": "与志同道合的读者一起,深入解析《心理学与生活》。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n参与者将通过视频会议软件连接,链接将在活动开始前发送。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0020/1600/900",
"start_time": "2025-06-17 07:13:57",
"end_time": "2025-06-17 10:13:57",
"registration_start": "2025-06-01 10:13:57",
"registration_end": "2025-06-16 10:13:57",
"max_participants": 38,
"participant_count": 2,
"activity_type": "online",
"location": null,
"online_link": "钉钉线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"历史",
"文学",
"管理"
],
"view_count": 87,
"volunteer_positions": [
"摄影记录",
"资料分发"
],
"created_at": "2025-05-27 10:13:57",
"updated_at": "2025-06-02 04:13:57",
"state": "upcoming"
},
{
"id": "A0021",
"title": "深度解读《了不起的盖茨比》",
"organizer_id": "O0007",
"organizer_name": "百草园读书会",
"description": "诚挚邀请书友们参加《了不起的盖茨比》读书分享会。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n参与者将通过视频会议软件连接,链接将在活动开始前发送。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0021/1600/900",
"start_time": "2025-04-04 07:13:57",
"end_time": "2025-05-04 09:13:57",
"registration_start": "2025-04-16 21:13:57",
"registration_end": "2025-05-03 21:13:57",
"max_participants": 75,
"participant_count": 15,
"activity_type": "online",
"location": null,
"online_link": "Zoom线上会议,会议ID将提前发送",
"is_published": true,
"is_public": false,
"tags": [
"历史",
"心灵成长"
],
"view_count": 49,
"volunteer_positions": [],
"created_at": "2025-04-12 21:13:57",
"updated_at": "2025-04-17 08:13:57",
"state": "upcoming"
},
{
"id": "A0022",
"title": "青年读书会:共读《未来简史》",
"organizer_id": "O0005",
"organizer_name": "鹿鸣书店",
"description": "诚挚邀请书友们参加《未来简史》读书分享会。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0022/1600/900",
"start_time": "2025-04-16 06:31:57",
"end_time": "2025-04-16 07:31:57",
"registration_start": "2025-04-02 06:31:57",
"registration_end": "2025-04-16 06:31:57",
"max_participants": 78,
"participant_count": 46,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"管理"
],
"view_count": 74,
"volunteer_positions": [
"设备维护",
"直播助理",
"资料分发"
],
"created_at": "2025-04-01 06:31:57",
"updated_at": "2025-04-02 23:31:57",
"state": "ongoing"
},
{
"id": "A0023",
"title": "《万物简史》的哲学思考",
"organizer_id": "O0007",
"organizer_name": "百草园读书会",
"description": "诚挚邀请书友们参加《万物简史》读书分享会。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n参与者将通过视频会议软件连接,链接将在活动开始前发送。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0023/1600/900",
"start_time": "2025-03-27 05:13:57",
"end_time": "2025-03-27 07:13:57",
"registration_start": "2025-03-22 02:13:57",
"registration_end": "2025-03-27 02:13:57",
"max_participants": 47,
"participant_count": 38,
"activity_type": "online",
"location": null,
"online_link": "飞书线上会议,会议ID将提前发送",
"is_published": true,
"is_public": true,
"tags": [
"外国文学",
"历史",
"历史文化"
],
"view_count": 552,
"volunteer_positions": [
"设备维护",
"秩序维持",
"摄影记录",
"活动总结"
],
"created_at": "2025-03-19 02:13:57",
"updated_at": "2025-03-23 00:13:57",
"state": "past"
},
{
"id": "A0024",
"title": "跨界思考:《活着》与现代社会",
"organizer_id": "O0003",
"organizer_name": "知行合一读书社",
"description": "想要探索《活着》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0024/1600/900",
"start_time": "2025-05-21 07:13:57",
"end_time": "2025-05-21 09:13:57",
"registration_start": "2025-04-22 23:13:57",
"registration_end": "2025-05-20 23:13:57",
"max_participants": 77,
"participant_count": 11,
"activity_type": "offline",
"location": {
"name": "深蓝咖啡馆",
"address": "深圳市南山区科技园南区科苑路15号",
"city": "深圳"
},
"online_link": null,
"is_published": true,
"is_public": false,
"tags": [
"环保"
],
"view_count": 61,
"volunteer_positions": [
"茶点准备",
"秩序维持"
],
"created_at": "2025-04-20 23:13:57",
"updated_at": "2025-04-23 12:13:57",
"state": "upcoming"
},
{
"id": "A0025",
"title": "经典重温:《活着》",
"organizer_id": "O0009",
"organizer_name": "四季阅读空间",
"description": "与志同道合的读者一起,深入解析《活着》。\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n每一次阅读都是新的开始,每一次讨论都是思想的盛宴。",
"cover_image": "https://picsum.photos/seed/A0025/1600/900",
"start_time": "2025-05-08 07:13:57",
"end_time": "2025-05-08 09:13:57",
"registration_start": "2025-04-22 09:13:57",
"registration_end": "2025-05-07 09:13:57",
"max_participants": 83,
"participant_count": 11,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"经济"
],
"view_count": 30,
"volunteer_positions": [
"讨论主持",
"资料分发",
"摄影记录",
"秩序维持",
"场地布置"
],
"created_at": "2025-04-20 09:13:57",
"updated_at": "2025-04-23 06:13:57",
"state": "upcoming"
},
{
"id": "A0026",
"title": "《未来简史》的哲学思考",
"organizer_id": "O0007",
"organizer_name": "百草园读书会",
"description": "想要探索《未来简史》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n活动将邀请资深书评人进行导读,随后开展自由讨论与交流。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "/assets/images/XqXJJhK-c08.jpg",
"start_time": "2025-04-29 07:13:57",
"end_time": "2025-04-29 09:13:57",
"registration_start": "2025-04-03 10:13:57",
"registration_end": "2025-04-28 10:13:57",
"max_participants": 90,
"participant_count": 9,
"activity_type": "offline",
"location": {
"name": "紫金读书会",
"address": "南京市鼓楼区中山路99号",
"city": "南京"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"健康生活"
],
"view_count": 60,
"volunteer_positions": [],
"created_at": "2025-03-29 10:13:57",
"updated_at": "2025-04-03 22:13:57",
"state": "upcoming"
},
{
"id": "A0027",
"title": "跨界思考:《百年孤独》与现代社会",
"organizer_id": "O0005",
"organizer_name": "鹿鸣书店",
"description": "诚挚邀请书友们参加《百年孤独》读书分享会。\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n场地座位有限,请提前报名,准时到场。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0027/1600/900",
"start_time": "2025-04-16 05:21:57",
"end_time": "2025-04-16 08:21:57",
"registration_start": "2025-04-11 05:21:57",
"registration_end": "2025-04-16 05:21:57",
"max_participants": 23,
"participant_count": 15,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"社会科学",
"传记"
],
"view_count": 248,
"volunteer_positions": [],
"created_at": "2025-04-10 05:21:57",
"updated_at": "2025-04-11 06:21:57",
"state": "ongoing"
},
{
"id": "A0028",
"title": "跨界思考:《追风筝的人》与现代社会",
"organizer_id": "O0008",
"organizer_name": "墨香文化传媒",
"description": "想要探索《追风筝的人》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n除了对内容的讨论,我们还将探索作者创作背景与写作技巧。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n现场提供免费茶点,请携带纸质书籍或笔记参加。\n\n期待您的参与,共同度过一个充满思想碰撞的美好时光!",
"cover_image": "https://picsum.photos/seed/A0028/1600/900",
"start_time": "2025-05-27 07:13:57",
"end_time": "2025-05-27 10:13:57",
"registration_start": "2025-05-06 17:13:57",
"registration_end": "2025-05-26 17:13:57",
"max_participants": 86,
"participant_count": 15,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"健康",
"音乐"
],
"view_count": 98,
"volunteer_positions": [
"场地布置"
],
"created_at": "2025-05-04 17:13:57",
"updated_at": "2025-05-06 18:13:57",
"state": "upcoming"
},
{
"id": "A0029",
"title": "《了不起的盖茨比》的艺术赏析",
"organizer_id": "O0005",
"organizer_name": "鹿鸣书店",
"description": "想要探索《了不起的盖茨比》的深层含义?欢迎加入我们的读书会!\n\n【活动内容】\n通过分组讨论、角色扮演等互动形式,全方位解读这部作品。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n线上活动无地域限制,请提前调试好设备,确保网络流畅。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0029/1600/900",
"start_time": "2025-03-18 05:13:57",
"end_time": "2025-03-18 07:13:57",
"registration_start": "2025-03-06 01:13:57",
"registration_end": "2025-03-18 01:13:57",
"max_participants": 42,
"participant_count": 40,
"activity_type": "online",
"location": null,
"online_link": "Zoom线上会议,会议ID将提前发送",
"is_published": true,
"is_public": false,
"tags": [
"古典文学",
"哲学",
"健康"
],
"view_count": 772,
"volunteer_positions": [],
"created_at": "2025-03-05 01:13:57",
"updated_at": "2025-03-06 07:13:57",
"state": "past"
},
{
"id": "A0030",
"title": "从《活着》看世界变迁",
"organizer_id": "O0005",
"organizer_name": "鹿鸣书店",
"description": "本次读书会将围绕《活着》展开深入讨论。\n\n【活动内容】\n我们将共同探讨书中的核心思想,分享阅读感悟,碰撞思维火花。\n\n【活动安排】\n1. 开场与活动介绍(15分钟)2. 作品导读(30分钟)3. 分组讨论(45分钟)4. 交流分享(30分钟)5. 问答与总结(15分钟)\n\n【参与须知】\n活动结束后有半小时自由交流时间,欢迎书友们互相认识。\n\n让我们在书香中相遇,在思想的海洋里遨游。",
"cover_image": "https://picsum.photos/seed/A0020/1600/900",
"start_time": "2025-03-24 06:13:57",
"end_time": "2025-03-24 07:13:57",
"registration_start": "2025-03-13 02:13:57",
"registration_end": "2025-03-24 02:13:57",
"max_participants": 64,
"participant_count": 60,
"activity_type": "offline",
"location": {
"name": "大雁塔文化空间",
"address": "西安市雁塔区雁塔西路68号",
"city": "西安"
},
"online_link": null,
"is_published": true,
"is_public": true,
"tags": [
"教育"
],
"view_count": 881,
"volunteer_positions": [
"签到助手",
"茶点准备",
"场地布置",
"活动总结"
],
"created_at": "2025-03-11 02:13:57",
"updated_at": "2025-03-13 12:13:57",
"state": "past"
}
]
}