NGTools/uniCloud-aliyun/database/uni-stat-pages.schema.json
ldeyun 9dbfdc6c71 V1.0.0
微信小程序运行成功;
H5运行成功
2024-09-30 01:30:39 +08:00

1 line
701 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"bsonType":"object","description":"提供应用的页面字典","required":[],"permission":{"read":false,"create":false,"update":false,"delete":false},"properties":{"_id":{"description":"ID系统自动生成"},"appid":{"bsonType":"string","description":"统计应用ID对应opendb-app-list.appid","foreignKey":"opendb-app-list.appid"},"path":{"bsonType":"string","description":"页面路径,如`\/pages\/index\/index`"},"title":{"bsonType":"string","description":"页面标题"},"page_rules":{"bsonType":"array","description":"页面规则每个页面最多设置5个[['id','page'],['sid']]"},"create_time":{"bsonType":"timestamp","description":"创建时间"}},"version":"0.0.2"}