File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## v4.0.0
4+ * 2022.9.3*
5+ - 尝试修复了小概率无法安装扩展(即 ` extension::install... ` 失败)的问题
6+ - 优化了配置中的图形界面显示
7+
38## v4.0.0-beta.15
49* 2022.9.1*
510- 使用 Console Pauser 代替自定义脚本;增加 Mac 下 iTerm2 的支持
Original file line number Diff line number Diff line change 138138
139139![ 1662127657207] ( image/windows/1662127657207.png )
140140
141- 如果你之前未使用过 MinGW,你将看到下面的界面:
141+ 如果你之前未使用过 LLVM- MinGW,你将看到下面的界面:
142142
143143![ 1662127692619] ( image/windows/1662127692619.png )
144144
145- 此时,点击右侧圆形按钮以下载 MinGW。浏览器将打开并下载最新版的 LLVM-MinGW。将下载得到的压缩包解压后,妥善保存在磁盘上的某个位置,** 不要删除** 。随后,将这个位置的路径输入到下方的文本框。如果输入正确,工具将检测到它,点击下一步继续即可。
145+ 此时,点击右侧圆形按钮以下载 LLVM- MinGW。浏览器将打开并下载最新版的 LLVM-MinGW。将下载得到的压缩包解压后,妥善保存在磁盘上的某个位置,** 不要删除** 。随后,将这个位置的路径输入到下方的文本框。如果输入正确,工具将检测到它,点击下一步继续即可。
146146
147147</div >
148148
Original file line number Diff line number Diff line change @@ -83,17 +83,22 @@ import { emitter } from "./save_profile";
8383 {#if working }
8484 <div class =" flex flex-row items-center" >
8585 <span class =" btn btn-ghost btn-circle loading" />
86- <span >正在配置 < code >{ tasklist [ finished ]}</ code > </span >
86+ <span >配置中... </span >
8787 </div >
8888 {:else if success }
8989 配置完成!
9090 {:else }
9191 配置失败。
9292 {/if }
9393 </h3 >
94- <div class =" flex flex-row justify -center" >
94+ <div class =" flex flex-col items -center" >
9595 <div class ="radial-progress text-primary" style ={` --value:${percentage }; ` }>
9696 {percentage }%
9797 </div >
98+ {#if working }
99+ <div >
100+ 正在执行 <code >{tasklist [finished ]}</code >
101+ </div >
102+ {/if }
98103 </div >
99104</div >
Original file line number Diff line number Diff line change 288288 asciiCheckEnabled ,
289289 addToPathEnabled ,
290290 desktopShortcutEnabled ,
291- } = await invoke (" options_scan" , { setup }));
291+ } = await invoke < any > (" options_scan" , { setup }));
292292 }
293293
294294 onMount (async () => {
You can’t perform that action at this time.
0 commit comments