Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yangliuchang authored Jun 22, 2021
1 parent a8a1a5a commit 8fdb52f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"ADMINS": [*你的 telegram 数字 id]
},
"VM": {
"DISK_SIZE_DEFAULT": *默认磁盘大小,
"LOCATIONS": {
"*创建虚拟机时显示的地区": "*可根据需求编辑",
"美国中": "centralus",
Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def start(m):
types.InlineKeyboardButton(text='管理实例', callback_data='mvm::')
)
bot.send_message(
text=f'<b>欢迎使用 <a href="https://github.com/azure-helper-bot">{BOT_NAME}</a></b>\n'
text=f'<b>欢迎使用 <a href="https://github.com/zayabighead/azure-helper-bot">{BOT_NAME}</a></b>\n'
f'你可以管理 Azure 账号,创建实例,更换 IP 等\n\n'
f'请选择你要进行的操作:',
chat_id=m.from_user.id,
Expand Down
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ADMINS": []
},
"VM": {
"DISK_SIZE_DEFAULT": 64,
"LOCATIONS": {
"美国中": "centralus",
"美国东": "eastus",
Expand Down

0 comments on commit 8fdb52f

Please sign in to comment.