1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2026-02-15 19:59:35 +09:00

Compare commits

...

10 Commits

Author SHA1 Message Date
莫思潋
b41d8a90d0 上传Control/kanban.jpg (#29) 2022-08-03 22:26:30 +08:00
莫思潋
d25a5447c2 更新塔罗牌数据 (#27)
* 上传tarot.json

* 添加塔罗牌阵

* Update tarots.json

* Update tarots.json

全部换为[nonebot_plugin_tarot](https://github.com/MinatoAquaCrews/nonebot_plugin_tarot)的牌解

* Update tarots.json

修复世界的路径问题
2022-07-29 15:15:46 +08:00
莫思潋
ad9ef4ed4c 更新塔罗牌数据 (#26)
* 上传tarot.json

* 添加塔罗牌阵

* Update tarots.json
2022-07-28 13:05:56 +08:00
源文雨
6283804e81 Revert "添加qqci模板 (#24)" (#25)
This reverts commit 0899cf2973.
2022-07-19 11:37:00 +08:00
himawari
0899cf2973 添加qqci模板 (#24) 2022-07-17 22:16:50 +08:00
himawari
fa6b84b049 添加日语学习数据库 (#23)
 添加日语学习数据库
2022-06-25 01:57:58 +08:00
Coloured-glaze
8408fdbc44 更新素材 (#22) 2022-06-24 21:04:10 +08:00
莫思潋
5941ec6108 增加塔罗牌阵数据 (#21)
* 上传tarot.json

* 添加塔罗牌阵
2022-06-19 00:01:07 +08:00
源文雨
5ce4b48c12 Merge branch 'main' of https://github.com/FloatTech/zbpdata into main 2022-06-04 17:58:53 +08:00
源文雨
1241829ec1 change reg host 2022-06-04 17:58:13 +08:00
6 changed files with 1016 additions and 69 deletions

BIN
Control/kanban.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

BIN
Nihongo/nihongo.db Normal file

Binary file not shown.

51
Tarot/formation.json Normal file
View File

@@ -0,0 +1,51 @@
{
"圣三角": {
"cards_num": 3,
"is_cut": false,
"represent": [
["现状", "愿望", "行动"]
]
},
"时间之流": {
"cards_num": 3,
"is_cut": true,
"represent": [
["过去", "现在", "未来", "问卜者的主观想法"]
]
},
"四要素": {
"cards_num": 4,
"is_cut": false,
"represent": [
["火,象征行动,行动上的建议", "气,象征言语,言语上的对策", "水,象征感情,感情上的态度", "土,象征物质,物质上的准备"]
]
},
"五牌阵": {
"cards_num": 5,
"is_cut": true,
"represent": [
["现在或主要问题", "过去的影响", "未来", "主要原因", "行动可能带来的结果"]
]
},
"吉普赛十字": {
"cards_num": 5,
"is_cut": false,
"represent": [
["对方的想法", "你的想法", "相处中存在的问题", "二人目前的环境", "关系发展的结果"]
]
},
"马蹄": {
"cards_num": 6,
"is_cut": true,
"represent": [
["现状", "可预知的情况", "不可预知的情况", "即将发生的", "结果", "问卜者的主观想法"]
]
},
"六芒星": {
"cards_num": 7,
"is_cut": true,
"represent": [
["过去", "现在", "未来", "对策", "环境", "态度", "预测结果"]
]
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -39,7 +39,7 @@ func main() {
*(*unsafe.Pointer)(unsafe.Pointer(&md5s[i])) = unsafe.Pointer(&buf)
*(*uintptr)(unsafe.Add(unsafe.Pointer(&md5s[i]), unsafe.Sizeof(uintptr(0)))) = uintptr(16)
}
r := registry.NewRegedit("reilia.westeurope.cloudapp.azure.com:32664", "fumiama", os.Getenv("REILIA_SPS"))
r := registry.NewRegedit("reilia.fumiama.top:32664", "fumiama", os.Getenv("REILIA_SPS"))
err := r.Connect()
if err != nil {
panic(err)