added link

This commit is contained in:
2025-07-16 12:57:39 +08:00
parent 16e8bedc2d
commit bccf1027dc
5 changed files with 65 additions and 4 deletions

61
.opencode.json Normal file
View File

@@ -0,0 +1,61 @@
{
"data": {
"directory": ".opencode"
},
"providers": {
"openai": {
"apiKey": "your-api-key",
"disabled": false
},
"anthropic": {
"apiKey": "your-api-key",
"disabled": false
},
"copilot": {
"disabled": false
},
"groq": {
"apiKey": "your-api-key",
"disabled": false
},
"openrouter": {
"apiKey": "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",
"disabled": true
}
},
"agents": {
"coder": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 50000000000
},
"task": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 5000000000
},
"title": {
"model": "deepseek/deepseek-r1-0528:free",
"maxTokens": 80000000000
}
},
"shell": {
"path": "/bin/bash",
"args": ["-l"]
},
"mcpServers": {
"example": {
"type": "stdio",
"command": "path/to/mcp-server",
"env": [],
"args": []
}
},
"lsp": {
"go": {
"disabled": false,
"command": "gopls"
}
},
"debug": false,
"debugLSP": false,
"autoCompact": true
}

BIN
.opencode/opencode.db Normal file

Binary file not shown.

BIN
.opencode/opencode.db-shm Normal file

Binary file not shown.

BIN
.opencode/opencode.db-wal Normal file

Binary file not shown.

View File

@@ -7,7 +7,7 @@ function Salespoint() {
const shopImages = [
{
image: '/images/pp.webp',
link: 'https://www.pns.hk/zh-hk/all-brands/b/112546/%E7%8D%85%E7%90%83%E5%98%9C',
link: 'https://www.pns.hk/en/all-brands/b/112546/lion-globe',
},
{
image: '/images/we.webp',
@@ -15,7 +15,7 @@ function Salespoint() {
},
{
image: '/images/hk.webp',
link: 'https://www.hktvmall.com/hktv/zh/search_a?keyword=%E7%8D%85%E7%90%83%E5%98%9C',
link: 'https://www.hktvmall.com/hktv/zh/main/%E7%8D%85%E7%90%83%E5%98%9C%E6%97%97%E8%89%A6%E5%BA%97/s/H1261001',
},
]
@@ -104,10 +104,10 @@ function Salespoint() {
w='250px'
justify={'flex-end'}
>
{/* <Link href={image.link}> */}
<Link href={image.link}>
<Image src={image.image} cursor="pointer" fit={'contain'}
loading="lazy" />
{/* </Link> */}
</Link>
</Stack>
</motion.div>
))}