Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RemoveUnusedImg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengjunjing
RemoveUnusedImg
Commits
8365e6d4
Commit
8365e6d4
authored
Mar 09, 2022
by
pengjunjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:移动图片素材到对应的目录上
parent
c83e3457
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SingleImplement.kt
...ava/com/laihua/projecthelper/implement/SingleImplement.kt
+1
-1
UnuseRes.kt
src/main/java/com/laihua/projecthelper/unuse/UnuseRes.kt
+1
-1
No files found.
src/main/java/com/laihua/projecthelper/implement/SingleImplement.kt
View file @
8365e6d4
...
@@ -17,7 +17,7 @@ import java.io.InputStreamReader
...
@@ -17,7 +17,7 @@ import java.io.InputStreamReader
* 是否真的会执行移动操作的变量,请对当前git的操作进行贮存,
* 是否真的会执行移动操作的变量,请对当前git的操作进行贮存,
* 确保项目没有其他操作后再执行,否则可能会操作记录混乱
* 确保项目没有其他操作后再执行,否则可能会操作记录混乱
*/
*/
const
val
realExecuteCmd
=
fals
e
const
val
realExecuteCmd
=
tru
e
fun
main
(
args
:
Array
<
String
>)
{
fun
main
(
args
:
Array
<
String
>)
{
println
(
"开始读取文件"
)
println
(
"开始读取文件"
)
...
...
src/main/java/com/laihua/projecthelper/unuse/UnuseRes.kt
View file @
8365e6d4
...
@@ -5,7 +5,7 @@ import java.io.File
...
@@ -5,7 +5,7 @@ import java.io.File
/**
/**
* 是否会执行删除操作,确认要删除资源修改下一行代码,避免误删除
* 是否会执行删除操作,确认要删除资源修改下一行代码,避免误删除
*/
*/
const
val
realDelFile
=
fals
e
const
val
realDelFile
=
tru
e
/**
/**
* 未使用资源删除工具,多运行几次,直到结果数量连续几次为0个
* 未使用资源删除工具,多运行几次,直到结果数量连续几次为0个
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment