fix: 群发短信表改为opendb(template, task, result)

This commit is contained in:
chenruilong 2022-11-28 17:37:15 +08:00
parent fde80486b8
commit 6aa7c5f05b
6 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "@opendb/uni-batch-sms-task", "name": "@opendb/opendb-sms-log",
"version": "0.0.1", "version": "0.0.1",
"description": "uni-batch-sms-task", "description": "opendb-sms-log",
"keywords": ["群发短信任务"], "keywords": ["短信发送日志"],
"opendb": { "opendb": {
"title": "群发短信任务", "title": "短信发送日志",
"type": "collection", "type": "collection",
"contributors": [ "contributors": [
{ {

View File

@ -1,10 +1,10 @@
{ {
"name": "@opendb/uni-batch-sms-result", "name": "@opendb/opendb-sms-task",
"version": "0.0.1", "version": "0.0.1",
"description": "uni-batch-sms-result", "description": "opendb-sms-task",
"keywords": ["群发短信结果"], "keywords": ["短信任务"],
"opendb": { "opendb": {
"title": "群发短信结果", "title": "短信任务",
"type": "collection", "type": "collection",
"contributors": [ "contributors": [
{ {

View File

@ -1,10 +1,10 @@
{ {
"name": "@opendb/uni-batch-sms-template", "name": "@opendb/opendb-sms-template",
"version": "0.0.1", "version": "0.0.1",
"description": "uni-batch-sms-template", "description": "opendb-sms-template",
"keywords": ["群发短信模板"], "keywords": ["短信模板"],
"opendb": { "opendb": {
"title": "群发短信模板", "title": "短信模板",
"type": "collection", "type": "collection",
"contributors": [ "contributors": [
{ {