Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amazon_reports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
common
amazon_reports
Commits
524f5022
Commit
524f5022
authored
Oct 25, 2024
by
邱阿朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加启动脚本
parent
a3048422
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
Spa.bat
Spa.bat
+5
-0
初始化.bat
初始化.bat
+20
-0
回款.bat
回款.bat
+5
-0
退款.bat
退款.bat
+5
-0
No files found.
Spa.bat
0 → 100644
View file @
524f5022
@echo off
D:\app\Python\python.exe src\coop.py
pause
初始化.bat
0 → 100644
View file @
524f5022
@echo off
setlocal
set "current_dir=%~dp0"
set "source=%current_dir%Python"
set "target=D:\app"
if not exist "%target%" (
mkdir "%target%"
)
move "%source%" "%target%"
endlocal
D:\app\Python\python.exe --version
D:\app\Python\Scripts\pip.exe install --no-warn-script-location -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
pause
回款.bat
0 → 100644
View file @
524f5022
@echo off
D:\app\Python\python.exe src\invoices.py
pause
退款.bat
0 → 100644
View file @
524f5022
@echo off
D:\app\Python\python.exe src\returns.py
pause
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment