Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新功能:加入一系列简单的管理版本资源界面 #4770

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

tangge233
Copy link
Contributor

@tangge233 tangge233 commented Sep 21, 2024

前言

PCL2 竟然这么久还没有简单的版本资源管理界面

进度

  • 存档管理
  • 截图管理
  • 资源包管理
  • 光影管理
  • 启动器内粘贴操作

本 PR 有相关资源图标参考

预览

image

image

image

image

其它一些话

很显然这打扰到了 PCL2 的一些功能开发进度,所以这可能长期不能被合并
毕竟功能还没写好

@3gf8jv4dv
Copy link
Collaborator

Although... but LTCatt has rejected some of these features.

@3gf8jv4dv 3gf8jv4dv added · 新功能 社区处理中 社区正在调查或处理该项 labels Sep 21, 2024
@tangge233
Copy link
Contributor Author

tangge233 commented Sep 21, 2024

不会加入非常复杂的内容,只有简单的查看(不会有非常详细的信息,比如存档内容、在线资源指向……)、删除、另存为什么的……

@3gf8jv4dv
Copy link
Collaborator

3gf8jv4dv commented Sep 21, 2024

不会加入非常复杂的内容,只有简单的查看(不会有非常详细的信息,比如存档内容、在线资源指向……)、删除、另存为什么的……

Waiting for your good news.

@LTCatt
Copy link
Member

LTCatt commented Sep 21, 2024

我自己应该不会考虑添加这些功能……不过可以加进 PR Collection 啥的(

@allMagicNB
Copy link
Contributor

刚发现 7965ca8 干爆了我 PR Collection
image

@tangge233 tangge233 marked this pull request as ready for review September 21, 2024 13:20
@3gf8jv4dv
Copy link
Collaborator

So beautiful!!! I like that. Lightweight and practical.

Review comments will be provided later (if available).

@Chiloven945

This comment was marked as resolved.

资源包显示图标
部分图标修改
部分文案修改
Copy link
Collaborator

@3gf8jv4dv 3gf8jv4dv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I click on the resource pack

程序出现未知错误:Could not find a part of the path '*:\PCL\.minecraft\versions\*\PCL\Resourcepacks\'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at PCL.PageVersionResourcePack.LoadFileList()
   at PCL.PageVersionResourcePack.Reload()
   at PCL.PageVersionResourcePack.PageSetupLaunch_Loaded(Object sender, RoutedEventArgs e)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   at MS.Internal.LoadedOrUnloadedOperation.DoWork()
   at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
错误类型:System.IO.DirectoryNotFoundException

Copy link
Collaborator

@3gf8jv4dv 3gf8jv4dv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some opinions.

After copying the screenshot, no screenshot is seen in the Win+V clipboard interface. However, the screenshot function of some software can be used to view the corresponding screenshot on the above interface after taking the screenshot. Is it possible to implement it here?

For each screenshot in the screenshot interface, can you add rounded corners around the preview? The current effect looks a bit abrupt compared to the UI elements.

@tangge233
Copy link
Contributor Author

@3gf8jv4dv

When I try to add rounded corners around the picture, the UI becomes strange.

image


And there seems some issues with windows clipboard, it does not work very well sometimes.

@tangge233
Copy link
Contributor Author

现在应该没什么问题了。
很轻量级的功能,龙猫考虑下?

@3gf8jv4dv
Copy link
Collaborator

And there seems some issues with windows clipboard, it does not work very well sometimes.

So far, this seems to be problematic yet. Maybe consider asking LTCatt for help.

@3gf8jv4dv 3gf8jv4dv added 等待确认 已经过社区确认,等待开发者确认 and removed 社区处理中 社区正在调查或处理该项 labels Sep 22, 2024
@LTCatt LTCatt added 处理中 开发者正在调查或处理该项 🟦 等待 and removed 等待确认 已经过社区确认,等待开发者确认 labels Sep 23, 2024
@LTCatt
Copy link
Member

LTCatt commented Sep 23, 2024

优先度会非常非常低 =。=

《我不希望我的日志拿起来就被别人看懂》

Co-authored-by: 3gf8jv4dv <[email protected]>
@LTCatt LTCatt added 暂无计划 短期内没有制作该项的计划 and removed 处理中 开发者正在调查或处理该项 🟦 等待 labels Sep 24, 2024
Pigeon0v0 added a commit to Pigeon0v0/PCL2 that referenced this pull request Oct 1, 2024
Pigeon0v0 added a commit to Pigeon0v0/PCL2 that referenced this pull request Oct 1, 2024
@Chiloven945 Chiloven945 mentioned this pull request Oct 25, 2024
2 tasks
@LTCatt LTCatt added the 🚫 阻碍者 它导致了其他项无法继续 label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· 新功能 暂无计划 短期内没有制作该项的计划 🚫 阻碍者 它导致了其他项无法继续
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants