Skip to content

Commit 892f30d

Browse files
Merge branch 'main' into stable
2 parents 4c01bf1 + c81a318 commit 892f30d

File tree

4 files changed

+52
-5
lines changed

4 files changed

+52
-5
lines changed

Axrayr-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wget -O install.sh https://github.com/hello-world-1989/temp/raw/stable/docker-xr
1515

1616
https://github.com/hello-world-1989/temp/blob/main/Custom.md
1717

18-
2. `cd ~/end-gfw && sudo dc ps` 应该能看到 Up 状态, 如果不能, `sudo dc logs` 查看日志发送到[电报群](https://t.me/end_gfw1)
18+
2. `cd ~/end-gfw && sudo dc up -d && sudo dc ps` 应该能看到 Up 状态, 如果不能, `sudo dc logs` 查看日志发送到[电报群](https://t.me/end_gfw1)
1919

2020
3. 防火墙放开 80, 443, 8081, 8880, 8886, 8888 (AWS联网自定义规则中8081,8880,8886,8888 可以简写为 8000-9000) 端口, 禁用 IPV6
2121

public/temp/crypto-js.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/temp/hmac-sha1.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/temp/index.html

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
content="大翻墙运动 信息倒灌行动 墙倒众人推 完全免费翻墙软件 梯子 机场 拆墙机场 回国机场 回国梯子 厕所革命 自由福建 周鋒 FengZhou 一人一推 惡人榜 拆牆運動 闽越合众国 恶人榜 代理 Vmess Shadowsocks Trojan v2ray v2board Shadowrocket GFW 突破防火墙 VPN 防火墙 拆墙运动 拆墙 推墙 fanqiang 科学上网 自由上网 免费科学上网 免费翻墙 油管youtube 电脑、手机、iOS、安卓、windows、Mac、Linux 推特 推墙大联盟 李老师不是你老师 中国新闻 中国禁闻 中国审查 GFW 自由 民主 人权 宪政 防火墙 突破防火墙 国内新闻 中国热点事件 中国新闻总结 李老师不是你老师 推文离线下载 离线PDF推文 免费翻墙 翻墙节点 敏感词"
2020
/>
2121

22+
<script
23+
src="./crypto-js.min.js"
24+
integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ=="
25+
crossorigin="anonymous"
26+
referrerpolicy="no-referrer"
27+
></script>
28+
29+
<script src="./hmac-sha1.min.js"></script>
2230
<script>
2331
tailwind.config = {
2432
theme: {
@@ -95,10 +103,10 @@
95103
动态免墙IP站点, 每天更新
96104
<br />
97105
可以安全分享到朋友圈而不被炸号
98-
<br />
106+
<!-- <br />
99107
<a href="/download-last-7" class="font-semibold text-indigo-600"
100108
>点击下载过去3天新闻, 离线PDF版本</a
101-
>
109+
> -->
102110
</p>
103111

104112
<p id="mirror-list"></p>
@@ -123,6 +131,14 @@ <h1>
123131
</button>
124132
</h1>
125133

134+
<h1>
135+
速度更快节点,订阅链接每周更新<button onclick="copyText('v2ray1')">
136+
<span class="overflow-x-auto" id="v2ray1">
137+
https://raw.githubusercontent.com/hello-world-1989/v2-sub/main/end-gfw-together-</span
138+
>
139+
</button>
140+
</h1>
141+
126142
<br />
127143

128144
<div class="sm:flex sm:justify-center lg:justify-start ml-8 lg:ml-0">
@@ -736,8 +752,12 @@ <h1>
736752
</div>
737753
<div class="min-w-0 flex-1">
738754
<p class="text-lg font-bold text-gray-900">
739-
<a href="/tweet-page?year=${year}&month=${month}&day=${day}&id=whyyoutouzhele#${item.id}" id="${item.id}" class="">李老师不是你老师 @whyyoutouzhele </a>
740-
<button onclick="copyTweet('${item.id}')" class="text-normal text-indigo-500">复制分享链接</button>
755+
<a href="/tweet-page?year=${year}&month=${month}&day=${day}&id=whyyoutouzhele#${
756+
item.id
757+
}" id="${item.id}" class="">李老师不是你老师 @whyyoutouzhele </a>
758+
<button onclick="copyTweet('${
759+
item.id
760+
}')" class="text-normal text-indigo-500">复制分享链接</button>
741761
</p>
742762
<p class="text-sm text-gray-500">
743763
<a href="#" class="">北京时间${item.createdDate}发布</a>
@@ -992,5 +1012,30 @@ <h1>
9921012
// getTweetPage(year, '', '');
9931013
}
9941014
</script>
1015+
1016+
<script>
1017+
const getWeekNumber = () => {
1018+
const date = new Date();
1019+
const firstDayOfYear = new Date(date.getFullYear(), 0, 1);
1020+
const pastDaysOfYear =
1021+
(date.getTime() - firstDayOfYear.getTime()) / 86400000; // Milliseconds per day
1022+
return Math.ceil((pastDaysOfYear + 1) / 7);
1023+
};
1024+
1025+
const hashWeek = () => {
1026+
const weekNumber = getWeekNumber();
1027+
const hash = CryptoJS.SHA1(weekNumber + '').toString();
1028+
1029+
return hash;
1030+
};
1031+
1032+
const updateLink = () => {
1033+
document.getElementById(
1034+
'v2ray1'
1035+
).innerText = `https://raw.githubusercontent.com/hello-world-1989/v2-sub/main/end-gfw-together-${hashWeek()}`;
1036+
};
1037+
1038+
updateLink();
1039+
</script>
9951040
</body>
9961041
</html>

0 commit comments

Comments
 (0)