你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Cleaned up formatting.
这个提交包含在:
@@ -54,6 +54,7 @@ GNU General Public License for more details.
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with gprMax. If not, see <http://www.gnu.org/licenses/>."""
|
along with gprMax. If not, see <http://www.gnu.org/licenses/>."""
|
||||||
|
|
||||||
width = 65
|
width = 65
|
||||||
url = 'www.gprmax.com'
|
url = 'www.gprmax.com'
|
||||||
print('\n{} {} {}'.format('*'*round((width - len(url))/2), url, '*'*round((width - len(url))/2)))
|
print('\n{} {} {}'.format('*'*round((width - len(url))/2), url, '*'*round((width - len(url))/2)))
|
||||||
@@ -61,7 +62,6 @@ along with gprMax. If not, see <http://www.gnu.org/licenses/>."""
|
|||||||
print('{}'.format(gprMaxlogo.renderText('gprMax')))
|
print('{}'.format(gprMaxlogo.renderText('gprMax')))
|
||||||
print('{} v{} {}'.format('*'*round((width - len(version))/2), (version), '*'*round((width - len(version))/2)))
|
print('{} v{} {}'.format('*'*round((width - len(version))/2), (version), '*'*round((width - len(version))/2)))
|
||||||
print(licenseinfo)
|
print(licenseinfo)
|
||||||
print('\n{}\n'.format('*'*(width+3)))
|
|
||||||
|
|
||||||
|
|
||||||
def update_progress(progress):
|
def update_progress(progress):
|
||||||
|
在新工单中引用
屏蔽一个用户