-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MangoPeel
updated
20 files
+1 −1 | package.json | |
+204 −0 | src/components/ColorPickSlider.tsx | |
+59 −18 | src/components/MangoIndex.tsx | |
+201 −0 | src/components/ParamGroupTabs.tsx | |
+26 −5 | src/components/ParamItem.tsx | |
+1 −0 | src/components/index.ts | |
+15 −4 | src/i18n/en.json | |
+12 −1 | src/i18n/localizeMap.ts | |
+15 −4 | src/i18n/zh-cn.json | |
+15 −4 | src/i18n/zh-tw.json | |
+43 −28 | src/index.tsx | |
+0 −2 | src/util/backend.ts | |
+478 −428 | src/util/config/config_main.ts | |
+597 −292 | src/util/config/config_rel.ts | |
+10 −4 | src/util/enum.ts | |
+2 −1 | src/util/index.ts | |
+96 −0 | src/util/interface.ts | |
+197 −0 | src/util/perfStore.ts | |
+4 −1 | src/util/pluginMain.ts | |
+179 −14 | src/util/settings.ts |