mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-13 10:57:43 +08:00
先画个饼
This commit is contained in:
parent
882ce96b90
commit
9d4a75cd41
12
LICENSE
12
LICENSE
@ -92,16 +92,16 @@
|
|||||||
meet the following conditions:
|
meet the following conditions:
|
||||||
|
|
||||||
(a) You must give any other recipients of the Work or
|
(a) You must give any other recipients of the Work or
|
||||||
Derivative Works a copy of this License and
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
(b) You must cause any modified files to carry prominent notices
|
(b) You must cause any modified files to carry prominent notices
|
||||||
stating that You changed the files and
|
stating that You changed the files; and
|
||||||
|
|
||||||
(c) You must retain, in the Source form of any Derivative Works
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
that You distribute, all copyright, patent, trademark, and
|
that You distribute, all copyright, patent, trademark, and
|
||||||
attribution notices from the Source form of the Work,
|
attribution notices from the Source form of the Work,
|
||||||
excluding those notices that do not pertain to any part of
|
excluding those notices that do not pertain to any part of
|
||||||
the Derivative Works and
|
the Derivative Works; and
|
||||||
|
|
||||||
(d) If the Work includes a "NOTICE" text file as part of its
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
distribution, then any Derivative Works that You distribute must
|
distribution, then any Derivative Works that You distribute must
|
||||||
@ -109,8 +109,8 @@
|
|||||||
within such NOTICE file, excluding those notices that do not
|
within such NOTICE file, excluding those notices that do not
|
||||||
pertain to any part of the Derivative Works, in at least one
|
pertain to any part of the Derivative Works, in at least one
|
||||||
of the following places: within a NOTICE text file distributed
|
of the following places: within a NOTICE text file distributed
|
||||||
as part of the Derivative Works within the Source form or
|
as part of the Derivative Works; within the Source form or
|
||||||
documentation, if provided along with the Derivative Works or,
|
documentation, if provided along with the Derivative Works; or,
|
||||||
within a display generated by the Derivative Works, if and
|
within a display generated by the Derivative Works, if and
|
||||||
wherever such third-party notices normally appear. The contents
|
wherever such third-party notices normally appear. The contents
|
||||||
of the NOTICE file are for informational purposes only and
|
of the NOTICE file are for informational purposes only and
|
||||||
@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
Copyright 2022 Eilles Wan (金羿)
|
Copyright 2022 Eilles Wan (金羿)
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License")
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"""
|
"""
|
||||||
Copyright 2022 Eilles Wan (金羿)
|
Copyright 2022 Eilles Wan (金羿)
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the 'License')
|
Licensed under the Apache License, Version 2.0 (the 'License');
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
@ -1468,6 +1468,7 @@ def __main__():
|
|||||||
|
|
||||||
root.title(READABLETEXT[41].format(__version__))
|
root.title(READABLETEXT[41].format(__version__))
|
||||||
root.geometry('900x900') # 像素
|
root.geometry('900x900') # 像素
|
||||||
|
root.iconbitmap('./resources/musicreater.ico','./resources/musicreater.ico')
|
||||||
|
|
||||||
print('完成!')
|
print('完成!')
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"""
|
"""
|
||||||
Copyright 2022 Eilles Wan (金羿)
|
Copyright 2022 Eilles Wan (金羿)
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the 'License')
|
Licensed under the Apache License, Version 2.0 (the 'License');
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
Binary file not shown.
@ -35,6 +35,12 @@ Copyright © W-YI 2022
|
|||||||
|
|
||||||
新更新日志
|
新更新日志
|
||||||
|
|
||||||
|
Delta 0.2.0
|
||||||
|
2022 2 1 - 2022 x(TO-DO)
|
||||||
|
1.程序图标完善
|
||||||
|
2.修改窗口样式,可显示诸多信息
|
||||||
|
3.修复生成bug
|
||||||
|
4.全部变量皆使用类存储
|
||||||
|
|
||||||
Delta 0.1.5.1
|
Delta 0.1.5.1
|
||||||
2022 2 1 农历大年初一
|
2022 2 1 农历大年初一
|
||||||
|
Loading…
Reference in New Issue
Block a user