-
Notifications
You must be signed in to change notification settings - Fork 388
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
建议拆分一下结构 #13
Comments
工程建议: |
其中 sTermInfo 变量占用了6650字符,我简单做了字符转换了,压缩后可降至1927字符。整体通过uglifyjs压缩后可从29k缩减成10k。当然如果将节气星座解耦,还能更小。以下代码可直接替换,贡献给需要的朋友。如作者原意我可以帮助修改结构。
|
接收PR合并,您可以修改代码发PR过来合并进去,感谢支持 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、阴历农历的转换为基础库js
2、节气与星座等,分别独立成js文件
3、通过简单脚本可以合并所有的,也可以按需索取
好处:减少文本容量
The text was updated successfully, but these errors were encountered: