2025.12.30 群里的建议 #1

Closed
opened 2025-12-30 23:14:06 +08:00 by YukiNet · 0 comments
Owner
  1. geolocation 字段的修改:
    geolocation:
      longitude: number
      latitude: number
      subdivision: `${ALPHA}${ALPHA}` | `${ALPHA}${ALPHA}-${ALPHADIGIT}${ALPHADIGIT}`
    geofeed: url
    
  2. 非必要字段全部做成可选项,包括数组类型不存在则默认为空数组
  3. 增加 social 字段,暂定结构为 { platform: string, account: string }
1. geolocation 字段的修改: ``` geolocation: longitude: number latitude: number subdivision: `${ALPHA}${ALPHA}` | `${ALPHA}${ALPHA}-${ALPHADIGIT}${ALPHADIGIT}` geofeed: url ``` 2. 非必要字段全部做成可选项,包括数组类型不存在则默认为空数组 3. 增加 social 字段,暂定结构为 `{ platform: string, account: string }`
YukiNet referenced this issue from a commit 2025-12-31 12:08:29 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: YukiNet/draft-yukinet-cn86-registry#1
No description provided.