mirror of
https://github.com/alantang1977/JunTV.git
synced 2024-12-05 00:33:10 +02:00
chore
This commit is contained in:
parent
bc3df9d5fb
commit
55cbe4f808
3 changed files with 3 additions and 3 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- name: Run with setup-python 3.11
|
- name: Run with setup-python 3.11
|
||||||
uses: actions/setup-python
|
uses: actions/setup-python@4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
update-environment: true
|
update-environment: true
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python
|
uses: actions/setup-python@4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
update-environment: true
|
update-environment: true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"urls": [
|
"urls": [
|
||||||
{ "url": "http://www.饭太硬.top/tv", "name": "饭太硬" },
|
{ "url": "http://www.饭太硬.com/tv", "name": "饭太硬" },
|
||||||
{ "url": "http://fan.xxooo.cf/tv", "name": "饭太硬(备用)" },
|
{ "url": "http://fan.xxooo.cf/tv", "name": "饭太硬(备用)" },
|
||||||
{ "url": "http://xhww.fun/小米/DEMO.json", "name": "小米" },
|
{ "url": "http://xhww.fun/小米/DEMO.json", "name": "小米" },
|
||||||
{ "url": "http://肥猫.live", "name": "肥猫" },
|
{ "url": "http://肥猫.live", "name": "肥猫" },
|
||||||
|
|
Loading…
Reference in a new issue