├── .gitignore ├── LICENSE ├── Module ├── FEATURES ├── META-INF │ └── com │ │ └── google │ │ └── android │ │ ├── update-binary │ │ └── updater-script ├── customize.sh ├── feas.conf ├── module.prop ├── service.sh └── uninstall.sh ├── README.md └── src ├── Addutils.cpp ├── Androidutils.cpp ├── Androidutils_feas.cpp ├── FEAShelper.cpp ├── FreqandGov.cpp ├── S3profile.cpp ├── fpsgo.cpp ├── include ├── Addutils.h ├── Androidutils.h ├── Androidutils_feas.h ├── FreqandGov.h ├── S3profile.h └── fpsgo.h └── joyconfig ├── 8+god ├── 8+god.csv ├── 8+god.csv.bak ├── databases │ ├── GameInfo.db │ ├── GameInfo.db-journal │ ├── SmartP.db │ ├── SmartP.db-journal │ ├── onetrack │ ├── onetrack-journal │ ├── onetrack_ad │ ├── onetrack_ad-journal │ ├── teg_config.db │ └── teg_config.db-journal ├── files │ └── resolution_tuner_config.xml ├── gameinfo.csv ├── oat │ └── arm64 │ │ ├── Anonymous-DexFile@117329248.vdex │ │ ├── Anonymous-DexFile@1199655797.vdex │ │ ├── Anonymous-DexFile@2819246699.vdex │ │ ├── Anonymous-DexFile@2834647914.vdex │ │ ├── Anonymous-DexFile@2859748416.vdex │ │ ├── Anonymous-DexFile@290540328.vdex │ │ ├── Anonymous-DexFile@3000127082.vdex │ │ └── Anonymous-DexFile@3394129184.vdex └── shared_prefs │ ├── GPUTUNER_AISR_STATUS.xml │ ├── GPUTUNER_MIGL_STATUS.xml │ ├── ___.xml │ ├── com.xiaomi.joyose_preferences.xml │ ├── config.xml │ ├── game_monitor_record.xml │ ├── one_track_pref.xml │ ├── perflock.xml │ ├── sp_vrs_gamelist.xml │ └── teg_config_pref.xml ├── ALL ├── 21051182C │ └── default_cloud_21051182C.json ├── 2106118C │ └── default_cloud_2106118C.json ├── 2107113SG │ └── default_cloud_2107113SG.json ├── 2107113SR │ └── default_cloud_2107113SR.json ├── 2107119DC │ └── default_cloud_2107119DC.json ├── 21081111RG │ └── default_cloud_21081111RG.json ├── 21091116C │ └── default_cloud_21091116C.json ├── 21091116I │ └── default_cloud_21091116I.json ├── 21091116UC │ └── default_cloud_21091116UC.json ├── 21091116UG │ └── default_cloud_21091116UG.json ├── 21091116UI │ └── default_cloud_21091116UI.json ├── 2109119BC │ └── default_cloud_2109119BC.json ├── 2109119DG │ └── default_cloud_2109119DG.json ├── 2109119DI │ └── default_cloud_2109119DI.json ├── 21121210C │ └── default_cloud_21121210C.json ├── 21121210G │ └── default_cloud_21121210G.json ├── 2112123AC │ └── default_cloud_2112123AC.json ├── 2112123AG │ └── default_cloud_2112123AG.json ├── 22011211C │ └── default_cloud_22011211C.json ├── 2201122C │ └── default_cloud_2201122C.json ├── 2201122G │ └── default_cloud_2201122G.json ├── 2201123C │ └── default_cloud_2201123C.json ├── 2201123G │ └── default_cloud_2201123G.json ├── 22021211RC │ └── default_cloud_22021211RC.json ├── 22021211RG │ └── default_cloud_22021211RG.json ├── 22021211RI │ └── default_cloud_22021211RI.json ├── 2203121C │ └── default_cloud_2203121C.json ├── 2203129G │ └── default_cloud_2203129G.json ├── 22041211AC │ └── default_cloud_22041211AC.json ├── 22041216C │ └── default_cloud_22041216C.json ├── 22041216G │ └── default_cloud_22041216G.json ├── 22041216I │ └── default_cloud_22041216I.json ├── 22041216UC │ └── default_cloud_22041216UC.json ├── 22061218C │ └── default_cloud_22061218C.json ├── 2206122SC │ └── default_cloud_2206122SC.json ├── 2206123SC │ └── default_cloud_2206123SC.json ├── 22071212AG │ └── default_cloud_22071212AG.json ├── 2207122MC │ └── default_cloud_2207122MC.json ├── 22081212C │ └── default_cloud_22081212C.json ├── 22081212UG │ └── default_cloud_22081212UG.json ├── 22081281AC │ └── default_cloud_22081281AC.json ├── 2209129SC │ └── default_cloud_2209129SC.json ├── 2210129SG │ └── default_cloud_2210129SG.json ├── 22101316C │ └── default_cloud_22101316C.json ├── 22101316G │ └── default_cloud_22101316G.json ├── 22101316I │ └── default_cloud_22101316I.json ├── 22101316UC │ └── default_cloud_22101316UC.json ├── 22101316UCP │ └── default_cloud_22101316UCP.json ├── 22101316UG │ └── default_cloud_22101316UG.json ├── 22101316UP │ └── default_cloud_22101316UP.json ├── 22101320C │ └── default_cloud_22101320C.json ├── 22101320G │ └── default_cloud_22101320G.json ├── 22101320I │ └── default_cloud_22101320I.json ├── 2210132C │ └── default_cloud_2210132C.json ├── 2210132G │ └── default_cloud_2210132G.json ├── 2211133C │ └── default_cloud_2211133C.json ├── 2211133G │ └── default_cloud_2211133G.json ├── 22122RK93C │ └── default_cloud_22122RK93C.json ├── 22127RK46C │ └── default_cloud_22127RK46C.json ├── 23013RK75C │ └── default_cloud_23013RK75C.json ├── 23013RK75G │ └── default_cloud_23013RK75G.json ├── 23013RK75I │ └── default_cloud_23013RK75I.json ├── M2007J1SC │ └── default_cloud_M2007J1SC.json ├── M2007J3SC │ └── default_cloud_M2007J3SC.json ├── M2007J3SG │ └── default_cloud_M2007J3SG.json ├── M2007J3SI │ └── default_cloud_M2007J3SI.json ├── M2007J3SP │ └── default_cloud_M2007J3SP.json ├── M2007J3SY │ └── default_cloud_M2007J3SY.json ├── M2011J18C │ └── default_cloud_M2011J18C.json ├── M2011K2C │ └── default_cloud_M2011K2C.json ├── M2012K10C │ └── default_cloud_M2012K10C.json ├── M2012K11AC │ └── default_cloud_M2012K11AC.json ├── M2012K11C │ └── default_cloud_M2012K11C.json ├── M2101K9AG │ └── default_cloud_M2101K9AG.json ├── M2101K9AI │ └── default_cloud_M2101K9AI.json ├── M2101K9C │ └── default_cloud_M2101K9C.json ├── M2102J2SC │ └── default_cloud_M2102J2SC.json ├── M2102K1AC │ └── default_cloud_M2102K1AC.json ├── M2102K1C │ └── default_cloud_M2102K1C.json ├── M2104K10AC │ └── default_cloud_M2104K10AC.json ├── M2104K10I │ └── default_cloud_M2104K10I.json ├── M2104K11TC │ └── default_cloud_M2104K11TC.json ├── M2105K81AC │ └── default_cloud_M2105K81AC.json ├── M2105K81C │ └── default_cloud_M2105K81C.json ├── MI8SE │ └── default_cloud_MI8SE.json ├── MICC9 │ └── default_cloud_MICC9.json ├── MICC9Pro │ └── default_cloud_MICC9Pro.json ├── MSM8996 │ └── default_cloud_MSM8996.json ├── MSM8996pro │ └── default_cloud_MSM8996pro.json ├── MSM8998 │ └── default_cloud_MSM8998.json ├── Mi9Pro5G │ └── default_cloud_Mi9Pro5G.json ├── RedmiK20 │ └── default_cloud_RedmiK20.json ├── RedmiK20Pro │ └── default_cloud_RedmiK20Pro.json ├── RedmiK30 │ └── default_cloud_RedmiK30.json ├── RedmiK305G │ └── default_cloud_RedmiK305G.json ├── RedmiNote8Pro │ └── default_cloud_RedmiNote8Pro.json ├── SDM636 │ └── default_cloud_SDM636.json ├── SDM660 │ └── default_cloud_SDM660.json ├── SDM845 │ └── default_cloud_SDM845.json ├── SM6150 │ └── default_cloud_SM6150.json ├── SM7225 │ └── default_cloud_SM7225.json ├── SM8150 │ └── default_cloud_SM8150.json ├── SM8250 │ └── default_cloud_SM8250.json ├── default_cloud.json ├── profiles │ ├── 8350 │ │ ├── com.garena.game.codm-gpu │ │ ├── com.protopop.brightridge-gpu │ │ ├── com.tencent.tmgp.pubgmhd-gpu │ │ └── com.tencent.tmgp.sgame-gpu │ └── 8450 │ │ ├── com.protopop.brightridge-gpu │ │ ├── com.sy.dldlhsdj.gw-gpu │ │ ├── com.tencent.tmgp.pubgmhd-gpu │ │ ├── com.tencent.tmgp.sgame-gpu │ │ └── com.tencent.tmgp.speedmobile-gpu ├── top_game_list.json └── zijin │ └── default_cloud_zijin.json ├── K60E_FEAS.txt ├── k50u.json └── k60.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/LICENSE -------------------------------------------------------------------------------- /Module/FEATURES: -------------------------------------------------------------------------------- 1 | - 目前功能: 2 | - 根据配置自动开启小米设备(可能)支持的Feas 3 | - 配置文件位于/data/feas.conf -------------------------------------------------------------------------------- /Module/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /Module/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /Module/customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/customize.sh -------------------------------------------------------------------------------- /Module/feas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/feas.conf -------------------------------------------------------------------------------- /Module/module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/module.prop -------------------------------------------------------------------------------- /Module/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/service.sh -------------------------------------------------------------------------------- /Module/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/Module/uninstall.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/README.md -------------------------------------------------------------------------------- /src/Addutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/Addutils.cpp -------------------------------------------------------------------------------- /src/Androidutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/Androidutils.cpp -------------------------------------------------------------------------------- /src/Androidutils_feas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/Androidutils_feas.cpp -------------------------------------------------------------------------------- /src/FEAShelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/FEAShelper.cpp -------------------------------------------------------------------------------- /src/FreqandGov.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/FreqandGov.cpp -------------------------------------------------------------------------------- /src/S3profile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/S3profile.cpp -------------------------------------------------------------------------------- /src/fpsgo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/fpsgo.cpp -------------------------------------------------------------------------------- /src/include/Addutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/Addutils.h -------------------------------------------------------------------------------- /src/include/Androidutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/Androidutils.h -------------------------------------------------------------------------------- /src/include/Androidutils_feas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/Androidutils_feas.h -------------------------------------------------------------------------------- /src/include/FreqandGov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/FreqandGov.h -------------------------------------------------------------------------------- /src/include/S3profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/S3profile.h -------------------------------------------------------------------------------- /src/include/fpsgo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/include/fpsgo.h -------------------------------------------------------------------------------- /src/joyconfig/8+god/8+god.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/8+god.csv -------------------------------------------------------------------------------- /src/joyconfig/8+god/8+god.csv.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/8+god.csv.bak -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/GameInfo.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/GameInfo.db -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/GameInfo.db-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/GameInfo.db-journal -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/SmartP.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/SmartP.db -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/SmartP.db-journal: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/onetrack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/onetrack -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/onetrack-journal: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/onetrack_ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/onetrack_ad -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/onetrack_ad-journal: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/teg_config.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/databases/teg_config.db -------------------------------------------------------------------------------- /src/joyconfig/8+god/databases/teg_config.db-journal: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /src/joyconfig/8+god/files/resolution_tuner_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/files/resolution_tuner_config.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/gameinfo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/gameinfo.csv -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@117329248.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@117329248.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@1199655797.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@1199655797.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2819246699.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2819246699.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2834647914.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2834647914.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2859748416.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@2859748416.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@290540328.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@290540328.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@3000127082.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@3000127082.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@3394129184.vdex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/oat/arm64/Anonymous-DexFile@3394129184.vdex -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/GPUTUNER_AISR_STATUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/GPUTUNER_AISR_STATUS.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/GPUTUNER_MIGL_STATUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/GPUTUNER_MIGL_STATUS.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/___.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/___.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/com.xiaomi.joyose_preferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/com.xiaomi.joyose_preferences.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/config.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/game_monitor_record.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/game_monitor_record.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/one_track_pref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/one_track_pref.xml -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/perflock.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/sp_vrs_gamelist.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/joyconfig/8+god/shared_prefs/teg_config_pref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/8+god/shared_prefs/teg_config_pref.xml -------------------------------------------------------------------------------- /src/joyconfig/ALL/21051182C/default_cloud_21051182C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21051182C/default_cloud_21051182C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2106118C/default_cloud_2106118C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2106118C/default_cloud_2106118C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2107113SG/default_cloud_2107113SG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2107113SG/default_cloud_2107113SG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2107113SR/default_cloud_2107113SR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2107113SR/default_cloud_2107113SR.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2107119DC/default_cloud_2107119DC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2107119DC/default_cloud_2107119DC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21081111RG/default_cloud_21081111RG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21081111RG/default_cloud_21081111RG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21091116C/default_cloud_21091116C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21091116C/default_cloud_21091116C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21091116I/default_cloud_21091116I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21091116I/default_cloud_21091116I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21091116UC/default_cloud_21091116UC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21091116UC/default_cloud_21091116UC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21091116UG/default_cloud_21091116UG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21091116UG/default_cloud_21091116UG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21091116UI/default_cloud_21091116UI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21091116UI/default_cloud_21091116UI.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2109119BC/default_cloud_2109119BC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2109119BC/default_cloud_2109119BC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2109119DG/default_cloud_2109119DG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2109119DG/default_cloud_2109119DG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2109119DI/default_cloud_2109119DI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2109119DI/default_cloud_2109119DI.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21121210C/default_cloud_21121210C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21121210C/default_cloud_21121210C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/21121210G/default_cloud_21121210G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/21121210G/default_cloud_21121210G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2112123AC/default_cloud_2112123AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2112123AC/default_cloud_2112123AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2112123AG/default_cloud_2112123AG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2112123AG/default_cloud_2112123AG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22011211C/default_cloud_22011211C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22011211C/default_cloud_22011211C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2201122C/default_cloud_2201122C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2201122C/default_cloud_2201122C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2201122G/default_cloud_2201122G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2201122G/default_cloud_2201122G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2201123C/default_cloud_2201123C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2201123C/default_cloud_2201123C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2201123G/default_cloud_2201123G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2201123G/default_cloud_2201123G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22021211RC/default_cloud_22021211RC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22021211RC/default_cloud_22021211RC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22021211RG/default_cloud_22021211RG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22021211RG/default_cloud_22021211RG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22021211RI/default_cloud_22021211RI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22021211RI/default_cloud_22021211RI.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2203121C/default_cloud_2203121C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2203121C/default_cloud_2203121C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2203129G/default_cloud_2203129G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2203129G/default_cloud_2203129G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22041211AC/default_cloud_22041211AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22041211AC/default_cloud_22041211AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22041216C/default_cloud_22041216C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22041216C/default_cloud_22041216C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22041216G/default_cloud_22041216G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22041216G/default_cloud_22041216G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22041216I/default_cloud_22041216I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22041216I/default_cloud_22041216I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22041216UC/default_cloud_22041216UC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22041216UC/default_cloud_22041216UC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22061218C/default_cloud_22061218C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22061218C/default_cloud_22061218C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2206122SC/default_cloud_2206122SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2206122SC/default_cloud_2206122SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2206123SC/default_cloud_2206123SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2206123SC/default_cloud_2206123SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22071212AG/default_cloud_22071212AG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22071212AG/default_cloud_22071212AG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2207122MC/default_cloud_2207122MC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2207122MC/default_cloud_2207122MC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22081212C/default_cloud_22081212C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22081212C/default_cloud_22081212C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22081212UG/default_cloud_22081212UG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22081212UG/default_cloud_22081212UG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22081281AC/default_cloud_22081281AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22081281AC/default_cloud_22081281AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2209129SC/default_cloud_2209129SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2209129SC/default_cloud_2209129SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2210129SG/default_cloud_2210129SG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2210129SG/default_cloud_2210129SG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316C/default_cloud_22101316C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316C/default_cloud_22101316C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316G/default_cloud_22101316G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316G/default_cloud_22101316G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316I/default_cloud_22101316I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316I/default_cloud_22101316I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316UC/default_cloud_22101316UC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316UC/default_cloud_22101316UC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316UCP/default_cloud_22101316UCP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316UCP/default_cloud_22101316UCP.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316UG/default_cloud_22101316UG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316UG/default_cloud_22101316UG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101316UP/default_cloud_22101316UP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101316UP/default_cloud_22101316UP.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101320C/default_cloud_22101320C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101320C/default_cloud_22101320C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101320G/default_cloud_22101320G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101320G/default_cloud_22101320G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22101320I/default_cloud_22101320I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22101320I/default_cloud_22101320I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2210132C/default_cloud_2210132C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2210132C/default_cloud_2210132C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2210132G/default_cloud_2210132G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2210132G/default_cloud_2210132G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2211133C/default_cloud_2211133C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2211133C/default_cloud_2211133C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/2211133G/default_cloud_2211133G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/2211133G/default_cloud_2211133G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22122RK93C/default_cloud_22122RK93C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22122RK93C/default_cloud_22122RK93C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/22127RK46C/default_cloud_22127RK46C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/22127RK46C/default_cloud_22127RK46C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/23013RK75C/default_cloud_23013RK75C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/23013RK75C/default_cloud_23013RK75C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/23013RK75G/default_cloud_23013RK75G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/23013RK75G/default_cloud_23013RK75G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/23013RK75I/default_cloud_23013RK75I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/23013RK75I/default_cloud_23013RK75I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J1SC/default_cloud_M2007J1SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J1SC/default_cloud_M2007J1SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J3SC/default_cloud_M2007J3SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J3SC/default_cloud_M2007J3SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J3SG/default_cloud_M2007J3SG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J3SG/default_cloud_M2007J3SG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J3SI/default_cloud_M2007J3SI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J3SI/default_cloud_M2007J3SI.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J3SP/default_cloud_M2007J3SP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J3SP/default_cloud_M2007J3SP.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2007J3SY/default_cloud_M2007J3SY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2007J3SY/default_cloud_M2007J3SY.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2011J18C/default_cloud_M2011J18C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2011J18C/default_cloud_M2011J18C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2011K2C/default_cloud_M2011K2C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2011K2C/default_cloud_M2011K2C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2012K10C/default_cloud_M2012K10C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2012K10C/default_cloud_M2012K10C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2012K11AC/default_cloud_M2012K11AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2012K11AC/default_cloud_M2012K11AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2012K11C/default_cloud_M2012K11C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2012K11C/default_cloud_M2012K11C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2101K9AG/default_cloud_M2101K9AG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2101K9AG/default_cloud_M2101K9AG.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2101K9AI/default_cloud_M2101K9AI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2101K9AI/default_cloud_M2101K9AI.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2101K9C/default_cloud_M2101K9C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2101K9C/default_cloud_M2101K9C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2102J2SC/default_cloud_M2102J2SC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2102J2SC/default_cloud_M2102J2SC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2102K1AC/default_cloud_M2102K1AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2102K1AC/default_cloud_M2102K1AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2102K1C/default_cloud_M2102K1C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2102K1C/default_cloud_M2102K1C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2104K10AC/default_cloud_M2104K10AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2104K10AC/default_cloud_M2104K10AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2104K10I/default_cloud_M2104K10I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2104K10I/default_cloud_M2104K10I.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2104K11TC/default_cloud_M2104K11TC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2104K11TC/default_cloud_M2104K11TC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2105K81AC/default_cloud_M2105K81AC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2105K81AC/default_cloud_M2105K81AC.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/M2105K81C/default_cloud_M2105K81C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/M2105K81C/default_cloud_M2105K81C.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MI8SE/default_cloud_MI8SE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MI8SE/default_cloud_MI8SE.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MICC9/default_cloud_MICC9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MICC9/default_cloud_MICC9.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MICC9Pro/default_cloud_MICC9Pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MICC9Pro/default_cloud_MICC9Pro.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MSM8996/default_cloud_MSM8996.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MSM8996/default_cloud_MSM8996.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MSM8996pro/default_cloud_MSM8996pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MSM8996pro/default_cloud_MSM8996pro.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/MSM8998/default_cloud_MSM8998.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/MSM8998/default_cloud_MSM8998.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/Mi9Pro5G/default_cloud_Mi9Pro5G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/Mi9Pro5G/default_cloud_Mi9Pro5G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/RedmiK20/default_cloud_RedmiK20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/RedmiK20/default_cloud_RedmiK20.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/RedmiK20Pro/default_cloud_RedmiK20Pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/RedmiK20Pro/default_cloud_RedmiK20Pro.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/RedmiK30/default_cloud_RedmiK30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/RedmiK30/default_cloud_RedmiK30.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/RedmiK305G/default_cloud_RedmiK305G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/RedmiK305G/default_cloud_RedmiK305G.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/RedmiNote8Pro/default_cloud_RedmiNote8Pro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/RedmiNote8Pro/default_cloud_RedmiNote8Pro.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SDM636/default_cloud_SDM636.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SDM636/default_cloud_SDM636.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SDM660/default_cloud_SDM660.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SDM660/default_cloud_SDM660.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SDM845/default_cloud_SDM845.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SDM845/default_cloud_SDM845.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SM6150/default_cloud_SM6150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SM6150/default_cloud_SM6150.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SM7225/default_cloud_SM7225.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SM7225/default_cloud_SM7225.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SM8150/default_cloud_SM8150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SM8150/default_cloud_SM8150.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/SM8250/default_cloud_SM8250.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/SM8250/default_cloud_SM8250.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/default_cloud.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/default_cloud.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8350/com.garena.game.codm-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8350/com.garena.game.codm-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8350/com.protopop.brightridge-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8350/com.protopop.brightridge-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8350/com.tencent.tmgp.pubgmhd-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8350/com.tencent.tmgp.pubgmhd-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8350/com.tencent.tmgp.sgame-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8350/com.tencent.tmgp.sgame-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8450/com.protopop.brightridge-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8450/com.protopop.brightridge-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8450/com.sy.dldlhsdj.gw-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8450/com.sy.dldlhsdj.gw-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.pubgmhd-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.pubgmhd-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.sgame-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.sgame-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.speedmobile-gpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/profiles/8450/com.tencent.tmgp.speedmobile-gpu -------------------------------------------------------------------------------- /src/joyconfig/ALL/top_game_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/top_game_list.json -------------------------------------------------------------------------------- /src/joyconfig/ALL/zijin/default_cloud_zijin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/ALL/zijin/default_cloud_zijin.json -------------------------------------------------------------------------------- /src/joyconfig/K60E_FEAS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/K60E_FEAS.txt -------------------------------------------------------------------------------- /src/joyconfig/k50u.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/k50u.json -------------------------------------------------------------------------------- /src/joyconfig/k60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateautumn233/feashelper/HEAD/src/joyconfig/k60.json --------------------------------------------------------------------------------