From b425af773214dd2c764e328209d9c5435050b108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=96=AF=E5=AD=90?= <593446899@qq.com> Date: Wed, 30 Dec 2020 19:03:58 +0800 Subject: [PATCH] Update db_init.json --- cloudfunctions-aliyun/db_init.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudfunctions-aliyun/db_init.json b/cloudfunctions-aliyun/db_init.json index 8437918..497e06a 100644 --- a/cloudfunctions-aliyun/db_init.json +++ b/cloudfunctions-aliyun/db_init.json @@ -88,8 +88,8 @@ } ] }, - "tab": { // 集合(表名) - "data": [ // 数据 + "tab": { + "data": [ { "icon": "/static/all.png", "text": "全部", @@ -121,4 +121,4 @@ } } } -} \ No newline at end of file +}