Skip to content

Commit 1ca0c7e

Browse files
authored
Merge pull request #900 from blinkospace/refactor-ai-setting
Refactor ai setting
2 parents 571103d + f6ee475 commit 1ca0c7e

File tree

152 files changed

+7610
-3386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+7610
-3386
lines changed

.claude/settings.local.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@
2626
"Bash(gh repo view:*)",
2727
"Bash(gh api:*)",
2828
"Bash(rg:*)",
29-
"Bash(del \"E:\\code\\blinko\\app\\src-tauri\\src\\desktop\\autostart.rs\")"
29+
"Bash(del \"E:\\code\\blinko\\app\\src-tauri\\src\\desktop\\autostart.rs\")",
30+
"Bash(del \"E:\\code\\blinko\\app\\src\\pages\\test-ai-settings.tsx\")",
31+
"Bash(del \"E:\\code\\blinko\\app\\src\\components\\BlinkoSettings\\AiSetting\\ProviderModal.tsx\")",
32+
"WebFetch(domain:icons.lobehub.com)",
33+
"mcp__ide__getDiagnostics",
34+
"WebFetch(domain:raw.githubusercontent.com)",
35+
"Read(//e/code/mastra/packages/mcp/src/server/**)",
36+
"Bash(find:*)"
3037
],
3138
"deny": [],
3239
"ask": []

.github/workflows/build-publish-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Build and Push Release Docker Image
22

3+
run-name: >-
4+
${{
5+
github.event_name == 'workflow_dispatch' && format('Docker Released - v{0}', github.event.inputs.version) ||
6+
github.event_name == 'release' && format('Docker Released - {0}', github.event.release.tag_name) ||
7+
'Docker Released'
8+
}}
9+
310
on:
411
release:
512
types: [published]

app/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
1212
<meta name="apple-mobile-web-app-title" content="Blinko" />
1313

14-
<link rel="apple-touch-icon" sizes="120x120" href="/icon-192x192.png" />
15-
<link rel="apple-touch-icon" sizes="152x152" href="/icon-192x192.png" />
16-
<link rel="apple-touch-icon" sizes="167x167" href="/icon-512x512.png" />
17-
<link rel="apple-touch-icon" sizes="180x180" href="/icon-512x512.png" />
14+
<link rel="apple-touch-icon" sizes="120x120" href="/icons/Square142x142Logo.png" />
15+
<link rel="apple-touch-icon" sizes="152x152" href="/icons/Square150x150Logo.png" />
16+
<link rel="apple-touch-icon" sizes="167x167" href="/icons/Square284x284Logo.png" />
17+
<link rel="apple-touch-icon" sizes="180x180" href="/icons/Square284x284Logo.png" />
1818

1919
<meta name="description" content="Blinko self-hosted personal note" />
2020
<meta name="format-detection" content="telephone=no" />

app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
"tauri:android:dev": "tauri android dev --host",
1515
"tauri:android:build": "tauri android build",
1616
"tauri:desktop:build": "tauri build",
17-
"svg2vectordrawable":"bun add svg2vectordrawable"
17+
"svg2vectordrawable": "bun add svg2vectordrawable"
1818
},
1919
"dependencies": {
2020
"@heroui/react": "^2.8.0-beta.1",
2121
"@hirohe/react-watermark": "^0.5.0",
2222
"@iconify/react": "^5.2.1",
2323
"@iconify/utils": "^2.3.0",
24+
"@lobehub/icons": "^2.33.0",
25+
"@mastra/voice-openai": "^0.11.5",
2426
"@react-spring/three": "^9.7.5",
2527
"@react-three/fiber": "^8.17.10",
2628
"@shadergradient/react": "^2.0.19",
9.54 KB
13.8 KB
15 KB
39.2 KB
1.82 KB
45.7 KB

0 commit comments

Comments
 (0)