-
-
Notifications
You must be signed in to change notification settings - Fork 334
4.5.19 #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
4.5.19 #929
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
66ac5f7
feat: add rules argument for getUserInput
xiaoxustudio 37e06ab
feat: can use $0 get input value
xiaoxustudio c251412
feat: 添加引擎描述文件和版本自动同步机制
A-kirami d83ae66
fix: fast button state error
xiaoxustudio 70beeae
refactor: optimize auto and fast button state management
xiaoxustudio 3088ec9
fix: service worker
MakinoharaShoko b1c9fac
fix: supplement transform interface
HardyNLee dabcc94
fix: remove animation before set effect
HardyNLee c916f76
Merge pull request #898 from HardyNLee/fix/transform-interface
MakinoharaShoko 687eb9e
Merge branch 'dev' into pr/899
MakinoharaShoko f47ed34
fix: update removeAnimationByTargetKey to handle multiple animations
MakinoharaShoko 1bebc83
Merge pull request #899 from HardyNLee/fix/set-effect
MakinoharaShoko a24fc35
fix: safari view problem
MakinoharaShoko d598cd5
fix: view port problem
MakinoharaShoko 4864aca
fix: ios resize problem
MakinoharaShoko fdc1572
refactor ios screen handle code
MakinoharaShoko 17b098a
Merge pull request #905 from OpenWebGAL/fix-safari-problem
MakinoharaShoko 88e10a9
webgal ui refresh 1
MakinoharaShoko ece780e
template file ok
MakinoharaShoko 35bdbc0
template file adjust
MakinoharaShoko c7eb9c9
textbox adjust complete
MakinoharaShoko 7622fe0
fix scene typo
MakinoharaShoko 2aaae00
title refine 1
MakinoharaShoko 8133b08
title refine 2
MakinoharaShoko 2dfafcb
fix: add skin support
MakinoharaShoko 786ba76
restore old module scss
MakinoharaShoko b515662
restore template (was accidentally deleted)
MakinoharaShoko 42590f0
fix: use kebab-case for engine name per RFC #762
MakinoharaShoko b0acd14
feat: complete all optional fields in webgal-engine.json per RFC #762
MakinoharaShoko 200af92
Merge pull request #874 from xiaoxustudio/fix/fast-button-state
MakinoharaShoko 836a4f4
Merge pull request #859 from A-kirami/feat/engine-descriptor
MakinoharaShoko fa59dea
upgrade deps
MakinoharaShoko c05bd0d
adjust color
MakinoharaShoko cf6f751
Merge branch 'dev' into refresh-ui
MakinoharaShoko badc941
fix: title style and layout
MakinoharaShoko f5f4781
Merge pull request #911 from OpenWebGAL/refresh-ui
MakinoharaShoko 9019e85
chore: use local built-in component to show text
xiaoxustudio 04119cc
update: font and style
MakinoharaShoko 00b0cb6
update title styles
MakinoharaShoko 8406a60
chore: leftText change to required
xiaoxustudio 32463ff
feat: add ruleButtonText argument
xiaoxustudio bc40c51
Merge pull request #820 from xiaoxustudio/feat/getUserInput-rules
MakinoharaShoko 5b0fb42
chore(manifest): align official webgal-engine.json with RFC v3
A-kirami 1d753ca
Merge pull request #912 from OpenWebGAL/fix-spine-skins
MakinoharaShoko 0c7fccb
fix: sw, update version
MakinoharaShoko 1a74acd
Merge branch 'dev' into chore/align-webgal-engine-manifest-v3
A-kirami 9df6af2
Merge pull request #927 from A-kirami/chore/align-webgal-engine-manif…
MakinoharaShoko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| intro:我会显示出来:\:\,\.\;不信你看看 -hold; | ||
| WebGal:我会显示出来:\:\,\.\;不信你看看; | ||
| WebGAL:我会显示出来:\:\,\.\;不信你看看; | ||
| choose:我会显示出来:\:\,\.\;不信你看看; |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assigning to
document.onkeydownoverwrites any existing keydown handlers. It is generally better practice to useaddEventListenerto allow multiple listeners to coexist without interference.