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