Initial commit: project description

This commit is contained in:
purovps
2026-02-16 23:20:51 +08:00
commit 8c83a6fd46
2 changed files with 45 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# OS
.DS_Store
Thumbs.db
# Java / Maven
target/
*.class
*.jar
*.war
*.log
*.tmp
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
.project
.classpath
.settings/
# Node
node_modules/
# Sensitive
application-local.yml
*.key
*.pem

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# iShare - 流媒体账号合租平台
基于 **PigX 5.2** 企业级微服务框架的无侵入开发。
## 核心模块
- **as-app-server** — 账号合租业务模块
## 分支说明
| 分支 | 说明 |
|------|------|
| `master` | 项目说明 |
| `pigx_ishare` | 完整项目代码 |
> 💡 **代码请切换到 `pigx_ishare` 分支查看**