|
1 | 1 | { |
2 | 2 | "version": "1.0.0", |
3 | | - "lastUpdated": "2025-12-25", |
| 3 | + "lastUpdated": "2025-12-31", |
4 | 4 | "tools": [ |
5 | 5 | { |
6 | 6 | "id": "json-to-yaml", |
|
2927 | 2927 | "updatedAt": "2025-12-25", |
2928 | 2928 | "featured": false, |
2929 | 2929 | "repo": "https://github.com/justhtmls/html-tools" |
| 2930 | + }, |
| 2931 | + { |
| 2932 | + "id": "dice-roller", |
| 2933 | + "name": "掷骰子工具", |
| 2934 | + "slug": "dice-roller", |
| 2935 | + "category": "utility", |
| 2936 | + "tags": [ |
| 2937 | + "dice", |
| 2938 | + "random", |
| 2939 | + "game", |
| 2940 | + "utility" |
| 2941 | + ], |
| 2942 | + "author": "JustHTMLs", |
| 2943 | + "authorUrl": "https://github.com/justhtmls", |
| 2944 | + "version": "1.0.0", |
| 2945 | + "description": "模拟掷骰子,支持多种骰子类型", |
| 2946 | + "longDescription": "掷骰子工具支持 D4/D6/D8/D10/D12/D20/D100 多种骰子类型,可同时投掷 1-12 个骰子,适合桌面游戏和角色扮演游戏。", |
| 2947 | + "icon": "🎲", |
| 2948 | + "color": "#f59e0b", |
| 2949 | + "entry": "tools/dice-roller/app.html", |
| 2950 | + "detail": "tools/dice-roller/index.html", |
| 2951 | + "createdAt": "2025-12-31", |
| 2952 | + "updatedAt": "2025-12-31", |
| 2953 | + "featured": false, |
| 2954 | + "repo": "https://github.com/justhtmls/html-tools" |
| 2955 | + }, |
| 2956 | + { |
| 2957 | + "id": "draw-lots", |
| 2958 | + "name": "抽签工具", |
| 2959 | + "slug": "draw-lots", |
| 2960 | + "category": "utility", |
| 2961 | + "tags": [ |
| 2962 | + "fortune", |
| 2963 | + "lots", |
| 2964 | + "random", |
| 2965 | + "fun" |
| 2966 | + ], |
| 2967 | + "author": "JustHTMLs", |
| 2968 | + "authorUrl": "https://github.com/justhtmls", |
| 2969 | + "version": "1.0.0", |
| 2970 | + "description": "在线抽签工具,支持求运势、做决定、测吉凶", |
| 2971 | + "longDescription": "抽签工具支持多种抽签方式,包括求运势(上上签到下下签)、做决定(去做吧/再想想/算了吧)、测吉凶(大吉到大凶),记录抽签历史。", |
| 2972 | + "icon": "🎋", |
| 2973 | + "color": "#ef4444", |
| 2974 | + "entry": "tools/draw-lots/app.html", |
| 2975 | + "detail": "tools/draw-lots/index.html", |
| 2976 | + "createdAt": "2025-12-31", |
| 2977 | + "updatedAt": "2025-12-31", |
| 2978 | + "featured": false, |
| 2979 | + "repo": "https://github.com/justhtmls/html-tools" |
| 2980 | + }, |
| 2981 | + { |
| 2982 | + "id": "rock-paper-scissors", |
| 2983 | + "name": "石头剪刀布", |
| 2984 | + "slug": "rock-paper-scissors", |
| 2985 | + "category": "utility", |
| 2986 | + "tags": [ |
| 2987 | + "game", |
| 2988 | + "rps", |
| 2989 | + "fun", |
| 2990 | + "competition" |
| 2991 | + ], |
| 2992 | + "author": "JustHTMLs", |
| 2993 | + "authorUrl": "https://github.com/justhtmls", |
| 2994 | + "version": "1.0.0", |
| 2995 | + "description": "经典猜拳游戏,与电脑对战", |
| 2996 | + "longDescription": "石头剪刀布游戏支持与电脑对战,记录胜负平局次数和对战历史,带有动画效果和战绩统计。", |
| 2997 | + "icon": "✌️", |
| 2998 | + "color": "#8b5cf6", |
| 2999 | + "entry": "tools/rock-paper-scissors/app.html", |
| 3000 | + "detail": "tools/rock-paper-scissors/index.html", |
| 3001 | + "createdAt": "2025-12-31", |
| 3002 | + "updatedAt": "2025-12-31", |
| 3003 | + "featured": false, |
| 3004 | + "repo": "https://github.com/justhtmls/html-tools" |
| 3005 | + }, |
| 3006 | + { |
| 3007 | + "id": "countdown-timer", |
| 3008 | + "name": "倒计时器", |
| 3009 | + "slug": "countdown-timer", |
| 3010 | + "category": "utility", |
| 3011 | + "tags": [ |
| 3012 | + "timer", |
| 3013 | + "countdown", |
| 3014 | + "productivity", |
| 3015 | + "utility" |
| 3016 | + ], |
| 3017 | + "author": "JustHTMLs", |
| 3018 | + "authorUrl": "https://github.com/justhtmls", |
| 3019 | + "version": "1.0.0", |
| 3020 | + "description": "在线倒计时工具,可自定义时间", |
| 3021 | + "longDescription": "倒计时器支持自定义时/分/秒,带有可视化进度环显示、快捷预设按钮(1分钟/5分钟/10分钟/30分钟/1小时)、声音提示和浏览器通知。", |
| 3022 | + "icon": "⏱️", |
| 3023 | + "color": "#06b6d4", |
| 3024 | + "entry": "tools/countdown-timer/app.html", |
| 3025 | + "detail": "tools/countdown-timer/index.html", |
| 3026 | + "createdAt": "2025-12-31", |
| 3027 | + "updatedAt": "2025-12-31", |
| 3028 | + "featured": false, |
| 3029 | + "repo": "https://github.com/justhtmls/html-tools" |
| 3030 | + }, |
| 3031 | + { |
| 3032 | + "id": "daily-quote", |
| 3033 | + "name": "每日一言", |
| 3034 | + "slug": "daily-quote", |
| 3035 | + "category": "text", |
| 3036 | + "tags": [ |
| 3037 | + "quote", |
| 3038 | + "wisdom", |
| 3039 | + "motivation", |
| 3040 | + "literature" |
| 3041 | + ], |
| 3042 | + "author": "JustHTMLs", |
| 3043 | + "authorUrl": "https://github.com/justhtmls", |
| 3044 | + "version": "1.0.0", |
| 3045 | + "description": "每日一句名言,点亮人生智慧", |
| 3046 | + "longDescription": "每日一言工具精选古今中外经典名言,涵盖人生、成功、智慧、爱情、励志等多个分类,支持分类浏览、随机获取和一键复制。", |
| 3047 | + "icon": "📜", |
| 3048 | + "color": "#8b5cf6", |
| 3049 | + "entry": "tools/daily-quote/app.html", |
| 3050 | + "detail": "tools/daily-quote/index.html", |
| 3051 | + "createdAt": "2025-12-31", |
| 3052 | + "updatedAt": "2025-12-31", |
| 3053 | + "featured": false, |
| 3054 | + "repo": "https://github.com/justhtmls/html-tools" |
2930 | 3055 | } |
2931 | 3056 | ], |
2932 | 3057 | "categories": [ |
|
0 commit comments