Skip to content

Commit 8680788

Browse files
committed
Merge branch 'dev'
2 parents 98a7343 + 8d5c97c commit 8680788

File tree

66 files changed

+2036
-1175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2036
-1175
lines changed

.github/workflows/build_release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --local user.name github-actions[bot]
4949
git status
5050
git add .
51-
git commit -a -m "chore: v${{steps.version.outputs.version}}"
51+
git commit -a -m "mrlc: v${{steps.version.outputs.version}}"
5252
continue-on-error: true
5353

5454
- name: Git push
@@ -70,16 +70,16 @@ jobs:
7070
release_name: Release ${{ steps.version.outputs.version }}
7171
body_path: ./dist/CHANGELOG.md
7272

73-
- name: Publish package
74-
env:
75-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
76-
if: ${{ steps.commit.outcome == 'success' && env.NPM_TOKEN != '' }}
77-
run: |
78-
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
79-
pnpm publish --no-git-checks
80-
node -e "import('@gkd-kit/tools').then((m) => m.syncNpmmirror());"
73+
# - name: Publish package
74+
# env:
75+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
76+
# if: ${{ steps.commit.outcome == 'success' && env.NPM_TOKEN != '' }}
77+
# run: |
78+
# pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
79+
# pnpm publish --no-git-checks
80+
# node -e "import('@gkd-kit/tools').then((m) => m.syncNpmmirror());"
8181

82-
- name: sync
83-
if: ${{ steps.commit.outcome == 'success' }}
84-
run: |
85-
curl -X PUT 'https://registry-direct.npmmirror.com/gkd-mrlc/sync'
82+
# - name: sync
83+
# if: ${{ steps.commit.outcome == 'success' }}
84+
# run: |
85+
# curl -X PUT 'https://registry-direct.npmmirror.com/gkd-mrlc/sync'

Template.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,20 @@
22

33
## 声明
44

5-
**1. 本仓库的源码几乎来自GKD的官方或第三方的复刻,仅供本人学习使用,其他人的任何行为与本人无关。**
5+
**1. 仅供本人学习使用,其他人的任何行为与本人无关。**
66

7-
**2. 本仓库的订阅链接仅作为下载或更新订阅文件,绝不会收集任何用户的任何信息。**
8-
9-
**3. 本仓库的订阅链接是本人学习研发,不得以任何形式的转发、发布、传播、以及展示。**
7+
**2. 本仓库的订阅链接是本人学习研发,不得以任何形式的转发、发布、传播、以及展示。**
108

119

1210
## 订阅
1311

1412
npmmirror源(国内源)
1513

16-
稳定版
1714

18-
```txt
19-
https://registry.npmmirror.com/gkd-mrlc/latest/files/dist/gkd.json5
20-
```
21-
Beta
15+
GitHub源
2216

2317
```txt
24-
https://registry.npmmirror.com/gkd-mrlc/latest/files/dist/beta-gkd.json5
18+
https://raw.githubusercontent.com/mrlctate/gkd-mrlc/main/dist/gkd.json5
2519
```
2620

2721
##
@@ -38,8 +32,6 @@ https://registry.npmmirror.com/gkd-mrlc/latest/files/dist/beta-gkd.json5
3832

3933
## 感谢以下项目贡献
4034

41-
本仓库使用 [AIsouler](https://github.com/AIsouler/GKD_subscription) 构建的订阅同步为主
42-
4335
[gkd-kit/subscription](https://github.com/gkd-kit/subscription)
4436

4537
查看 [GKD基础使用、规则编写教程](https://github.com/Snoopy1866/blogs/tree/main/software/gkd) By [@Snoopy1866](https://github.com/Snoopy1866)

dist/beta-gkd.json5

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/beta-gkd.version.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{id:9,version:140}
1+
{id:9,version:155}

dist/gkd.json5

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/gkd.version.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{id:2,version:67}
1+
{id:2,version:67}

0 commit comments

Comments
 (0)