Skip to content

Commit

Permalink
update from gridea: 2023-10-19 22:43:04
Browse files Browse the repository at this point in the history
  • Loading branch information
zj1123581321 committed Oct 19, 2023
0 parents commit d91b99c
Show file tree
Hide file tree
Showing 76 changed files with 12,925 additions and 0 deletions.
106 changes: 106 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Page Not Found</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
height: 100vh;
text-align: center;
}
.box {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
.number {
font-size: 80px;
color: #666;
font-weight: bold;
}
.text {
font-size: 14px;
margin: 24px;
color: #333;
}
.btn-container {
display: flex;
justify-content: center;
}
.btn {
padding: 8px 24px;
display: inline-block;
text-decoration: none;
background: #fff;
border: 2px solid #efefef;
color: #333;
margin: 24px;
border-radius: 20px;
cursor: pointer;
display: flex;
align-items: center;
}
.footer {
padding: 16px;
border-top: 1px solid #efefef;
color: #777;
font-weight: lighter;
}
.footer a {
text-decoration: none;
font-weight: bold;
color: #000;
}
</style>
</head>
<body>
<div class="box">
<div class="number">4 0 4</div>
<div class="text">
Page not found
</div>
<a href="https://zj1123581321.com">去首页</a>
<div class="btn-container">
<a class="btn" id="back">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;">
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/>
</svg>
Back
</a>
</div>
</div>
<footer class="footer">
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a>
</footer>
<script>
var back = document.getElementById('back')
back.onclick = function() { console.log('run...'); history.back() }
</script>
<script>
var url = window.location.href;
var OldWpUrlReg = /.*zj1123581321\.com\/\d{4}-\d{2}-\d{2}\/\d.*/i;
if (OldWpUrlReg.test(url)) {
console.log('检测到是历史 WordPress Url');
var new_url = url.replace('.com/', '.com/post/');
console.log(new_url);
var new_url = new_url.replace('https://zj1123581321.com/post/','JustForTemp');
console.log(new_url);
var new_url = new_url.replace(/\//g,'');
console.log(new_url);
var new_url = new_url.replace('JustForTemp','https://zj1123581321.com/post/');
console.log('跳转 url:' + new_url);
window.location.replace(new_url);
}
</script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zj1123581321.com
1 change: 1 addition & 0 deletions ad.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google.com, pub-2920695321218858, DIRECT, f08c47fec0942fa0
240 changes: 240 additions & 0 deletions archives/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,240 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>杂谈by立行</title>
<link rel="shortcut icon" href="https://zj1123581321.com//favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link rel="stylesheet" href="https://zj1123581321.com//media/css/tailwind.css">
<link rel="stylesheet" href="https://zj1123581321.com//styles/main.css">
<link rel="alternate" type="application/atom+xml" title="杂谈by立行 - Atom Feed" href="https://zj1123581321.com//atom.xml">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2920695321218858"
crossorigin="anonymous"></script>



<meta name="description" content="晚来天欲雪," />
</head>
<body>
<div class="antialiased flex flex-col min-h-screen" id="app">

<div class="nav py-3 md:py-8 fixed w-full z-10 bg-gray-50 dark:bg-gray-700 transition-all duration-300" :class="{ 'scroll': scrolled }">
<div class="flex justify-end px-4">
<div class="w-8 h-8 flex justify-center items-center rounded-full md:hidden" @click="showMenu = !showMenu">
<i class="ri-close-line" v-show="showMenu"></i>
<i class="ri-menu-3-line" v-show="!showMenu"></i>
</div>
</div>
<nav class="max-w-4xl w-full mx-auto text-center flex flex-col md:flex-row justify-center md:block" :class="`${ showMenu ? 'block' : 'hidden' }`">

<a href="/" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
首页
</a>

<a href="/archives" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
归档
</a>

<a href="/tags" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
标签
</a>

<a href="/post/about" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
关于
</a>

<a href="https://zj1123581321.com//atom.xml" target="_blank" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
RSS
</a>
</nav>
</div>

<div class="max-w-4xl w-full mx-auto pt-32">
<div class="py-8 shadow-box bg-white dark:bg-gray-600 border-gray-300 rounded-none md:rounded-lg -mx-1 md:mx-0 md:px-0">

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/zen-yang-gei-electron-ying-yong-zhua-bao/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
怎样给 Electron 应用抓包
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/liao-liao-gao-jing-du-yin-shi-pin-zhuan-wen-zi-gong-zuo-liu/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
精准转写:利用 Whisper 处理音视频转文字-不完全指南
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/bei-fen-shou-ji-wei-xin-liao-tian-ji-lu-dao-dian-nao-jie-jue-ti-shi-wen-ti-dang-qian-wang-luo-huan-jing-fu-za-qing-chang-shi-shi-yong-qi-ta-wang-luo/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
备份手机微信聊天记录到电脑,解决提示问题&#34;当前网络环境复杂,请尝试使用其他网络&#34;
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/windows-wen-jian-guan-li-qi-he-h265/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
Windows 文件管理器和 H265
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/duo-ping-tai-wei-xin-shi-pin-hao-zhi-bo-xia-zai-fang-fa/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
多平台微信视频号直播下载方法
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/zen-me-zai-win10-shang-jiang-xiao-nuo-ti-huan-wei-xiao-ai-tong-xue/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
怎么在 Win10 上将小娜替换为小爱同学?
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/man-bu-zhe-yin-xiang-hong-wai-jie-ru-home-assistant-ji-lu/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
漫步者音箱红外接入 Home Assistant记录
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/wordpress-qian-yi-gridea-ji-lu/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
WordPress 迁移 Gridea 记录
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/220504-Start/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
写在迁移之前
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2020-10-12239/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
Tasker××,Android 自动化实例
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2020-04-06230/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
1G 数据、70+软件、万字长文,手把手教你如何将 Win10 从零打造成工作『利器』
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2020-01-31220/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
iPad OS 文件管理入门
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2020-01-30215/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
B 站?Why&amp;How?
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2020-01-16210/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
谈谈我的 2019 和 2020
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2019-07-20206/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
一般性书籍怎么找——玩转PDF系列03
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2019-05-16177/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
怎么查看并保存被微信屏蔽的文章?
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2019-04-28154/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
图床使用及迁移:写在新浪图床失效之后
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2019-04-13141/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
英文教材怎么找——玩转PDF系列02
</a>
</div>
</div>

<div class="px-8 pb-5 flex relative overflow-hidden">

<div class="flex-1">
<a href="https://zj1123581321.com/post/2019-03-25129/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
中文教材怎么找——玩转PDF系列01
</a>
</div>
</div>

</div>


<footer class="py-12 text-center px-4 md:px-0" v-pre>
<a href="https://google.com" target="_blank">
一切随缘</a>
</footer>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://zj1123581321.com//media/scripts/main.js"></script>
</body>
</html>
Loading

0 comments on commit d91b99c

Please sign in to comment.