mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: rm jar package for probe shell
This commit is contained in:
@@ -30,7 +30,7 @@ export default function PackageConfigCard({
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const filteredOptions = (packerConfig ?? []).filter((name) => {
|
const filteredOptions = (packerConfig ?? []).filter((name) => {
|
||||||
return !name.startsWith("Agent") && !name.toLowerCase().startsWith("xxl");
|
return !name.startsWith("Agent") && !name.toLowerCase().startsWith("xxl") && !name.toLowerCase().endsWith("jar");
|
||||||
});
|
});
|
||||||
|
|
||||||
const mappedOptions = filteredOptions.map((name) => {
|
const mappedOptions = filteredOptions.map((name) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user