Skip to content

Commit 9349ce2

Browse files
authored
🐛 fix: disable rich text in markdown editor (lobehub#9637)
* clean * update * add labs * fix * improve * update * fix * hide lab * improve workflow
1 parent 3985c13 commit 9349ce2

File tree

23 files changed

+278
-82
lines changed

23 files changed

+278
-82
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/desktop-pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install bun
3737
uses: oven-sh/setup-bun@v2
3838
with:
39-
bun-version: ${{ secrets.BUN_VERSION }}
39+
bun-version: 1.2.23
4040

4141
- name: Install deps
4242
run: bun i
@@ -188,7 +188,7 @@ jobs:
188188
else
189189
ARCH_SUFFIX="x64"
190190
fi
191-
191+
192192
mv latest-mac.yml "latest-mac-${ARCH_SUFFIX}.yml"
193193
echo "✅ Renamed latest-mac.yml to latest-mac-${ARCH_SUFFIX}.yml (detected: $SYSTEM_ARCH)"
194194
ls -la latest-mac-*.yml
@@ -234,7 +234,7 @@ jobs:
234234
- name: Install bun
235235
uses: oven-sh/setup-bun@v2
236236
with:
237-
bun-version: ${{ secrets.BUN_VERSION }}
237+
bun-version: 1.2.23
238238

239239
# 下载所有平台的构建产物
240240
- name: Download artifacts

.github/workflows/release-desktop-beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install bun
3333
uses: oven-sh/setup-bun@v2
3434
with:
35-
bun-version: ${{ secrets.BUN_VERSION }}
35+
bun-version: 1.2.23
3636

3737
- name: Install deps
3838
run: bun i
@@ -170,7 +170,7 @@ jobs:
170170
else
171171
ARCH_SUFFIX="x64"
172172
fi
173-
173+
174174
mv latest-mac.yml "latest-mac-${ARCH_SUFFIX}.yml"
175175
echo "✅ Renamed latest-mac.yml to latest-mac-${ARCH_SUFFIX}.yml (detected: $SYSTEM_ARCH)"
176176
ls -la latest-mac-*.yml
@@ -216,7 +216,7 @@ jobs:
216216
- name: Install bun
217217
uses: oven-sh/setup-bun@v2
218218
with:
219-
bun-version: ${{ secrets.BUN_VERSION }}
219+
bun-version: 1.2.23
220220

221221
# 下载所有平台的构建产物
222222
- name: Download artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install bun
4242
uses: oven-sh/setup-bun@v2
4343
with:
44-
bun-version: ${{ secrets.BUN_VERSION }}
44+
bun-version: 1.2.23
4545

4646
- name: Install deps
4747
run: bun i

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install bun
7272
uses: oven-sh/setup-bun@v2
7373
with:
74-
bun-version: ${{ secrets.BUN_VERSION }}
74+
bun-version: 1.2.23
7575

7676
- name: Install deps
7777
run: bun i
@@ -104,7 +104,7 @@ jobs:
104104
- name: Install bun
105105
uses: oven-sh/setup-bun@v2
106106
with:
107-
bun-version: ${{ secrets.BUN_VERSION }}
107+
bun-version: 1.2.23
108108

109109
- name: Install deps
110110
run: bun i
@@ -148,7 +148,7 @@ jobs:
148148
- name: Install bun
149149
uses: oven-sh/setup-bun@v2
150150
with:
151-
bun-version: ${{ secrets.BUN_VERSION }}
151+
bun-version: 1.2.23
152152

153153
- name: Install deps
154154
run: bun i
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)