Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MajsoulPlusMods
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
森野さくら
MajsoulPlusMods
Commits
43313655
Commit
43313655
authored
Jan 21, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
e84469fe
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
202 additions
and
7 deletions
+202
-7
extension/RemoveRedPoints/assets/redpoint.png
extension/RemoveRedPoints/assets/redpoint.png
+0
-0
extension/RemoveRedPoints/extension.json
extension/RemoveRedPoints/extension.json
+34
-0
extension/RemoveRedPoints/preview.png
extension/RemoveRedPoints/preview.png
+0
-0
extension/RemoveRedPoints/script.js
extension/RemoveRedPoints/script.js
+23
-0
extension/Snowflakes/Assets/effect/effect_click_xuehua.lh
extension/Snowflakes/Assets/effect/effect_click_xuehua.lh
+1
-0
extension/Snowflakes/extension.json
extension/Snowflakes/extension.json
+18
-0
extension/Snowflakes/preview.png
extension/Snowflakes/preview.png
+0
-0
extension/autohule/autohule.js
extension/autohule/autohule.js
+3
-2
extension/autohule/extension.json
extension/autohule/extension.json
+5
-5
resourcepack/chong/assets/.idea/assets.iml
resourcepack/chong/assets/.idea/assets.iml
+8
-0
resourcepack/chong/assets/.idea/inspectionProfiles/Project_Default.xml
...chong/assets/.idea/inspectionProfiles/Project_Default.xml
+17
-0
resourcepack/chong/assets/.idea/inspectionProfiles/profiles_settings.xml
...ong/assets/.idea/inspectionProfiles/profiles_settings.xml
+6
-0
resourcepack/chong/assets/.idea/misc.xml
resourcepack/chong/assets/.idea/misc.xml
+4
-0
resourcepack/chong/assets/.idea/modules.xml
resourcepack/chong/assets/.idea/modules.xml
+8
-0
resourcepack/chong/assets/.idea/workspace.xml
resourcepack/chong/assets/.idea/workspace.xml
+36
-0
resourcepack/chong/assets/mjdesktop2.png
resourcepack/chong/assets/mjdesktop2.png
+0
-0
resourcepack/chong/preview.jpg
resourcepack/chong/preview.jpg
+0
-0
resourcepack/chong/resourcepack.json
resourcepack/chong/resourcepack.json
+16
-0
resourcepack/headframe_sakura/assets/default.png
resourcepack/headframe_sakura/assets/default.png
+0
-0
resourcepack/headframe_sakura/assets/headframe_default.jpg
resourcepack/headframe_sakura/assets/headframe_default.jpg
+0
-0
resourcepack/headframe_sakura/preview.jpg
resourcepack/headframe_sakura/preview.jpg
+0
-0
resourcepack/headframe_sakura/resourcepack.json
resourcepack/headframe_sakura/resourcepack.json
+23
-0
No files found.
extension/RemoveRedPoints/assets/redpoint.png
0 → 100644
View file @
43313655
2.72 KB
extension/RemoveRedPoints/extension.json
0 → 100644
View file @
43313655
{
"id"
:
"RemoveRedPoints"
,
"version"
:
"1.0.0"
,
"name"
:
"去除所有红点"
,
"author"
:
"88826"
,
"description"
:
"你头上的红点真好看。"
,
"preview"
:
"preview.png"
,
"entry"
:
"script.js"
,
"resourcepack"
:
[{
"from"
:
"myres/sushe/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"myres/lobby/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"chs_t/myres/sushe/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"chs_t/myres/lobby/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"en/myres/sushe/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"en/myres/lobby/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"jp/myres/sushe/redpoint.png"
,
"to"
:
"redpoint.png"
},{
"from"
:
"jp/myres/lobby/redpoint.png"
,
"to"
:
"redpoint.png"
}]
}
\ No newline at end of file
extension/RemoveRedPoints/preview.png
0 → 100644
View file @
43313655
7.17 KB
extension/RemoveRedPoints/script.js
0 → 100644
View file @
43313655
//以正确的时机加载各种素材
(
function
()
{
const
injectMyres
=
function
()
{
if
(
typeof
uiscript
===
'
undefined
'
||
!
uiscript
.
UI_DesktopInfo
||
typeof
ui
===
'
undefined
'
||
!
Laya
.
View
.
uiMap
[
'
lobby/create_room
'
]
||
!
Laya
.
View
.
uiMap
[
'
lobby/friend
'
])
{
console
.
log
(
'
RemoveRedPoints加载myres图像中
'
)
return
setTimeout
(
injectMyres
,
1000
)
}
console
.
log
(
'
RemoveRedPoints加载myres图像完毕
'
);
//加载myres图像
(()
=>
{
let
ress
=
[
"
myres/sushe/redpoint.png
"
,
"
myres/lobby/redpoint.png
"
,
"
chs_t/myres/sushe/redpoint.png
"
,
"
chs_t/myres/lobby/redpoint.png
"
,
"
en/myres/sushe/redpoint.png
"
,
"
en/myres/lobby/redpoint.png
"
,
"
jp/myres/sushe/redpoint.png
"
,
"
jp/myres/lobby/redpoint.png
"
];
Laya
.
loader
.
load
(
ress
,
null
,
null
,
"
image
"
);
})();
}
injectMyres
()
})()
extension/Snowflakes/Assets/effect/effect_click_xuehua.lh
0 → 100644
View file @
43313655
{"type":"Sprite3D","props":{"name":"effect_click_xuehua"},"customProps":{"translate":[0,0,0],"rotation":[0,0,0,-1],"scale":[1,1,1]},"child":[{"type":"Sprite3D","props":{"isStatic":false,"name":"effect_click_xuehua"},"customProps":{"layer":0,"translate":[0,0,0],"rotation":[0,0,0,-1],"scale":[1,1,1]},"components":{},"child":[{"type":"ShuriKenParticle3D","props":{"isStatic":false,"name":"lizi"},"customProps":{"layer":0,"translate":[0,0,0],"rotation":[0,0,0,-1],"scale":[1,1,1],"isPerformanceMode":true,"duration":5,"looping":false,"prewarm":false,"startDelayType":0,"startDelay":0,"startDelayMin":0,"startDelayMax":0,"startLifetimeType":2,"startLifetimeConstant":1,"startLifetimeConstantMin":0.8,"startLifetimeConstantMax":1,"startLifetimeGradient":{"startLifetimes":[]},"startLifetimeGradientMin":{"startLifetimes":[]},"startLifetimeGradientMax":{"startLifetimes":[]},"startSpeedType":2,"startSpeedConstant":1.5,"startSpeedConstantMin":1,"startSpeedConstantMax":1.5,"threeDStartSize":false,"startSizeType":2,"startSizeConstant":0.35,"startSizeConstantMin":0.5,"startSizeConstantMax":0.35,"startSizeConstantSeparate":[0.35,1,1],"startSizeConstantMinSeparate":[0.5,1,1],"startSizeConstantMaxSeparate":[0.35,1,1],"threeDStartRotation":false,"startRotationType":0,"startRotationConstant":0,"startRotationConstantMin":0,"startRotationConstantMax":0,"startRotationConstantSeparate":[0,0,0],"startRotationConstantMinSeparate":[0,0,0],"startRotationConstantMaxSeparate":[0,0,0],"randomizeRotationDirection":0,"startColorType":2,"startColorConstant":[0.5147059,0.698783,1,1],"startColorConstantMin":[0.9558824,0.9963489,1,0.509],"startColorConstantMax":[0.5147059,0.698783,1,1],"gravity":[0,-9.81,0],"gravityModifier":0.05,"simulationSpace":1,"scaleMode":1,"playOnAwake":true,"maxParticles":1000,"autoRandomSeed":true,"randomSeed":2545706047,"emission":{"enable":true,"emissionRate":0,"emissionRateTip":"Time","bursts":[{"time":0,"min":0,"max":30}]},"shape":{"enable":true,"shapeType":7,"sphereRadius":0.01,"sphereEmitFromShell":false,"sphereRandomDirection":0,"hemiSphereRadius":0.01,"hemiSphereEmitFromShell":false,"hemiSphereRandomDirection":0,"coneAngle":25,"coneRadius":0.01,"coneLength":5,"coneEmitType":7,"coneRandomDirection":0,"boxX":1,"boxY":1,"boxZ":1,"boxRandomDirection":0,"circleRadius":0.01,"circleArc":360,"circleEmitFromEdge":false,"circleRandomDirection":0},"colorOverLifetime":{"enable":true,"color":{"type":1,"constant":[0,0,0,0],"gradient":{"alphas":[{"key":0,"value":0},{"key":0.05587854,"value":1},{"key":0.4176547,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]},"constantMin":[0,0,0,0],"constantMax":[0,0,0,0],"gradientMax":{"alphas":[{"key":0,"value":0},{"key":0.05587854,"value":1},{"key":0.4176547,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]}}},"sizeOverLifetime":{"enable":true,"size":{"type":0,"separateAxes":false,"gradient":{"sizes":[{"key":0,"value":1},{"key":1,"value":0}]},"gradientX":{"sizes":[{"key":0,"value":1},{"key":1,"value":0}]},"gradientY":{"sizes":[{"key":0,"value":0},{"key":1,"value":1}]},"gradientZ":{"sizes":[{"key":0,"value":0},{"key":1,"value":1}]},"constantMin":0,"constantMax":0,"constantMinSeparate":[0,0,0],"constantMaxSeparate":[0,0,0],"gradientMin":{"sizes":[]},"gradientMax":{"sizes":[{"key":0,"value":1},{"key":1,"value":0}]},"gradientXMin":{"sizes":[]},"gradientXMax":{"sizes":[{"key":0,"value":1},{"key":1,"value":0}]},"gradientYMin":{"sizes":[]},"gradientYMax":{"sizes":[{"key":0,"value":0},{"key":1,"value":1}]},"gradientZMin":{"sizes":[]},"gradientZMax":{"sizes":[{"key":0,"value":0},{"key":1,"value":1}]}}},"renderMode":0,"stretchedBillboardCameraSpeedScale":0,"stretchedBillboardSpeedScale":0,"stretchedBillboardLengthScale":2,"sortingFudge":-100,"material":{"type":"Laya.ShurikenParticleMaterial","path":"Assets/Resource/effect/texture/shanguang.lmat"}},"components":{},"child":[{"type":"ShuriKenParticle3D","props":{"isStatic":false,"name":"xuehua"},"customProps":{"layer":0,"translate":[0,0,0],"rotation":[0,0,0,-1],"scale":[1,1,1],"isPerformanceMode":true,"duration":5,"looping":false,"prewarm":false,"startDelayType":0,"startDelay":0,"startDelayMin":0,"startDelayMax":0,"startLifetimeType":2,"startLifetimeConstant":1.2,"startLifetimeConstantMin":0.2,"startLifetimeConstantMax":1.2,"startLifetimeGradient":{"startLifetimes":[]},"startLifetimeGradientMin":{"startLifetimes":[]},"startLifetimeGradientMax":{"startLifetimes":[]},"startSpeedType":2,"startSpeedConstant":1.5,"startSpeedConstantMin":1,"startSpeedConstantMax":1.5,"threeDStartSize":false,"startSizeType":2,"startSizeConstant":0.65,"startSizeConstantMin":0.25,"startSizeConstantMax":0.65,"startSizeConstantSeparate":[0.65,1,1],"startSizeConstantMinSeparate":[0.25,1,1],"startSizeConstantMaxSeparate":[0.65,1,1],"threeDStartRotation":false,"startRotationType":2,"startRotationConstant":360,"startRotationConstantMin":0,"startRotationConstantMax":360,"startRotationConstantSeparate":[0,0,-360],"startRotationConstantMinSeparate":[0,0,0],"startRotationConstantMaxSeparate":[0,0,-360],"randomizeRotationDirection":0,"startColorType":2,"startColorConstant":[0.625,0.8913793,1,1],"startColorConstantMin":[1,1,1,1],"startColorConstantMax":[0.625,0.8913793,1,1],"gravity":[0,-9.81,0],"gravityModifier":0.05,"simulationSpace":1,"scaleMode":1,"playOnAwake":true,"maxParticles":1000,"autoRandomSeed":true,"randomSeed":522834148,"emission":{"enable":true,"emissionRate":0,"emissionRateTip":"Time","bursts":[{"time":0,"min":6,"max":12}]},"shape":{"enable":true,"shapeType":7,"sphereRadius":0.13,"sphereEmitFromShell":false,"sphereRandomDirection":0,"hemiSphereRadius":0.13,"hemiSphereEmitFromShell":false,"hemiSphereRandomDirection":0,"coneAngle":25,"coneRadius":0.13,"coneLength":5,"coneEmitType":7,"coneRandomDirection":0,"boxX":1,"boxY":1,"boxZ":1,"boxRandomDirection":0,"circleRadius":0.13,"circleArc":360,"circleEmitFromEdge":false,"circleRandomDirection":0},"colorOverLifetime":{"enable":true,"color":{"type":1,"constant":[0,0,0,0],"gradient":{"alphas":[{"key":0,"value":0},{"key":0.05587854,"value":1},{"key":0.4176547,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]},"constantMin":[0,0,0,0],"constantMax":[0,0,0,0],"gradientMax":{"alphas":[{"key":0,"value":0},{"key":0.05587854,"value":1},{"key":0.4176547,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]}}},"rotationOverLifetime":{"enable":true,"angularVelocity":{"type":2,"separateAxes":false,"constant":500,"constantMin":200,"constantMax":500,"constantMinSeparate":[0,0,200],"constantMaxSeparate":[0,0,500],"gradient":{"angularVelocitys":[]},"gradientX":{"angularVelocitys":[]},"gradientY":{"angularVelocitys":[]},"gradientZ":{"angularVelocitys":[]},"gradientMin":{"angularVelocitys":[]},"gradientMax":{"angularVelocitys":[]},"gradientXMin":{"angularVelocitys":[]},"gradientXMax":{"angularVelocitys":[]},"gradientYMin":{"angularVelocitys":[]},"gradientYMax":{"angularVelocitys":[]},"gradientZMin":{"angularVelocitys":[]},"gradientZMax":{"angularVelocitys":[]}}},"renderMode":0,"stretchedBillboardCameraSpeedScale":0,"stretchedBillboardSpeedScale":0,"stretchedBillboardLengthScale":2,"sortingFudge":-100,"material":{"type":"Laya.ShurikenParticleMaterial","path":"Assets/Resource/effect/texture/74002e75-4cbe-4c62-ae0e-4e58b3e49c6c.lmat"}},"components":{},"child":[]},{"type":"ShuriKenParticle3D","props":{"isStatic":false,"name":"gaoliang"},"customProps":{"layer":0,"translate":[0,0,0],"rotation":[0,0,0,1],"scale":[1,1,1],"isPerformanceMode":true,"duration":5,"looping":false,"prewarm":false,"startDelayType":0,"startDelay":0,"startDelayMin":0,"startDelayMax":0,"startLifetimeType":0,"startLifetimeConstant":0.2,"startLifetimeConstantMin":0,"startLifetimeConstantMax":0.2,"startLifetimeGradient":{"startLifetimes":[]},"startLifetimeGradientMin":{"startLifetimes":[]},"startLifetimeGradientMax":{"startLifetimes":[]},"startSpeedType":0,"startSpeedConstant":0,"startSpeedConstantMin":0,"startSpeedConstantMax":0,"threeDStartSize":false,"startSizeType":0,"startSizeConstant":1.1,"startSizeConstantMin":0,"startSizeConstantMax":1.1,"startSizeConstantSeparate":[1.1,1,1],"startSizeConstantMinSeparate":[0,0,0],"startSizeConstantMaxSeparate":[1.1,1,1],"threeDStartRotation":false,"startRotationType":0,"startRotationConstant":0,"startRotationConstantMin":0,"startRotationConstantMax":0,"startRotationConstantSeparate":[0,0,0],"startRotationConstantMinSeparate":[0,0,0],"startRotationConstantMaxSeparate":[0,0,0],"randomizeRotationDirection":0,"startColorType":0,"startColorConstant":[0.6102941,0.6936105,1,1],"startColorConstantMin":[0,0,0,0],"startColorConstantMax":[0.6102941,0.6936105,1,1],"gravity":[0,-9.81,0],"gravityModifier":0,"simulationSpace":1,"scaleMode":1,"playOnAwake":true,"maxParticles":1000,"autoRandomSeed":true,"randomSeed":362773374,"emission":{"enable":true,"emissionRate":0,"emissionRateTip":"Time","bursts":[{"time":0,"min":0,"max":1}]},"colorOverLifetime":{"enable":true,"color":{"type":1,"constant":[0,0,0,0],"gradient":{"alphas":[{"key":0,"value":0},{"key":0.523537,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]},"constantMin":[0,0,0,0],"constantMax":[0,0,0,0],"gradientMax":{"alphas":[{"key":0,"value":0},{"key":0.523537,"value":1},{"key":1,"value":0}],"rgbs":[{"key":0,"value":[1,1,1]},{"key":1,"value":[1,1,1]}]}}},"renderMode":4,"stretchedBillboardCameraSpeedScale":0,"stretchedBillboardSpeedScale":0,"stretchedBillboardLengthScale":2,"sortingFudge":-100,"material":{"type":"Laya.ShurikenParticleMaterial","path":"Assets/Resource/effect/texture/paimian.lmat"},"meshPath":"Assets/Resource/effect/mesh/plane1X1-Plane01.lm"},"components":{},"child":[]}]}]}]}
\ No newline at end of file
extension/Snowflakes/extension.json
0 → 100644
View file @
43313655
{
"id"
:
"Snowflakes"
,
"version"
:
"2.0.0"
,
"name"
:
"鼠标点击特效修改为雪花"
,
"author"
:
"ISleeper"
,
"description"
:
"修改鼠标点击特效,由樱花变为雪花."
,
"preview"
:
"preview.png"
,
"dependencies"
:
{
},
"resourcepack"
:
[
{
"from"
:
"scene/effect_click_default.lh"
,
"to"
:
"effect/effect_click_xuehua.lh"
,
"all-servers"
:
true
}
]
}
\ No newline at end of file
extension/Snowflakes/preview.png
0 → 100644
View file @
43313655
15.7 KB
extension/autohule/autohule.js
View file @
43313655
!
function
(){
const
inject
=
function
()
{
if
(
typeof
view
!==
"
undefined
"
&&
view
.
DesktopMgr
.
Inst
)
{
if
(
uiscript
.
UI_PlayerInfo
.
Inst
&&
uiscript
.
UI_OtherPlayerInfo
.
Inst
&&
uiscript
.
UI_PlayerInfo
.
Inst
.
show
&&
uiscript
.
UI_OtherPlayerInfo
.
Inst
.
show
&&
uiscript
.
UI_PlayerInfo
.
Inst
.
detail_data
.
blocks
[
0
].
show
&&
uiscript
.
UI_OtherPlayerInfo
.
Inst
.
detail_data
.
blocks
[
0
].
show
&&
view
.
ActionHule
.
play
)
{
console
.
log
(
"
Majsoul Helper injected.
"
);
uiscript
.
UI_InfoLite
.
Inst
.
show
(
"
脚本已开启
"
);
for
(
const
key
in
view
.
DesktopMgr
.
Inst
.
actionMap
)
{
const
action
=
view
.
DesktopMgr
.
Inst
.
actionMap
[
key
];
const
m
=
action
.
method
;
...
...
@@ -19,7 +20,7 @@
if
(
action
.
hasOwnProperty
(
"
md5
"
))
{
setTimeout
(()
=>
{
view
.
DesktopMgr
.
Inst
.
setAutoHule
(
true
);
view
.
DesktopMgr
.
Inst
.
setAutoMoQie
(
tru
e
);
view
.
DesktopMgr
.
Inst
.
setAutoMoQie
(
fals
e
);
view
.
DesktopMgr
.
Inst
.
setAutoNoFulu
(
true
);
uiscript
.
UIMgr
.
Inst
.
_ui_desktop
.
refreshFuncBtnShow
(
uiscript
.
UIMgr
.
Inst
.
_ui_desktop
.
_container_fun
.
getChildByName
(
"
btn_autohu
"
),
1
);
},
2000
)
...
...
extension/autohule/extension.json
View file @
43313655
{
"id"
:
"autohule"
,
"version"
:
"
2.0
.0"
,
"name"
:
"自动和了"
,
"author"
:
"Ethan"
,
"description"
:
"
盖亚!!!!!!!!!!
"
,
"preview"
:
"preview.
pn
g"
,
"version"
:
"
1.9
.0"
,
"name"
:
"自动和了
+鸣牌关闭
"
,
"author"
:
[
"一坨开发者"
,
"Tachibana"
]
,
"description"
:
"
副露怪.exe 已停止运行。
"
,
"preview"
:
"preview.
jp
g"
,
"entry"
:
"autohule.js"
,
"applyServer"
:
[
0
]
}
resourcepack/chong/assets/.idea/assets.iml
0 → 100644
View file @
43313655
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
resourcepack/chong/assets/.idea/inspectionProfiles/Project_Default.xml
0 → 100644
View file @
43313655
<component
name=
"InspectionProjectProfileManager"
>
<profile
version=
"1.0"
>
<option
name=
"myName"
value=
"Project Default"
/>
<inspection_tool
class=
"DuplicatedCode"
enabled=
"true"
level=
"WEAK WARNING"
enabled_by_default=
"true"
>
<Languages>
<language
minSize=
"57"
name=
"Python"
/>
</Languages>
</inspection_tool>
<inspection_tool
class=
"PyUnresolvedReferencesInspection"
enabled=
"true"
level=
"WARNING"
enabled_by_default=
"true"
>
<option
name=
"ignoredIdentifiers"
>
<list>
<option
value=
"hoshino.*"
/>
</list>
</option>
</inspection_tool>
</profile>
</component>
\ No newline at end of file
resourcepack/chong/assets/.idea/inspectionProfiles/profiles_settings.xml
0 → 100644
View file @
43313655
<component
name=
"InspectionProjectProfileManager"
>
<settings>
<option
name=
"USE_PROJECT_PROFILE"
value=
"false"
/>
<version
value=
"1.0"
/>
</settings>
</component>
\ No newline at end of file
resourcepack/chong/assets/.idea/misc.xml
0 → 100644
View file @
43313655
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.8"
project-jdk-type=
"Python SDK"
/>
</project>
\ No newline at end of file
resourcepack/chong/assets/.idea/modules.xml
0 → 100644
View file @
43313655
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/assets.iml"
filepath=
"$PROJECT_DIR$/.idea/assets.iml"
/>
</modules>
</component>
</project>
\ No newline at end of file
resourcepack/chong/assets/.idea/workspace.xml
0 → 100644
View file @
43313655
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e4d6c96c-9137-41a2-868d-1ea10275336e"
name=
"默认的"
comment=
""
/>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
<option
name=
"HIGHLIGHT_NON_ACTIVE_CHANGELIST"
value=
"false"
/>
<option
name=
"LAST_RESOLUTION"
value=
"IGNORE"
/>
</component>
<component
name=
"JupyterTrust"
id=
"a60951de-40c9-4472-8a2a-064d731913ea"
/>
<component
name=
"ProjectId"
id=
"1nF0BQJqmbNf8XUrwiguOmm8Afh"
/>
<component
name=
"ProjectViewState"
>
<option
name=
"hideEmptyMiddlePackages"
value=
"true"
/>
<option
name=
"showLibraryContents"
value=
"true"
/>
</component>
<component
name=
"PropertiesComponent"
>
<property
name=
"RunOnceActivity.OpenProjectViewOnStart"
value=
"true"
/>
<property
name=
"WebServerToolWindowFactoryState"
value=
"false"
/>
<property
name=
"last_opened_file_path"
value=
"D:/hoshino-new"
/>
</component>
<component
name=
"SpellCheckerSettings"
RuntimeDictionaries=
"0"
Folders=
"0"
CustomDictionaries=
"0"
DefaultDictionary=
"application-level"
UseSingleDictionary=
"true"
transferred=
"true"
/>
<component
name=
"TaskManager"
>
<task
active=
"true"
id=
"Default"
summary=
"Default task"
>
<changelist
id=
"e4d6c96c-9137-41a2-868d-1ea10275336e"
name=
"默认的"
comment=
""
/>
<created>
1610970409557
</created>
<option
name=
"number"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1610970409557
</updated>
<workItem
from=
"1610970416289"
duration=
"408000"
/>
</task>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
<option
name=
"version"
value=
"3"
/>
</component>
</project>
\ No newline at end of file
resourcepack/chong/assets/mjdesktop2.png
0 → 100644
View file @
43313655
505 KB
resourcepack/chong/preview.jpg
0 → 100644
View file @
43313655
15.5 KB
resourcepack/chong/resourcepack.json
0 → 100644
View file @
43313655
{
"id"
:
"chong"
,
"version"
:
"1.1.0"
,
"name"
:
"立直按钮改放铳,放弃按钮改防"
,
"author"
:
"芈澐"
,
"description"
:
"想啥呢?立直啊!铳呀!后期加入放弃按钮改防"
,
"preview"
:
"preview.jpg"
,
"replace"
:
[
{
"from"
:
"res/atlas/myres/mjdesktop2.png"
,
"to"
:
"mjdesktop2.png"
,
"all-servers"
:
true
}
]
}
\ No newline at end of file
resourcepack/headframe_sakura/assets/default.png
0 → 100644
View file @
43313655
49.1 KB
resourcepack/headframe_sakura/assets/headframe_default.jpg
0 → 100644
View file @
43313655
38.6 KB
resourcepack/headframe_sakura/preview.jpg
0 → 100644
View file @
43313655
38.6 KB
resourcepack/headframe_sakura/resourcepack.json
0 → 100644
View file @
43313655
{
"id"
:
"headframe_sakura"
,
"version"
:
"1.0.0"
,
"name"
:
"头像框-樱花之恋"
,
"author"
:
"熊小萌"
,
"description"
:
"将默认头像框改为樱花之恋头像框,快来和心仪的ta来一场甜甜的恋爱吧!"
,
"preview"
:
"preview.jpg"
,
"dependencies"
:
{
"majsoul_plus"
:
"^2.0.0"
},
"replace"
:
[
{
"from"
:
"extendRes/head_frame/default.png"
,
"to"
:
"default.png"
},
{
"from"
:
"extendRes/items/headframe_default.jpg"
,
"to"
:
"headframe_default.jpg"
}
]
}
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