接氯喵衣钵,守赛博活寡

氯喵的笔记本→SilverAg.L的玩具城
NyaCl's notebook -> Ag's elation castle

resolved #11.
This commit is contained in:
SilverAg.L 2025-03-26 11:50:31 +08:00
parent e4d53d942e
commit 452946083b
Signed by: AgxCOy
GPG Key ID: DC1A288A6AD79CC5
9 changed files with 41 additions and 30 deletions

View File

@ -1,12 +1,17 @@
## 氯喵博客
## SilverAg.L 的玩具城
说人话就是咱的个人博客。不考虑英翻NO ENGLISH VERSION!
---
<p align="center">
<a href="https://github.com/NyaCl/nyacl.github.io/tree/main/LICENSE-MIT"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license - MIT"></a>
<a href="https://github.com/NyaCl/nyacl.github.io/tree/main/LICENSE-CC"><img src="https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-lightgrey" alt="license - CC-BY-NC-SA-4.0"></a>
<a href="https://github.com/AgxCOy/blogs/tree/main/LICENSE-MIT"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license - MIT"></a>
<a href="https://github.com/AgxCOy/blogs/tree/main/LICENSE-CC"><img src="https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-lightgrey" alt="license - CC-BY-NC-SA-4.0"></a>
</p>
本博客收纳的文章统一采用 CC BY-NC-SA 4.0 协议共享。
**欢迎就本博客上传的「随记」「综述」中的错误、不足之处提出 Issue 批评指正;或者看不顺眼了,丢个 Pull Request也是极好的。**
至于我这个人……大抵没什么可介绍的罢。
### 特别鸣谢
- [神羽 @SnowyKami](https://github.com/snowykami)
- [岛风 @frg2089](https://github.com/frg2089)

View File

@ -4,14 +4,13 @@ layout: BlogHome
icon: home
title: 主页
heroImage: /assets/images/avatar.webp
heroText: 氯喵の笔记本
heroText: SilverAg.L
heroFullScreen: true
# using public anime scenery WEBP API
bgImage: https://www.loliapi.com/acg/
tagline: 「拾人牙慧,毫无创见。」
tagline: 欢迎光临我的玩具城……♡
---
::: center
Powered by [VuePress Theme Hope](https://theme-hope.vuejs.press/zh/),
Licensed with [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/).
Blogs Issued with [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/).
:::

View File

@ -57,9 +57,9 @@ star: true
值得一提的是,从原版一直到 Ares 扩展平台,局部变量均有如下限制:
- **存在数目上限**:至多能设置 100 个;
- **取值范围**:变量的值只能为`0`(清除)和`1`(设置)两种。
- **取值范围限**:变量的值只能为`0`(清除)和`1`(设置)两种。
一直到 Phobos 平台 [@secsome](https://github.com/secsome) 扩展了变量系统之后,上述限制才被打破。
一直到 [@secsome](https://github.com/secsome) 在 Phobos 平台扩展了变量系统之后,上述限制才被打破。
> 参考链接:
> [pr#321](https://github.com/Phobos-developers/Phobos/pull/321),
@ -277,7 +277,8 @@ if objSelected(BeaconA):
# B、C 信标也是一样,就不再展开了。
```
至于非互斥,这不就是触发的专长。考虑一个争夺战:玩家与敌军互相争夺油田,但狡猾的敌军可能直接摧毁油田。假如有两个 Phobos 扩展局部变量充当计数器:
非互斥的多分支实际上就是**顺序地经过这些条件分支**,如此便又回归顺序结构的处理方式。其中比较典型的设计类似数学上的“大、小前提”。
考虑一个争夺战:玩家与敌军互相争夺油田,但狡猾的敌军可能直接摧毁油田。假如有两个 Phobos 扩展局部变量充当计数器:
- `remaining`计算地图上还有多少油田。若余量小于玩家应占数目,任务失败;
- `player_owns`计算玩家占了多少油田。大于等于应占数目,任务完成。

View File

@ -7,4 +7,6 @@ icon: folder-open
category: ''
---
“综述”这边的博文通常比较正式一些,编排上会参考大学论文、实验报告,当然也经常会有迭代(综述嘛,追求严谨)。
<Catalog />

View File

@ -3,7 +3,7 @@ layout: FriendsHome
icon: link
index: false
title: 友链
heroText: 氯喵です。
heroText: SilverAg.L
heroFullScreen: true
article: false
---
@ -11,5 +11,5 @@ article: false
> [!tip]
> ::: center
> 愿意跟窝贴贴的萌萌壬们……
> [Pull Request 大欢迎(?)](https://github.com/NyaCl/nyacl.github.io/edit/main/src/friends.ts)
> [Pull Request 大欢迎(?)](https://github.com/AgxCOy/blogs/edit/main/src/friends.ts)
> :::

View File

@ -26,7 +26,7 @@ star: true
> [!important]
> 由于 Arch 更迭速度比较快,下面的参考链接以及这篇笔记本身的内容可能随时失效。
> 在安装、使用过程中遇到的,这里没有提及的问题,还请自行 Google、Bing 或 Baidu。
> > 话虽如此,我还是会尽量保持本文的更新;如有需要,也可以[提 Issues](https://github.com/NyaCl/nyacl.github.io/issues)。
> > 话虽如此,我还是会尽量保持本文的更新;如有需要,也可以[提 Issues](https://github.com/AgxCOy/blogs/issues)。
>
> 如果你觉得 Arch 滚动更新很累、玩不太明白,不妨还是先上手`Pop!_OS`或者`Ubuntu`
>

View File

@ -7,4 +7,7 @@ icon: book
category: ''
---
随记这边类似 B 站、知乎的“专栏”,有能成篇的发现就会考虑写写。
此外本页的评论区时不时会发点女装。虽然主包比较胖,多数情况下你只能看到并不好看的腿子。
<Catalog />

View File

@ -4,15 +4,15 @@ import sidebar from "./sidebar.js";
export default hopeTheme(
{
hostname: "https://nyacl.shimakaze.org",
hostname: "https://agxcoy.shimakaze.org",
author: {
name: "NyaCl",
url: "https://github.com/NyaCl",
name: "SilverAg.L",
url: "https://github.com/AgxCOy",
},
logo: "/assets/images/avatar.webp",
repo: "NyaCl/nyacl.github.io",
repo: "AgxCOy/blogs",
docsDir: "docs",
@ -21,18 +21,18 @@ export default hopeTheme(
// 侧边栏
sidebar,
// 页脚
footer: "氯离子实验室 出品",
footer: "喵?……嗯哼♡",
displayFooter: true,
// 博客相关
blog: {
description: "毫无「创见」的「创作」者。",
description: "希望你我都能……“玩”得尽兴♡",
// intro: "/intro.html",
medias: {
BiliBili: "https://space.bilibili.com/301413212",
Email: "mailto:caclx@outlook.com",
GitHub: "https://github.com/ChlorideP",
Steam: "https://steamcommunity.com/id/kariko_lin/",
GitHub: "https://github.com/AgxCOy",
Steam: "https://steamcommunity.com/id/silveraglin/",
},
},
@ -98,15 +98,16 @@ export default hopeTheme(
assets: "fontawesome-with-brands"
},
docsearch: {
apiKey: 'f07a8ff56a04a28b21d779ea8b679092',
appId: 'LT11FBEODD',
indexName: 'nyacl-shimakaze'
},
// temporally disabled
// docsearch: {
// apiKey: 'f07a8ff56a04a28b21d779ea8b679092',
// appId: 'LT11FBEODD',
// indexName: 'nyacl-shimakaze'
// },
comment: {
provider: "Giscus",
repo: "NyaCl/nyacl.github.io",
repo: "AgxCOy/blogs",
repoId: "R_kgDOMJzkvA",
category: "Announcements",
categoryId: "DIC_kwDOMJzkvM4CmIsK"

View File

@ -5,8 +5,8 @@ export default defineUserConfig({
base: "/",
lang: "zh-CN",
title: "氯喵の笔记本",
description: "拾人牙慧,毫无创见。",
title: "SilverAg.L",
description: "his personal blogs",
temp: ".temp",
cache: ".cache",