yiming
2024-03-20 98c6c98f673e9a715b9d398d098afd96afac6701
1
2
3
4
5
6
7
8
9
10
11
12
Component({
  properties: {
    content: {
      type: String,
      value: '',
    },
    authorIntroduction: {
      type: String,
      value: '',
    },
  },
});