This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chenpuhao
committed
Dec 26, 2022
1 parent
314b316
commit 5538db5
Showing
6 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ It helps you organize your desktop and find files, especially for school teacher | |
The project is licensed under the GPL-3.0 license, see [LICENSE](LICENSE) | ||
### Known issues | ||
**If you find a bug during use, please list it in the table below or send it to [email protected], thank you** | ||
1. The default type is not available in the Organize desktop, use a custom type | ||
1. ~~The default type is not available in the Organize desktop, use a custom type~~ | ||
### note | ||
1. If you can help me modify the code, please use IntelliJ IDEA, thanks! No IDEA?[Click me to download](https://www.jetbrains.com/zh-cn/idea/download/) | ||
2. The Java development front-end will be abandoned, and C# ~~(as long as the author remembers)~~ will be used | ||
|
@@ -128,7 +128,7 @@ public class Find extends JDialog { | |
``` | ||
### Future plans | ||
- [x] Completion of the third edition of the procedure (completion date: 2022/12/01) | ||
- [ ] Fix default mode for grooming (completion date:) | ||
- [x] Fix default mode for grooming (completion date: 2022/12/26) | ||
- [ ] Complete the new UI for the Organize Desktop feature (Completion date:) | ||
- [ ] ~~Development with C# (Completion date: )~~ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ DeskAide是一款开源的基于Windows系统的桌面程序 | |
该项目签署了GPL-3.0 授权许可,详情请参阅[LICENSE](LICENSE) | ||
### 已知问题 | ||
**如果您在使用过程中发现了Bug,请在下表列出或者发送给[email protected],谢谢** | ||
1. 整理桌面中默认类型不可用,请使用自定义类型 | ||
1. ~~整理桌面中默认类型不可用,请使用自定义类型~~ | ||
### 注意 | ||
1. 如果您可以帮助我修改代码,请使用IntelliJ IDEA,谢谢!没有IDEA?[点我去下载](https://www.jetbrains.com/zh-cn/idea/download/) | ||
2. 后续将会放弃Java开发前端,将使用C#~~(只要作者想起来)~~ | ||
|
@@ -134,7 +134,7 @@ public class Find extends JDialog { | |
``` | ||
### 未来计划 | ||
- [x] 完成第三版程序(完成日期:2022/12/01) | ||
- [ ] 修复整理功能的默认模式(完成日期:) | ||
- [x] 修复整理功能的默认模式(完成日期:2022/12/26) | ||
- [ ] 完成整理桌面功能新UI(完成日期:) | ||
- [ ] ~~使用C#进行开发(完成日期:)~~ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
781 | ||
484 | ||
362 | ||
433 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
C:\Users\高21级12班\OneDrive\Desktop | ||
false | ||
false | ||
true | ||
true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pdf pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters