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