mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 21:30:54 +00:00
fix: 状态卡片百分比错误
feat: 群聊Bot开关,防止Bot乱窜
This commit is contained in:
9
liteyuki/resources/templates/js/status.js
Normal file
9
liteyuki/resources/templates/js/status.js
Normal file
@ -0,0 +1,9 @@
|
||||
const data = JSON.parse(document.getElementById('data').innerText);
|
||||
|
||||
function createPieChartOption(title, data){
|
||||
// data为各项占比列表
|
||||
}
|
||||
|
||||
function createBarChartOption(title, percent){
|
||||
// percent为百分比,最大值为100
|
||||
}
|
Reference in New Issue
Block a user