This commit is contained in:
DelLevin-Home
2026-01-30 22:43:35 +08:00
parent bff65b7438
commit f1b9f6a1d0
11 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@
2. `base64-de-in-code` base64编码解码
1. 编码接口post http(s)://网站域名/encode
2. 解码接口post http(s)://网站域名/decode
3. 知乎文章本地保存
3. `get-zhi-zhu-article`知乎文章本地保存

View File

@@ -65,6 +65,6 @@ def encode_endpoint():
'result': encoded_string
})
# pip install pipreqs
# pipreqs D:\UserData\Desktop\demo\python_script\2.base64-de-in-code
# pipreqs D:\UserData\Desktop\demo\python_script\base64-de-in-code
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=5000)

View File