
- Add .idea for WebStorm users - Fix typo in a function name - Optimize display logic of lyrics component’s debug mode - Now you can use Cmd+Opt+Shift+Enter to toggle debug mode - Improve async logic in lyrics' script - Standardize naming in lyrics' script - Add detailed comments in lyrics component - Use CSS variables to enhance styles for lyric lines - Refactor nextUpdate to a Svelte store and subscribe to its changes - Avoid detecting changes in frequently triggered Svelte reactivity statement (line 148 in origin) - [TODO] Improve the interactive logic of the progress bar
12 lines
458 B
XML
12 lines
458 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$">
|
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |