chore: sync local updates

This commit is contained in:
2026-05-16 19:03:09 +08:00
parent e2baf6c7bb
commit cc4e9fd6fb
40 changed files with 1019 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
method: get
url: "{{baseUrl}}/api/site/60s-source"
name: 60s 上游节点

View File

@@ -0,0 +1,3 @@
method: get
url: "{{baseUrl}}/api/site/60s-disabled"
name: 60s 隐藏功能列表

View File

@@ -0,0 +1,3 @@
method: get
url: "{{baseUrl}}/api/site/ai-model-disabled"
name: AI 应用隐藏列表

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,14 @@
method: post
url: "{{baseUrl}}/api/site/feature-card-clicks/increment"
name: 功能卡片点击 +1
parameters:
header:
- name: Content-Type
value: application/json
requestBody:
type: application/json
data: |-
{
"section": "60sapi",
"item_id": "example-item-id"
}

View File

@@ -0,0 +1,3 @@
method: get
url: "{{baseUrl}}/api/site/feature-card-clicks?section=60sapi"
name: 功能卡片点击统计