Bladeren bron

Initial commit

master
aydz_kj 10 maanden geleden
commit
92e0312d2e
3 gewijzigde bestanden met toevoegingen van 45 en 0 verwijderingen
  1. 20
    0
      .gitignore
  2. 12
    0
      LICENSE
  3. 13
    0
      README.md

+ 20
- 0
.gitignore Bestand weergeven

@@ -0,0 +1,20 @@
1
+# ---> Actionscript
2
+# Build and Release Folders
3
+bin-debug/
4
+bin-release/
5
+[Oo]bj/
6
+[Bb]in/
7
+
8
+# Other files and folders
9
+.settings/
10
+
11
+# Executables
12
+*.swf
13
+*.air
14
+*.ipa
15
+*.apk
16
+
17
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
18
+# should NOT be excluded as they contain compiler settings and other important
19
+# information for Eclipse / Flash Builder.
20
+

+ 12
- 0
LICENSE Bestand weergeven

@@ -0,0 +1,12 @@
1
+Copyright (C) 2006 by Rob Landley <rob@landley.net>
2
+
3
+Permission to use, copy, modify, and/or distribute this software for any purpose
4
+with or without fee is hereby granted.
5
+
6
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
11
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
+PERFORMANCE OF THIS SOFTWARE.

+ 13
- 0
README.md Bestand weergeven

@@ -0,0 +1,13 @@
1
+# novel-app
2
+
3
+├── php-api/           # 改造后的PHP接口层
4
+
5
+├── java-ad-service/   # 若依框架微服务(广告+VIP+分账)
6
+
7
+├── uniapp-reader/     # UniApp前端项目
8
+
9
+│   ├── pages/         # 各端页面
10
+
11
+│   └── ad-strategy/   # 广告策略插件
12
+
13
+└── ry-admin/          # 若依后台管理系统

Laden…
Annuleren
Opslaan