分类 "随手发现" 下的文章
curl --location --request POST 'https://openai.xxx.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-xxxxx' \
--data-raw '{
"model": "glm-4-air",
"messages": [
{
"role": "user",
"content": "月亮有多高!"
}
]
}'
https://github.com/modood/Administrative-divisions-of-China/
镜像
https://gitee.com/mbaisha/Administrative-divisions-of-China
另外一种格式
https://github.com/youzan/vant/blob/main/packages/vant/src/area/README.zh-CN.md
数据
https://github.com/youzan/vant/tree/main/packages/vant-area-data/src
镜像
https://gitee.com/mbaisha/vant
传送门:
https://gitee.com/mbaisha/vant/tree/main/packages/vant-area-data
第一个是组件
第二个是直接在页面
第三个是发光按钮