Skip to content

Commit da4c48d

Browse files
committed
0731up
1 parent 6c5644f commit da4c48d

File tree

3 files changed

+52
-4
lines changed

3 files changed

+52
-4
lines changed

.astro/astro/content.d.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,21 @@ declare module 'astro:content' {
146146
slug: "01";
147147
body: string;
148148
collection: "posts";
149-
data: any
149+
data: InferEntrySchema<"posts">
150+
} & { render(): Render[".md"] };
151+
"0731.md": {
152+
id: "0731.md";
153+
slug: "0731";
154+
body: string;
155+
collection: "posts";
156+
data: InferEntrySchema<"posts">
150157
} & { render(): Render[".md"] };
151158
"guide/index.md": {
152159
id: "guide/index.md";
153160
slug: "guide";
154161
body: string;
155162
collection: "posts";
156-
data: any
163+
data: InferEntrySchema<"posts">
157164
} & { render(): Render[".md"] };
158165
};
159166
"spec": {
@@ -174,5 +181,5 @@ declare module 'astro:content' {
174181

175182
type AnyEntryMap = ContentEntryMap & DataEntryMap;
176183

177-
export type ContentConfig = never;
184+
export type ContentConfig = typeof import("./../../src/content/config.js");
178185
}

src/content/posts/0731.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: 關於機器人後續動向以及社群動向
3+
published: 2025-07-31
4+
description: 'new'
5+
image: ''
6+
tags: [new]
7+
category: ''
8+
draft: false
9+
lang: ''
10+
---
11+
12+
13+
## 關於機器人後續動向以及社群動向
14+
嗨!自從6月初正式上架BOT後,計算到現在也超過了6000人使用,一開始以為應該不會太多人使用XD甚至我原本是為了朋友而架設的。
15+
那關於機器人和我們社群後續路線將會怎麼走,這個問題老實說我想了很久,WWUID能做的非常有限,畢竟我們沒有支援庫街區,因此登入、刷新、養成協助等都無法使用=.=不過呢~我們推出了分析系統可以讓各位使用並查看面板和分數(雖然我全部都是C就是了)
16+
17+
### 機器人的未來動向(以下是目前的目標項)
18+
19+
- [ ] 繁體中文版本,重新製作
20+
- [ ] 優化教程,修改成簡單方便理解
21+
- [X] 上架影片教程至YT,避免手機用戶看不了DC影片
22+
- [ ] 優化官方網站
23+
- [ ] 新功能:分析背包素材,可用於擬定角色養成(OCR)
24+
- [ ] 新功能:分析玩家資訊版(頭像),用於製作卡片(原支援國服)
25+
- [ ] 新功能:更簡單的幫助面板
26+
以上將不定時更新和新增'
27+
28+
### 社群動向
29+
我們預估8月4日將會開放為 公開式社群 ,可於 探索 進行搜尋和google等任何形式獲取本社群資訊!
30+
身份組權限、頻道等將可能進行微調,但不影響所有用戶使用
31+
32+
8/4當日將會新增頻道:
33+
1. 面板分享(分享分析後的數據面板)
34+
2. 歐洲共享(分享我無法理解和體驗的抽卡記錄)
35+
36+
同日電台將會進行更新並新增BOT(模組二)
37+
* 先約電台
38+
* 模擬抽卡
39+
* 回報問題(訊息回報)
40+
41+
以上所有資訊將會不定時修改,再麻煩各位多加關注!!

src/content/posts/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: wwuid指令基礎教程
33
published: 2025-07-26
4-
description: 'new'
4+
description: 'wwuid基本指令教程(尚未補齊)'
55
image: './01.jpg'
66
tags: [教程]
77
category: '教程'

0 commit comments

Comments
 (0)