1090 Commits

Author SHA1 Message Date
fofolee
b00048e5ec 编辑器外观调整,添加全屏按钮 2024-12-19 12:57:04 +08:00
fofolee
45780a2e0c 支持设置背景图片,不再局限于面板模式,支持设置毛玻璃效果 2024-12-19 00:39:44 +08:00
fofolee
be663fc4e3 调整样式 2024-12-18 18:36:58 +08:00
fofolee
3e9bebf289 样式及布局微调 2024-12-18 17:14:05 +08:00
fofolee
fc71af3150 调整禁用且暗色模式下命令标签的视觉效果 2024-12-18 13:31:47 +08:00
fofolee
8d9841d268 添加开发者模式下暗色模式切换按钮 2024-12-18 13:19:13 +08:00
fofolee
f8e8239db7 禁用时图标灰色 2024-12-18 13:14:31 +08:00
fofolee
aa6217021f 调节卡片动画 2024-12-17 12:11:08 +08:00
fofolee
3225348986 及时销毁blob 2024-05-10 21:23:49 +08:00
fofolee
f4ba9c5d76 修复html输出时页面高度异常的bug 2024-05-09 10:36:22 +08:00
fofolee
8c111773f5 修改定位命令的动画 2024-05-08 21:53:59 +08:00
fofolee
4de96bac47 添加从id获取qc的接口 2024-05-08 21:53:44 +08:00
fofolee
545d4b3b31 新建命令正则匹配功能改为直接导入命令 2024-05-07 13:07:08 +08:00
fofolee
897d597885 脚本运行后就自动保存,保存时不关闭界面 2024-05-06 23:44:08 +08:00
fofolee
619ee689f5 添加分享中心入口 2024-05-06 23:25:43 +08:00
fofolee
15395e3ff6 新建快捷命令支持base64格式 2024-05-06 22:29:02 +08:00
fofolee
472f0029e2 添加51la统计 2024-04-04 13:03:38 +08:00
fofolee
fefdf9578c 添加quickcomman.userData接口 ,可以增、删、改、查用户数据 2024-04-03 20:14:48 +08:00
fofolee
a905e4d981 修复命令输出结果为undefined时不显示的bug 2024-04-03 20:13:54 +08:00
fofolee
2c8da17be0 样式微调 2024-03-13 20:42:22 +08:00
fofolee
cf173227af 修复点击命令卡片的设置菜单时菜单偏移的BUG 2024-03-13 19:24:49 +08:00
fofolee
2b99fa0f31 修复设置菜单下的弹窗不可点击及显示异常的BUG 2024-03-13 18:20:59 +08:00
fofolee
1ecd1e7f01 修复未填写说明时卡片高度异常的BUG 2024-03-13 17:43:06 +08:00
fofolee
10d7ab200e 优化转义规则 2024-03-04 16:42:03 +08:00
fofolee
fbae2864b2 更新types 2024-03-01 09:30:33 +08:00
fofolee
209da5e869 添加更新提醒 2024-03-01 09:24:57 +08:00
fofolee
f34b80ee42 quickcommand.showConfirmBox支持html及设置宽度 2024-03-01 09:24:52 +08:00
fofolee
ebb1b79b73 使用JSON.stringify转义特殊变量 2024-02-25 12:55:25 +08:00
fofolee
d65943fa84 插入特殊变量默认使用双引号 2024-02-25 12:55:01 +08:00
fofolee
867835b78e 对特殊变量里的特殊字符和换行符进行转义 2024-02-24 13:47:54 +08:00
fofolee
a93bed8e3d 更新qrcode引用地址 2024-02-24 12:40:05 +08:00
fofolee
f698d44ce6 暂时取消自动分离功能 2024-02-24 12:33:34 +08:00
fofolee
68aa29809c 完善自动分离功能 2024-02-19 19:56:03 +08:00
fofolee
fb9b675346 添加runPowerShell和runAppleScript 2024-02-19 15:49:29 +08:00
fofolee
cd152e4c88 修复alt+z无法换行的bug 2024-02-19 11:38:43 +08:00
fofolee
ea2e873525 添加自动分离功能 2024-02-19 00:31:04 +08:00
fofolee
32dc1ed463 解决自动补全重复注册的bug 2024-02-18 16:57:05 +08:00
fofolee
467e949365 修复ResizeObserver loop limit exceeded错误 2024-02-18 16:42:43 +08:00
fofolee
2b088a76ce 列表长度超出选中对象的索引时,索引重置为0 2024-01-26 12:46:18 +08:00
fofolee
b17b724813 logo调整 2024-01-25 22:01:33 +08:00
fofolee
eaa43c4a2e placeholder微调 2024-01-25 22:01:28 +08:00
fofolee
cfe1653ae4 去掉来自分享标签 2024-01-23 13:40:07 +08:00
fofolee
6fd5b87a33 不再统计命令使用详细数据 2024-01-23 13:39:56 +08:00
fofolee
be8b38f94d 调整菜单顺序 2024-01-23 09:52:24 +08:00
fofolee
210243c8e2 第一次启动显示帮助 2024-01-23 09:48:49 +08:00
fofolee
bf77c75717 卡片缺省紧凑视图 2024-01-23 09:43:36 +08:00
fofolee
6ecf292581 菜单组件和命令结果组件异步加载 2024-01-23 01:03:15 +08:00
fofolee
5f00c125d9 注释分享相关代码 2024-01-23 00:27:27 +08:00
fofolee
632adf11e1 MonocaEditor采用异步加载,优化整体加载速度 2024-01-23 00:03:34 +08:00
fofolee
325c6c746a 修复默认命令被覆盖的bug 2024-01-22 22:18:11 +08:00