闫增涛
2024-02-29 0d1323fb39db5e8d3b124e61303bde1b1352b887
1
2
3
4
5
6
7
8
9
10
11
12
Component({
  properties: {
    content: {
      type: String,
      value: '',
    },
    authorIntroduction: {
      type: String,
      value: '',
    },
  },
});