File tree Expand file tree Collapse file tree 3 files changed +52
-4
lines changed Expand file tree Collapse file tree 3 files changed +52
-4
lines changed Original file line number Diff line number Diff line change @@ -146,14 +146,21 @@ declare module 'astro:content' {
146
146
slug : "01" ;
147
147
body : string ;
148
148
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" >
150
157
} & { render ( ) : Render [ ".md" ] } ;
151
158
"guide/index.md" : {
152
159
id : "guide/index.md" ;
153
160
slug : "guide" ;
154
161
body : string ;
155
162
collection : "posts" ;
156
- data : any
163
+ data : InferEntrySchema < "posts" >
157
164
} & { render ( ) : Render [ ".md" ] } ;
158
165
} ;
159
166
"spec" : {
@@ -174,5 +181,5 @@ declare module 'astro:content' {
174
181
175
182
type AnyEntryMap = ContentEntryMap & DataEntryMap ;
176
183
177
- export type ContentConfig = never ;
184
+ export type ContentConfig = typeof import ( "./../../src/content/config.js" ) ;
178
185
}
Original file line number Diff line number Diff line change
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
+ 以上所有資訊將會不定時修改,再麻煩各位多加關注!!
Original file line number Diff line number Diff line change 1
1
---
2
2
title : wwuid指令基礎教程
3
3
published : 2025-07-26
4
- description : ' new '
4
+ description : ' wwuid基本指令教程(尚未補齊) '
5
5
image : ' ./01.jpg'
6
6
tags : [教程]
7
7
category : ' 教程'
You can’t perform that action at this time.
0 commit comments