Skip to content
Merged

3.5.0 #417

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wycode",
"version": "3.4.2",
"version": "3.5.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@heroicons/react": "^2.2.0",
"lodash-es": "^4.17.23",
"next": "16.1.6",
"next": "^16.1.7",
"ogl": "^1.0.11",
"react": "19.2.0",
"react-dom": "19.2.0",
Expand Down
2 changes: 1 addition & 1 deletion posts/Share.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2017-6-16 13:37:35
tags:
- Android
- Wechat
category: Android
category: Mobile
---

> 本文介绍如何为Android应用添加分享功能。包含通过原生`Intent`和利用第三方SDK。
Expand Down
7 changes: 2 additions & 5 deletions posts/ai-generated-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: AI-Powered Data Visualizer - AI 驱动的数据库可视化面板
title: AI 驱动的数据库可视化面板
date: 2026-03-21 12:00:00
tags:
- Next.js
- AI
- SQLite
- Data Visualization
category: Fullstack
category: AI
---

![AI-Powered Data Visualizer](/images/20260321_dashboard.jpg)
Expand Down Expand Up @@ -102,5 +101,3 @@ docker run -d \
如果你正在寻找一个能帮你快速从数据库中"挖掘"价值,且无需编写代码的可视化工具,**AI-Powered Data Visualizer** 绝对值得一试。

项目地址:https://github.com/wangyucode/ai-generated-dashboard

本文原始发表于 <https://wycode.cn/blog/openclaw-docker>,转载请注明出处
2 changes: 1 addition & 1 deletion posts/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 这一波AI浪潮是否是泡沫?
date: 2024-10-30 20:24:53
tags:
- AI
category: Story
category: Life
---

