Skip to content

Commit

Permalink
Merge pull request #244 from libsgh/dev
Browse files Browse the repository at this point in the history
v3
  • Loading branch information
libsgh authored Mar 4, 2022
2 parents f9ba0aa + ae80eec commit 7ba12b3
Show file tree
Hide file tree
Showing 905 changed files with 77,741 additions and 47,630 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js linguist-language=golang
*.css linguist-language=golang
*.html linguist-language=golang
28 changes: 21 additions & 7 deletions .github/workflows/compile-to-release.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,26 @@ on:
release:
types: [created]
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
# if: github.event.repository.owner.id == github.event.sender.id
release:
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.17]
name: PanIndex Release
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: libsgh/PanIndex-release-action@master
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
ref: main
- name: Build PanIndex
uses: libsgh/PanIndex-build-action@main
- name: Release
uses: softprops/action-gh-release@v1
with:
github_token: ${{ secrets.GH_TOKEN }}
files: /home/runner/work/PanIndex/PanIndex/dist/compress/*
9 changes: 2 additions & 7 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
.env
.docker_build/
.idea/
bin/
/bin/
PanIndex
data/
/bin/*
/.idea/
Empty file modified LICENSE
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- OneDrive国际版

## 示例
- [在线演示](https://t1.noki.icu "https://t1.noki.icu")
- [在线演示](https://t1.netrss.cf "https://t1.netrss.cf")

## 文档
[在线文档](https://libsgh.github.io/PanIndex/)
Expand All @@ -27,4 +27,4 @@
- 后端框架:[gin-gonic](https://github.com/gin-gonic/gin)

## 声明
本程序旨在分享网盘文件,方便下载,请勿滥用。在使用本程序之前,你应了解并承担相应的风险,包括但不限于账号被ban,下载限速等。
本程序旨在分享网盘文件,方便下载,请勿滥用。在使用本程序之前,你应了解并承担相应的风险,包括但不限于账号被ban,下载限速等。
320 changes: 0 additions & 320 deletions Util/Ali.go

This file was deleted.

Loading

0 comments on commit 7ba12b3

Please sign in to comment.