初始化

This commit is contained in:
2024-11-28 17:07:44 +08:00
parent 51f1443388
commit 1009f80c35
743 changed files with 86274 additions and 90 deletions

View File

@@ -0,0 +1,13 @@
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}