![chatgpt](https://assets.datamation.com/uploads/2023/05/dm-how-to-use-chatgpt-696x464.png)
Expand Down
4 changes: 2 additions & 2 deletions posts/android-dp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Android度量设计规范
date: 2017-9-4 16:46:17
tags:
- Android
- Material Design
category: Android
- Design
category: Mobile
---

![Android](https://img-blog.csdnimg.cn/c5c68cae3bf640eaa2a3ec03fc518b1c.png)
Expand Down
2 changes: 1 addition & 1 deletion posts/auto-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Watchtower
- Docker
- NodeJS
category: CI CD
category: DevOps
---

![flow](/images/20200512_auto_deploy.png)
Expand Down
2 changes: 1 addition & 1 deletion posts/blender-learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Blender建模入门
date: 2017-7-18 17:53:34
tags:
- Blender
category: 3D
category: Life
---

![Blender](/images/20170717_blender_logo.png)
Expand Down
6 changes: 2 additions & 4 deletions posts/caddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2024-09-24 08:00:00
tags:
- Linux
- Docker
category: Linux
category: DevOps
---

![Caddy](https://caddyserver.com/old/resources/images/caddy-logo.svg)
Expand Down Expand Up @@ -76,6 +76,4 @@ wycode.cn {
- **Swagger UI:**`handle_path /swagger-ui/*` 配置静态文件服务,`root * /srv/swagger-ui` 表示将 `/swagger-ui` 目录映射到 `/srv/swagger-ui` 目录
- **Deno API:**`handle /api/v1/*` 配置反向代理,`reverse_proxy "http://deno:8083"` 表示将 `/api/v1` 映射到 `http://deno:8083` 服务
- **MongoDB WebUI:**`handle /mongo/*` 配置反向代理,`reverse_proxy "http://mongo-express:8081"` 表示将 `/mongo` 映射到 `http://mongo-express:8081` 服务
- **NextJs主站:**`handle` 配置静态文件服务,`root * /srv/wycode` 表示将 `/` 目录映射到 `/srv/wycode` 目录,`try_files {path} /{path}.html {path}/ /404.html` 表示如果请求的路径不存在,则尝试查找 `/` 目录下的文件,如果文件不存在,则返回 404 错误。

本文原始发表于 <https://wycode.cn/blog/caddy>,转载请注明出处
- **NextJs主站:**`handle` 配置静态文件服务,`root * /srv/wycode` 表示将 `/` 目录映射到 `/srv/wycode` 目录,`try_files {path} /{path}.html {path}/ /404.html` 表示如果请求的路径不存在,则尝试查找 `/` 目录下的文件,如果文件不存在,则返回 404 错误。
2 changes: 1 addition & 1 deletion posts/chicken-dinner-tesla.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 用数学期望计算《和平精英》特斯拉(玛莎拉蒂)到底要多少钱?
date: 2020-7-24 19:51:18
tags:
category: Story
category: Life
---

![tesela](https://game.gtimg.cn/images/gp/ingame/a20200724tslcar/intor_6.png)
Expand Down
1 change: 0 additions & 1 deletion posts/comments-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tags:
- SQL
- Spring
- JPA
- Hibernate
category: Backend
---

Expand Down
2 changes: 1 addition & 1 deletion posts/data-structures01.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 数据结构与算法学习笔记01
date: 2018-3-14 20:41:04
tags:
- C
category: Computer Science
category: Life
---

![浙江大学](https://www.smpg888.com/resource/images/19b3b5c5671f44a4b9f4320dd8fcc734_34.jpg)
Expand Down
2 changes: 1 addition & 1 deletion posts/data-structures02.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 数据结构与算法学习笔记02
date: 2018-3-16 20:41:04
tags:
- C
category: Computer Science
category: Life
---

![浙江大学](https://www.smpg888.com/resource/images/19b3b5c5671f44a4b9f4320dd8fcc734_34.jpg)
Expand Down
2 changes: 1 addition & 1 deletion posts/data-structures03.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 数据结构与算法学习笔记03
date: 2018-3-26 13:25:27
tags:
- C
category: Computer Science
category: Life
---

![浙江大学](https://www.smpg888.com/resource/images/19b3b5c5671f44a4b9f4320dd8fcc734_34.jpg)
Expand Down
2 changes: 1 addition & 1 deletion posts/docker-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-11-20 14:32:06
tags:
- Linux
- Docker
- Spring Boot
- Spring
category: Backend
---

Expand Down
2 changes: 1 addition & 1 deletion posts/flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- Dart
- Android
- iOS
category: Android
category: Mobile
---

![Flutter](https://blog.scottlogic.com/bquinn/assets/Flutter_logo_text.png)
Expand Down
3 changes: 1 addition & 2 deletions posts/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ date: 2020-10-28 20:04:26
tags:
- Github
- NodeJS
- SFTP
category: CI CD
category: DevOps
---

![Github Action](https://blog-cdn.everhour.com/blog/wp-content/uploads/2023/02/h2jfrvzrbyh1yff2n3wfu2hkqqps6x_uvqo.jpg)
Expand Down
3 changes: 1 addition & 2 deletions posts/gitignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ date: 2017-6-16 14:46:22
tags:
- Android
- Git
- SVN
category: Android
category: Mobile
---

![gitignore](https://git-scm.com/images/logo@2x.png)
Expand Down
2 changes: 1 addition & 1 deletion posts/gradle-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2017-9-4 15:53:38
tags:
- Gradle
- Android
category: Android
category: Mobile
---

![Gradle](https://ts1.cn.mm.bing.net/th/id/R-C.da7d3edf2afaf378bff91a21e6385091?rik=kWTVUo%2be2O8bbg&riu=http%3a%2f%2ftheeye.pe.kr%2fwp-content%2fuploads%2f2014%2f02%2fgradle.png&ehk=5NJHqrr5W7rLhp4CEUQIadjJ83TfKvlokTsc%2bzFFiLo%3d&risl=&pid=ImgRaw&r=0)
Expand Down
2 changes: 1 addition & 1 deletion posts/home-deus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 《未来简史》读书笔记
date: 2018-1-29 15:08:00
tags:
category: Story
category: Life
---

![未来简史](/images/20180129_homo_deus.jpg)
Expand Down
2 changes: 1 addition & 1 deletion posts/kotlin-learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Kotlin入门
date: 2017-7-27 13:19:47
tags:
- Kotlin
category: Languages
category: Mobile
---

> 在Google I/O 2017上Google正式宣布Kotlin成为Android开发的官方新语言,Kotlin得到了Google的背书,随着Android O和Android Studio3.0的正式发布,Kotlin语言的春天可能马上就要来临了。
Expand Down
3 changes: 1 addition & 2 deletions posts/linux-vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ title: 可能是史上最简单的vi/vim教程
date: 2017-6-21 16:24:38
tags:
- Linux
- vi
category: Linux
category: DevOps
---

![vim](https://tse1-mm.cn.bing.net/th/id/OIP-C.S7PWetAEkXIKI3Fgncz96wHaFF?pid=ImgDet&rs=1)
Expand Down
2 changes: 1 addition & 1 deletion posts/nginx-redirect.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-5-17 10:34:11
tags:
- Linux
- NGINX
category: Linux
category: DevOps
---

![NGINX](https://nginx.org/nginx.png)
Expand Down
2 changes: 1 addition & 1 deletion posts/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2018-6-23 15:12:33
tags:
- Linux
- NGINX
category: Linux
category: DevOps
---

![NGINX](https://nginx.org/nginx.png)
Expand Down
2 changes: 1 addition & 1 deletion posts/ngrok.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 实现内网穿透的最新姿势
date: 2019-9-2 12:15:50
tags:
- Linux
category: Linux
category: DevOps
---

![Network](https://www.howtogeek.com/thumbcache/2/200/b47f24b18abd7d5411b75447849e04ff/wp-content/uploads/2017/03/why-is-a-network-tunnel-called-a-tunnel-00.jpg)
Expand Down
1 change: 0 additions & 1 deletion posts/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ tags:
- NodeJS
- JavaScript
- Linux
- Ubuntu
category: Frontend
---

Expand Down
2 changes: 0 additions & 2 deletions posts/openclaw-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,3 @@ docker compose run --rm openclaw-cli dashboard --no-open
## 总结

通过 Docker 部署 OpenClaw 不仅简化了环境配置,更重要的是通过容器化技术提供了良好的安全隔离。遵循“最小权限原则”,我们可以更放心地让 AI 助手为我们工作。

本文原始发表于 <https://wycode.cn/blog/openclaw-docker>,转载请注明出处
2 changes: 1 addition & 1 deletion posts/raspberrypi-fish.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- RaspberryPi
- Linux
- Python
category: Linux
category: DevOps
---

因为最近要出门一段时间,鱼缸没人照顾,树莓派的第一个实用需求出现了。
Expand Down
2 changes: 1 addition & 1 deletion posts/raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-8-7 10:11:15
tags:
- RaspberryPi
- Linux
category: Linux
category: DevOps
---

开启吃派之旅!
Expand Down
2 changes: 1 addition & 1 deletion posts/rich-dad.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 《富爸爸,穷爸爸》热门标注
date: 2019-7-26 15:26:05
tags:
category: Story
category: Life
---

![rich-dad](https://images-cn.ssl-images-amazon.com/images/I/51mZHfA%2B-6L._SX351_BO1,204,203,200_.jpg)
Expand Down
2 changes: 1 addition & 1 deletion posts/rust-ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 理解Rust语言的所有权以及借用、引用、切片。
date: 2021-1-23 12:05:02
tags:
- Rust
category: Languages
category: Backend
---

![Rust](https://www.rust-lang.org/static/images/rust-logo-blk.svg)
Expand Down
Loading
Loading