diff --git a/.opencode.json b/.opencode.json
new file mode 100644
index 0000000..c91e9ef
--- /dev/null
+++ b/.opencode.json
@@ -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
+}
diff --git a/.opencode/opencode.db b/.opencode/opencode.db
new file mode 100644
index 0000000..4e86411
Binary files /dev/null and b/.opencode/opencode.db differ
diff --git a/.opencode/opencode.db-shm b/.opencode/opencode.db-shm
new file mode 100644
index 0000000..c0eeb59
Binary files /dev/null and b/.opencode/opencode.db-shm differ
diff --git a/.opencode/opencode.db-wal b/.opencode/opencode.db-wal
new file mode 100644
index 0000000..f6f4a93
Binary files /dev/null and b/.opencode/opencode.db-wal differ
diff --git a/src/components/salespoint.tsx b/src/components/salespoint.tsx
index 11e7f95..6665d33 100644
--- a/src/components/salespoint.tsx
+++ b/src/components/salespoint.tsx
@@ -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'}
>
- {/* */}
+
- {/* */}
+
))}