Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
List
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
syntax_j
mycard
Commits
6f957223
Commit
6f957223
authored
Mar 25, 2014
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c1449a3c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
8 deletions
+24
-8
README.md
README.md
+7
-3
app/partials/app_show.html
app/partials/app_show.html
+17
-5
No files found.
README.md
View file @
6f957223
...
@@ -32,7 +32,7 @@ replay管理
...
@@ -32,7 +32,7 @@ replay管理
存档同步
存档同步
自动更新
自动更新
一定程度的跨平台,例如能wine起来的游戏就直接标记为支持linux、mac。下载的时候一起调教好。
一定程度的跨平台,例如能wine起来的游戏就直接标记为支持linux、mac。下载的时候一起调教好。
依赖 (黑历史的PC98模拟器之类,还有FXTZ->FXT的建议性依赖)
依赖 (
dx, c++runtime, linux系统源,
黑历史的PC98模拟器之类,还有FXTZ->FXT的建议性依赖)
游戏和其他资源
游戏和其他资源
好友玩过/好友正在玩
好友玩过/好友正在玩
...
@@ -77,12 +77,15 @@ replay管理
...
@@ -77,12 +77,15 @@ replay管理
apps.json --> 调试用数据库,生产时应当在服务器上
apps.json --> 调试用数据库,生产时应当在服务器上
loop_start.bat --> 调试用循环启动,叉掉之后自动开启一个新实例
loop_start.bat --> 调试用循环启动,叉掉之后自动开启一个新实例
二进制文件可以在 http://test2.my-card.in/downloads/maotama/maotama_win32_binaries.7z 下载
## API
## API
XMPP my-card.in
XMPP my-card.in
XMPP聊天室 conference.my-card.in
XMPP聊天室 conference.my-card.in
以下全都为临时,开发用
用户认证 https://my-card.in/users/me.json?name=用户名&password=密码
用户认证 https://my-card.in/users/me.json?name=用户名&password=密码
反重力场 ws://122.0.65.69:10800/
(临时)
反重力场 ws://122.0.65.69:10800/
资源列表 apps.json
资源列表
https://github.com/mycard/maotama/raw/master/
apps.json
资源下载 http://test2.my-card.in/downloads/maotama/
资源下载 http://test2.my-card.in/downloads/maotama/
## 相关技术
## 相关技术
...
@@ -91,6 +94,7 @@ nodejs
...
@@ -91,6 +94,7 @@ nodejs
node-webkit
node-webkit
HTML5
HTML5
AngularJS
AngularJS
XMPP
## 制作组
## 制作组
...
...
app/partials/app_show.html
View file @
6f957223
...
@@ -51,14 +51,26 @@
...
@@ -51,14 +51,26 @@
<label>
<label>
<input
type=
"checkbox"
checked
>
桌面
<input
type=
"checkbox"
checked
>
桌面
</label>
</label>
</div>
<div
class=
"checkbox"
>
<label>
<label>
<label>
<input
type=
"checkbox"
checked
>
“开始”屏幕
<!--if windows >= 8-->
<input
type=
"checkbox"
checked
>
“开始”屏幕
<!--if windows >= 8-->
</label>
</label>
</label>
</div>
<!--if gnome-->
<!--if gnome-->
<!--<label>
<!--
<div class="checkbox">
<label>
<label>
<input type="checkbox" checked> “应用程序”菜单
<input type="checkbox" checked> “应用程序”菜单
</label>-->
</label>
</div>
</label>
</div>-->
</div>
</div>
<label
ng-if=
"app.has_extra_languages"
>
语言包
</label>
<label
ng-if=
"app.has_extra_languages"
>
语言包
</label>
...
...
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