Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
5b6eae2b
Commit
5b6eae2b
authored
Sep 18, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/mycard/ygopro-images-generator
parents
676aefc9
9dcafc73
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
.gitmodules
.gitmodules
+0
-4
Global.rb
Global.rb
+2
-2
Log.rb
Log.rb
+1
-0
ygopro-images-raw
ygopro-images-raw
+0
-1
No files found.
.gitmodules
View file @
5b6eae2b
...
...
@@ -3,10 +3,6 @@
url = git@github.com:mycard/magicseteditor.git
branch = win32
shallow = true
[submodule "ygopro-images-raw"]
path = ygopro-images-raw
url = git@github.com:mycard/ygopro-images-raw.git
shallow = true
[submodule "ImgGen"]
path = ImgGen
url = git@github.com:mycard/ImgGen.git
...
...
Global.rb
View file @
5b6eae2b
...
...
@@ -18,13 +18,13 @@ module Global
attr_accessor
:sql_fix_name
end
self
.
language
=
'zh-CN'
self
.
git_path
=
'
ygopro-images-raw
'
self
.
git_path
=
'
pics
'
self
.
database_path
=
'ygopro-database'
self
.
git_uri
=
'https://github.com/mycard/ygopro-images-raw.git'
self
.
database_name
=
'%s.cdb'
self
.
temp_database_name
=
"working-cards.cdb"
self
.
image_type
=
'.jpg'
self
.
records_name
=
"
ygopro-images/
records.json"
self
.
records_name
=
"records.json"
self
.
answer_path
=
"ygopro-images-%s"
self
.
answer_uri
=
"https://github.com/mycard/ygo-images.git"
self
.
mse_path
=
"magicseteditor"
...
...
Log.rb
View file @
5b6eae2b
...
...
@@ -7,4 +7,5 @@ module Log
attr_accessor
:logger
end
self
.
logger
=
Logger
.
new
STDERR
self
.
logger
.
level
=
Logger
::
WARN
end
ygopro-images-raw
@
9b84c149
Subproject commit 9b84c1498702df77fca780778c31d02800f34729
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