Skip to content

Commit c22ee35

Browse files
committed
feat: v1.4.7
1 parent 86e14d3 commit c22ee35

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
# 打包 x86 文件
7070
- name: Build x86 backend
7171
run: npm run build:backend
72-
- name: Update x86 platform in manifest file
73-
run: |
74-
sed -i '' "s|platform=platform|platform=x86|" app/manifest
7572
- name: Build x86 package
7673
run: |
7774
chmod +x ./build/fnpack-1.0.4-darwin-arm64

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## 1.4.7
4+
5+
- 新增:显示字数、文件大小、最后更新日期
6+
- 新增:独立窗口按钮
7+
38
## 1.4.6
49

510
- 优化:偏好设置进行全端缓存,不会因换浏览器而丢失

app/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ appname=code.editor
22
version=0.0.1
33
changelog=changelog
44
desc=`<div>支持多种文件编码,更有语法高亮、代码补全、目录管理、多图预览、PDF预览、Markdown预览等丰富功能。</div><div>多数文件可双击文件或右键选择代码编辑器打开,部分文件可右键【详细信息】-【复制原始路径】,点击桌面图标访问后粘贴路径打开,<a href="https://club.fnnas.com/forum.php?mod=viewthread&tid=42587" target="_blank">点此查看详细操作指南</a>。</div><div>程序已开源,欢迎 Star,欢迎 <a href="https://github.com/FNOSP/App.Bin.CodeEditor/issues" target="_blank">Issues</a></div><div>提示:移动端暂未做 UI 适配,访问可能布局错乱。</div>`
5-
platform=platform
5+
platform=x86
66
display_name=代码编辑器
77
maintainer=Flex_7746
88
distributor=Flex_7746

frontend/components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ declare module 'vue' {
2121
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
2222
ElOption: typeof import('element-plus/es')['ElOption']
2323
ElOptionGroup: typeof import('element-plus/es')['ElOptionGroup']
24-
ElPopover: typeof import('element-plus/es')['ElPopover']
2524
ElSelect: typeof import('element-plus/es')['ElSelect']
2625
ElSwitch: typeof import('element-plus/es')['ElSwitch']
2726
ElTabPane: typeof import('element-plus/es')['ElTabPane']
@@ -47,7 +46,6 @@ declare global {
4746
const ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
4847
const ElOption: typeof import('element-plus/es')['ElOption']
4948
const ElOptionGroup: typeof import('element-plus/es')['ElOptionGroup']
50-
const ElPopover: typeof import('element-plus/es')['ElPopover']
5149
const ElSelect: typeof import('element-plus/es')['ElSelect']
5250
const ElSwitch: typeof import('element-plus/es')['ElSwitch']
5351
const ElTabPane: typeof import('element-plus/es')['ElTabPane']

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code.editor",
3-
"version": "1.4.6",
4-
"changelog": "<div>新增:图片查看,支持同级快速预览</div><div>新增:PDF 阅读,支持索引跳转和缩放</div><div>新增:支持刷新目录和在目录下创建文件</div><div>新增:偏好设置-启动时询问,可在桌面图标访问时不询问开启</div><div>新增:markdown 文件支持预览</div><div>新增:偏好设置支持设置打开 markdown 时默认预览</div>",
3+
"version": "1.4.7",
4+
"changelog": "<div>新增:图片查看,支持同级快速预览</div><div>新增:PDF 阅读,支持索引跳转和缩放</div><div>新增:支持刷新目录和在目录下创建文件</div><div>新增:偏好设置-启动时询问,可在桌面图标访问时不询问开启</div><div>新增:markdown 文件支持预览</div><div>新增:偏好设置支持设置打开 markdown 时默认预览</div><div>新增:显示字数、文件大小、最后更新日期</div><div>新增:独立窗口按钮</div>",
55
"scripts": {
66
"dev": "node src/app.js",
77
"install": "npm i --prefix=backend && npm i --prefix=frontend",

0 commit comments

Comments
 (0)