mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
docs: update readme frameworks progress
This commit is contained in:
@@ -35,13 +35,14 @@ async function main() {
|
||||
const percent = Math.ceil(
|
||||
(allChecks.filter((v) => v).length / allChecks.length) * 100
|
||||
);
|
||||
let frameworkContent = `<details>
|
||||
<summary>
|
||||
<img width="18" height="18" src="public/${framework.img}" />
|
||||
<b>${framework.title}</b>
|
||||
<img src="https://us-central1-progress-markdown.cloudfunctions.net/progress/${percent}" /></summary>
|
||||
|
||||
${list}
|
||||
let frameworkContent = `
|
||||
<details>
|
||||
<summary>
|
||||
<img width="18" height="18" src="public/${framework.img}" />
|
||||
<b>${framework.title}</b>
|
||||
<img src="https://us-central1-progress-markdown.cloudfunctions.net/progress/${percent}" />
|
||||
</summary>
|
||||
${list}
|
||||
</details>`;
|
||||
progressionContent += frameworkContent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user