-
Notifications
You must be signed in to change notification settings - Fork 116
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
23 files
+29 −9 | main.py | |
+4 −2 | package.json | |
+58 −0 | pnpm-lock.yaml | |
+37 −0 | src/components/ColorPickModal.tsx | |
+1 −1 | src/components/MangoIndex.tsx | |
+95 −36 | src/components/ParamItem.tsx | |
+2 −2 | src/components/ResortableList.tsx | |
+84 −2 | src/i18n/en.json | |
+89 −1 | src/i18n/ja.json | |
+90 −2 | src/i18n/ko.json | |
+77 −1 | src/i18n/localizeMap.ts | |
+83 −1 | src/i18n/zh-cn.json | |
+83 −1 | src/i18n/zh-tw.json | |
+5 −5 | src/index.tsx | |
+2 −0 | src/util/backend.ts | |
+45 −0 | src/util/config/config.ts | |
+1,574 −0 | src/util/config/config_main.ts | |
+633 −303 | src/util/config/config_rel.ts | |
+1 −0 | src/util/config/index.ts | |
+62 −15 | src/util/enum.ts | |
+20 −14 | src/util/interface.ts | |
+5 −3 | src/util/pluginMain.ts | |
+253 −147 | src/util/settings.ts |