[Bug] When a task submits a jar package, the jar package submission parameters cannot be modified at the task level
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
When a task submits a jar package, the jar package submission parameters cannot be modified at the task level

What you expected to happen
When a task submits a jar package, the jar package submission parameters cannot be modified at the task level
How to reproduce
When a task submits a jar package, the jar package submission parameters cannot be modified at the task level
Anything else
No response
Version
0.6.5
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct

Can this be modified at the task level? Because there may be only one package, the submission parameters will be different @aiwenmo
It is not supported at present, and this feature can be easily extended.
It is not supported at present, and this feature can be easily extended.
Ok, thank you, I hope the next version can be used
Welcome to PR.
@aiwenmo
I am willing to help fix this issue.
In my approach, I will add a field called "paras" to the org.dinky.model.Task class to obtain startup parameters at the task level (this "paras" will be stored when the user saves the task). When this parameter is not empty, the JAR task will start using the task-level parameters instead of the parameters provided during JAR registration. And I think that main class can also be modified at the task level when user have different main classes in one JAR.
There is some frontend work needed, but I haven't done any frontend work before. Is there anyone who can help with this?
What do you think of this idea?
try 1.0