-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4aed08c
commit ae01f41
Showing
185 changed files
with
6,783 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: CI | ||
|
||
# Controls when the workflow will run | ||
on: | ||
push: | ||
branches: [main] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
permissions: | ||
contents: write | ||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
# This workflow contains a single job called "build" | ||
build: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v2 | ||
# - name: change config.edn and custom.css | ||
# run: cp logseq/config-public.edn logseq/config.edn && cp logseq/custom-public.css logseq/custom.css | ||
- name: Logseq Publish | ||
uses: pengx17/logseq-publish@main | ||
# - name: Inject Script | ||
# run: sed -i "s@</body>@$( cat logseq/inject.html | tr '\n' ' ' | sed 's@&@\\&@g' )</body>@" www/index.html | ||
- name: add a nojekyll file | ||
run: touch $GITHUB_WORKSPACE/www/.nojekyll | ||
- name: Deploy | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
branch: master # The branch the action should deploy to. | ||
folder: www # The folder the action should deploy. | ||
clean: true | ||
single-commit: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"type": "excalidraw", | ||
"version": 2, | ||
"source": "file://", | ||
"elements": [], | ||
"appState": { | ||
"gridSize": null, | ||
"viewBackgroundColor": "#FFF" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- todo类 | ||
- 英语 | ||
- TODO 复习单词 | ||
- TODO 看两篇英语阅读理解 | ||
- 编程 | ||
- TODO 根据[[express项目-redisDB.js]] 文件中的方法了解并完善 redisdb文档 | ||
- TODO 可以尝试了解一下这个机器人 | ||
- TODO 学习logseq | ||
:LOGBOOK: | ||
CLOCK: [2023-04-08 Sat 19:16:53]--[2023-04-08 Sat 19:16:54] => 00:00:01 | ||
CLOCK: [2023-04-08 Sat 19:16:54]--[2023-04-08 Sat 19:16:55] => 00:00:01 | ||
:END: | ||
- TODO 看几个小demo | ||
- TODO 完善logseq笔记 | ||
- | ||
- DONE nav项目更新 | ||
- 学习使用AitTxt的功能 | ||
- SWOT 根据一项事情分析 事情的缺点 优点 威胁等 | ||
- TODO 学习什么是swot并写出文档 | ||
- DONE 查找是否有ai文案可以帮助写swot | ||
- OKR 根据未来要干的事情,帮助生成计划 | ||
- TODO 学习什么是OKR 并写出文档 | ||
- DONE 查找是否有ai文案可以帮助写OKR | ||
- 日记 | ||
- 今天手机丢了,使用了`vivo`官网的[查找工具](https://yun.vivo.com.cn/#/home)找到了 | ||
- 想法 | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- [[logseq文档总结]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- 搭建一个nav的后台和数据库 | ||
- LATER nav的需求文档 | ||
:LOGBOOK: | ||
CLOCK: [2023-04-11 Tue 09:29:22]--[2023-04-11 Tue 09:29:23] => 00:00:01 | ||
:END: | ||
- | ||
- [[4月10日项目]] | ||
- 修复bug | ||
- 需求排期 | ||
- {{embed ((6433a8ee-d61c-4229-906e-e2e87d27f1af))}} | ||
- | ||
- 看logseq文档 | ||
- 学习了css的flex的order属性,排序 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- #项目任务 | ||
- 开发寄售车业务需求 [寄售车](https://www.notion.so/1-0-6882f121c88c4b0daa6d8305682cd1d4) | ||
- 完善细节 | ||
- #chatGLM | ||
- DONE 成功运行GLM跑起来 | ||
- DONE 写[[chatGLM运行笔记]] | ||
- github | ||
- 更新收藏了一个网站 | ||
- #想法 | ||
- 问题 | ||
- #hexo | ||
- {{embed ((6438eba1-1f37-4e67-8f5b-e84e2972a745))}} | ||
- #docker | ||
- 使用docker环境开发项目 | ||
- [参考1](https://juejin.cn/post/7017129520649994253#comment) | ||
- [参考2](https://blog.csdn.net/qq_32067561/article/details/123526222) | ||
- #linux | ||
- 在`zsh` Shell中,您应该使用`.`命令来替换`source`命令:`. /etc/profile`用来重新读取环境变量 | ||
- #待学习 | ||
- nrm是什么 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- #待学习 | ||
- 邮箱认证账号怎么做的 | ||
- 研究一下网站上的支付接口 | ||
- 开发nav的后台项目 | ||
- 一级列表 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- [[nav后台项目]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- #Auto-GPT | ||
- 了解他 | ||
- #虚拟局域网 | ||
- 搭建虚拟局域网 已完成 | ||
- 更改依赖使用pnpm | ||
- [查看本地ip](https://whoer.net/zh) | ||
- [宝塔数据库权限配置](https://blog.csdn.net/qq15577969/article/details/118726168) | ||
- [[使用宝塔前后端部署]] | ||
- #待办 将跨域问题总结一下 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- 修复一下美团抢券 | ||
- DONE 了解一下quora的poe | ||
- 提示词插件 | ||
- aiprm for chatgpt | ||
- chatgpt shortcut | ||
- 了解deepl | ||
- 极客寄售(联调) | ||
- TODO 仓库宝 | ||
- TODO 后台 | ||
- TODO 冠军添加cicd | ||
- TODO nav前端添加axios和获取接口 | ||
- 购买了github学生包 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [[本地电脑绑定域名实现访问(需自备云服务器和域名)]] | ||
- [[宝塔部署前后端项目解决跨域]] | ||
- 部署arlist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [[秦皇岛旅游篇]] | ||
- #bash 写了前端打包,scp,git提交的bash [[前端提交bash]] | ||
- #nginx [[静态文件夹托管]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
- | ||
- 书籍总结 | ||
- DONE 赡养人类 | ||
- DONE 地球大炮 | ||
- DONE 带上她的眼睛 | ||
- TODO 自营仓的冗余代码删一下 | ||
:LOGBOOK: | ||
CLOCK: [2023-04-22 Sat 20:20:30]--[2023-04-22 Sat 20:20:32] => 00:00:02 | ||
CLOCK: [2023-04-22 Sat 20:20:33]--[2023-04-22 Sat 20:20:35] => 00:00:02 | ||
:END: | ||
- TODO 微信读书 node做一下 | ||
- 定价 | ||
- TODO 定价的需求在过一下 | ||
- 寄售 | ||
- DONE 出厂日期和车牌号,你也看看,好像没有校验必填 | ||
- DONE 注册日期提示错误 | ||
- DONE 按钮加号更改 | ||
- TODO 车辆使用性质不对 | ||
- 修复一下git的bash终端中文乱码 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- #小tip 打字可以慢一点,就会少一点退格,多一点思考,打出的字也就不廉价 | ||
- #小tip 洗澡可以让心情变得很好,会去收拾东西,可以尝试下上班前或者某天早上去洗澡,就能够给自己一天的好心情 | ||
- 昨天给邻居家设置wifi,没想到那么小的屋子竟然能够那么干净,之前我们也是在那个屋子里面住的,由于养狗,有时候地板有点脏或者有狗毛很长时间都不是很在意,他们家里面有白色的毛毯,地上几乎一尘不染,很是令我震惊,认为这才是生活。 | ||
- #想法 想学日语 | ||
- #想法 想学英语 | ||
- 今天看到一个明星视频说,学好一门语言,就去看一个短篇外语的视频,然后不懂的单词或者词组一个一个记下来,模仿着视频去年去读,然后读个十几篇,这个语言也就算掌握了,可以尝试一下 | ||
- #switch 已经闲置很久了 | ||
- 原因 | ||
- 玩的时候总感觉自己很不配,这个时间为什么用来玩游戏,如果别人趁这个时间学习呢 | ||
- 游戏很少 | ||
- 如果有有云游戏就好了 | ||
- 解决 | ||
- 比较折腾的是破解 | ||
- 也可能换一个#steamDeck | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- DONE 周报 | ||
- 定价需求再过一下 | ||
- DONE 已提测 | ||
- 购买数字域名 | ||
- 偷偷学一会英语 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- 今天安装了一些#浏览器插件 | ||
- nav项目添加接口获取 | ||
- 挨吵了 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- 了解 #reactNative | ||
- 看微信公众号 | ||
- 学习#linux命令# | ||
- [[宝塔面板 配置远程连接redis]] | ||
- 发现微信公众号有很多有用的信息,以后一些不懂的可以在微信公众号中去查询 | ||
- 发现poe的 claude回答比较迅速,但是挖掘的信息比较少,平常浅量用就可以用这个 | ||
- #想法 你说平常的搜索引擎只能抓取网站,但是这种在国外很实用,但是在咱们国内,很多精品的文章都在微信公众号,知乎专栏,b站专栏,你说搞一个搜索引擎可以专门抓取他们的回答感觉有用不 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [[记录一次!import覆盖经历]] | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- 服务器购买 https://cloud.tencent.com/act/campus 记得买学生认证的很便宜 | ||
- 看下怎么弄虚拟信用卡 | ||
- 出去的景点,酒店 | ||
- [[列表限定多少条数数据]] | ||
- 配置了packjson | ||
- [[线上样式有问题但本地没问题]] | ||
- DONE 联调 | ||
- 新列表 | ||
- 导出功能 | ||
- 走单子 | ||
- 背单词 | ||
- [[logseq]] | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- 英语 | ||
- 背单词 | ||
- 复习单词 | ||
- [[线上读不了剪贴板,本地可以]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [[原神鱼叉]] | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [[青岛旅游攻略]] | ||
- [[天津旅游攻略]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- #感悟 鬼灭之刃中一句经典:你怎么知道硬币一定会是正面?我也不确定一定会是正面,但是如果是反面,我就会一直投下去,直到正面为止 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- #做梦 梦到自身是一个小自卑的歌手,在舞台上也不敢说话,然后想到三体中的 主不在乎,于是就实践在生活中,不在乎任何人的目光,之后唱歌就放开了 | ||
- #gitbash中文乱码问题 | ||
- #计划 阅读 [hello算法](https://www.hello-algo.com/) | ||
- 了解一下什么是简约和发布logseq | ||
- 123 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
tags:: logseq | ||
|
||
- 每日计划管理 | ||
- 程序管理 | ||
- tag标签 | ||
``` | ||
tags:: 标签 | ||
``` | ||
- 工作表 | ||
- 每项任务可以细化时间 | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
- 我喜欢什么东西呢 | ||
id:: 642fdf16-f718-4e6a-b3ef-c1ac8dd0ebe4 | ||
- |名称|内容| | ||
|王腾瑶|你好呀| | ||
|宋雅凡|你也好呀| | ||
- | ||
- | ||
- | ||
- | ||
- | ||
- 12123 | ||
- 13123 | ||
- 213123 | ||
- LATER 你说 | ||
:LOGBOOK: | ||
CLOCK: [2023-04-07 Fri 17:28:43]--[2023-04-07 Fri 17:28:44] => 00:00:01 | ||
CLOCK: [2023-04-07 Fri 17:28:44]--[2023-04-07 Fri 17:28:45] => 00:00:01 | ||
CLOCK: [2023-04-07 Fri 17:28:47]--[2023-04-07 Fri 17:28:47] => 00:00:00 | ||
CLOCK: [2023-04-07 Fri 17:28:47]--[2023-04-07 Fri 17:28:48] => 00:00:01 | ||
CLOCK: [2023-04-07 Fri 17:28:48]--[2023-04-07 Fri 17:28:48] => 00:00:00 | ||
CLOCK: [2023-04-07 Fri 17:28:49]--[2023-04-07 Fri 17:28:49] => 00:00:00 | ||
CLOCK: [2023-04-07 Fri 17:28:50]--[2023-04-07 Fri 17:28:50] => 00:00:00 | ||
CLOCK: [2023-04-07 Fri 17:28:50]--[2023-04-07 Fri 17:28:51] => 00:00:01 | ||
CLOCK: [2023-04-07 Fri 17:28:54]--[2023-04-07 Fri 17:28:55] => 00:00:01 | ||
CLOCK: [2023-04-07 Fri 17:29:03]--[2023-04-07 Fri 17:29:03] => 00:00:00 | ||
CLOCK: [2023-04-07 Fri 17:29:04]--[2023-04-07 Fri 17:29:10] => 00:00:06 | ||
CLOCK: [2023-04-07 Fri 17:30:21]--[2023-04-07 Fri 17:30:21] => 00:00:00 | ||
:END: | ||
- LATER 你也说 | ||
- LATER 有一些事情 | ||
- {{query todo 你说}} | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- |
Oops, something went wrong.