-
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 CheatDeck
updated
14 files
+3 −4 | README.md | |
+ − | doc/settings.jpg | |
+5 −5 | package.json | |
+1 −1 | plugin.json | |
+4 −4 | pnpm-lock.yaml | |
+12 −1 | src/utils/backend.tsx | |
+15 −0 | src/utils/default.tsx | |
+44 −0 | src/utils/options.tsx | |
+84 −0 | src/views/Advanced.tsx | |
+6 −4 | src/views/Content.tsx | |
+0 −220 | src/views/GameSettings.tsx | |
+2 −3 | src/views/Information.tsx | |
+193 −0 | src/views/Normal.tsx | |
+11 −4 | src/views/PageRouter.tsx |