shenshihai před 2 roky
revize
8592983810
3 změnil soubory, kde provedl 20 přidání a 0 odebrání
  1. 8 0
      .gitignore
  2. 0 0
      README.md
  3. 12 0
      composer.json

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+.distribute/
+.cache/
+.tool/
+module/
+vendor/
+config/
+data/
+*.lock

+ 0 - 0
README.md


+ 12 - 0
composer.json

@@ -0,0 +1,12 @@
+{
+	"name": "app/spirit-win64",
+	"type": "project",
+	"description": "spirit win64 app",
+	"license": "MIT",
+	"minimum-stability": "dev",
+	"version": "1.1.0",
+	"setup":{
+		"intranet":"http://192.168.3.10:8990/sis/spirit-1.0.0-setup.exe",
+		"internet":"https://sis-soft.oss-cn-shanghai.aliyuncs.com/OA/spirit-1.0.0-setup.exe"
+	}
+}