- Vuetify - 基于 Vue 的组件框架,提供用于构建应用界面的组件与开发基础
- React95 - 面向 React 的 Windows 95 风格 UI 组件库,适合复古桌面界面风格项目
- Gradio - 用 Python 构建并分享机器学习应用的界面框架
- Storybook - 用于独立构建、编写文档和测试 UI 组件的行业标准工具
- Tailwind CSS - 以实用类为核心的 CSS 框架,可快速开发自定义用户界面
- Material for MkDocs - 开箱即用的文档主题与框架,专注于打造易用的文档站点
- NES.css - NES/8-bit 风格的 CSS 框架,适合制作任天堂红白机复古视觉界面
- Elysia - 面向开发者体验的人体工学框架,基于 Bun,强调端到端类型安全
- ui-buttons - 收录 100 种现代 CSS 按钮样式的 UI 资源库
- 7.css - 无需 JavaScript、支持按需裁剪的 CSS 框架,用于高还原度复刻 Windows 7 UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>SWF Flash Player</title> | |
| <style> | |
| :root { | |
| --bg: #f5f5f7; | |
| --surface: #fff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -type f | sed -e 's/.*\.//' | sed -e 's/.*\///' | sort | uniq -c | sort -rn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const WebSocket = require("ws"); | |
| const os = require("os"); | |
| const readline = require("readline"); | |
| // 获取局域网地址 | |
| function getLocalIPAddress() { | |
| const interfaces = os.networkInterfaces(); | |
| for (let iface of Object.values(interfaces)) { | |
| for (let alias of iface) { | |
| if (alias.family === "IPv4" && !alias.internal) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, {useEffect, useRef} from 'react'; | |
| import {SafeAreaView, Text, View} from 'react-native'; | |
| import {Colors} from 'react-native/Libraries/NewAppScreen'; | |
| const url = 'ws://192.168.40.241:8080'; | |
| function App(): React.JSX.Element { | |
| const ws = useRef<WebSocket>(); | |
| const [wsMessage, setWsMessage] = React.useState(''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Chat Mfweb Beautify | |
| // @namespace https://gist.github.com/Nyaasu66/9cfffb9431b4e5440f4b92a0ae9ef4bd | |
| // @version 0.1.3 | |
| // @description awa | |
| // @author Nyaasu66 | |
| // @match https://chat.mfweb.top/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mfweb.top | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>My battery level</title> | |
| </head> | |
| <body> | |
| <div id="battery"> | |
| <div id="level"> |