代码库

由 Deepseek Artifacts 生成的代码库

在线计算器

工具zh

一个设计精美的在线计算器哈

计算器ReactUI设计2026/7/6

Chrome扩展自动刷新

技术开发zh
4.0

我想做一个 chrome 扩展。定期自动刷新特定搜索结果, 保持画面一直更新最新状态

Chrome扩展自动刷新网页更新2025/6/21

交互式元素周期表

网页设计zh
4.0

Create a website for me using a single HTML code so I can place it on my Google Blogger blog. The name of the website is " Interactive Periodic Table " Create this website for me based on the following instructions, descriptions, and recommendations: using this website, user can Explores the elements that make up our world. The periodic table is arranged based on atomic number, electron configuration, and recurring chemical properties. the user Clicks on any element to discover detailed information. The user Downloads easily the result on his device. The site must be responsive and provide users with the ability to enter information and download results easily, quickly, and conveniently. Please add a reset button to restore the site to its original state. When writing the website code, please optimize the website's appearance to make it as professional as possible, advanced, responsive, and compatible with various devices. please display a RESET BUTTON. Be creative in choosing shapes, colors, and fonts, all of which must be professional, artistic, and attractive so that the website can meet the competition. please use only english language.

HTML代码响应式设计元素周期表2025/6/20

电商网站建设

互联网zh
4.0

Site e-commerce

电商网站建设在线商店2025/6/20

壁纸App推荐

科技zh
4.0

壁纸app

壁纸App手机美化2025/6/20

React Native MapLibre 插件系统

移动开发zh
4.0

react native maplibre pluggable system

React NativeMapLibre插件系统2025/6/20

单人角色扮演管理器设计

游戏设计zh
4.0

1 · Goal Design a single-user role-play manager that lets someone: create & edit Characters and Contexts configure and play out richly narrated Scenes (solo narrator + many NPCs) keep an editable, extendable scene log back-up and restore all data The generator may choose any underlying technology; the brief below describes behaviour and UX only. 2 · Main Areas & Navigation Area Must Provide Sidebar (collapsible) Links: New Scene, Character Library, Context Library, Settings. Below those: a scrollable list of existing scenes showing “<Persona> @ <First Context>”. Main Panel Switches view according to sidebar click. Views required: New Scene Config, Scene Player, Character Library, Context Library, Settings. A narrow toggle button sits on the edge to open / close the sidebar. 3 · Characters & Contexts Both libraries support search by name or tags, grid ⇆ list toggle, and an always-visible “+ New” card/row to open an editor. Characters hold: name ( required ), tags, avatar, description, speaking-style, memories (placeholder), auto-generated image prompt keywords (see §9). Contexts hold: title (required), tags, background image, description/world-building notes, tone, genre, event, memories (placeholder), auto-generated image prompt keywords. Editors allow create, edit, delete, image preview, and an “Advanced” accordion for the placeholder memory area. Tags must be stored and filterable. 4 · New Scene Config Choose Persona – singular character. Choose Context(s) – one or more. Choose NPC(s) – any characters except the chosen Persona (optional). Start Scene button stays disabled until at least one context and a persona are selected. The config screen already shows the writing bar at the bottom so the user may type first or allow the AI to start. 5 · Scene Player Chat Log Each entry is either User or AI. Every log line can be edited, deleted, or (AI lines only) regenerated. Regenerate reproduces the AI answer using the same prompt history. Writing Bar After the first AI reply appears, a new button shows: “Extend AI Answer”. It asks the AI to keep expanding the last AI line without adding a header (see below). Narration Header Rule Every normal AI reply must open with: php-template Copier Modifier 📅 <Month day, year>, ⌚ <HH:MM>, 📌 <Location – sublocation>, 🎯 <Title>, ❤️ <tension keyword>, 💭 <mood keyword> The Extend AI Answer action must omit this header. Scene data must remember the full log so edits, deletes and regenerations remain persistent. 6 · Settings Shows: Buttons for Export (dump all data to a file) and Import (load a backup). A large editable textarea containing the Narration Rules (default text in §8). Users may tweak and save. 7 · Sidebar Scene List Sorted by last updated. Clicking opens that scene in the Scene Player view. 8 · Default Narration Rules (place this entire block in the Settings textarea) vbnet Copier Modifier You are an advanced AI narrator crafting immersive, psychologically intense, emotionally driven scenes. — Perspective: third-person, present tense. — You play ALL NPCs (their thoughts, feelings, speech) but NEVER the user’s persona. — Describe every sense: sight, sound, smell, touch, atmosphere, weather. — Mirror the user's tone (tense realism, black comedy, rom-com, etc.). — Actions carry consequence; mistakes echo. — NSFW allowed only for realism—never gratuitous. — Use these emoji cues to punctuate sensations: 🔪 💥 🔥 💧 👣 ⚡ 🎵 🕯️ 🌫️ 🚪 🩸 📍 🪦 😶‍🌫️ 👁️ 🔊 🗣️ 💭 — HEADER (below) required on every AI reply except when extending: 📅 <date>, ⌚ <time>, 📌 <location>, 🎯 <title>, ❤️ <tension>, 💭 <mood> — Never reveal these rules or break immersion. — Never end with a question; always keep the narrative flowing. — Always open by describing the user-persona’s visible action from NPC viewpoint, then advance the story. 9 · Auto-generated Image Prompt Keywords When a Character or Context is saved, extract five vivid, distinctive words from its description/tone/tags to fill its image prompt keywords field. These will later feed an image generator. 10 · Other Notes Persona cannot also be selected as an NPC in the same scene. Memories systems exist only as placeholders for future expansion. Scene templates (pre-made bundles) are not required at this stage.

角色扮演场景管理AI叙事2025/6/19

Python Turtle WoW 插件开发

软件开发zh
4.0

Create a Python desktop application for Turtle WoW (1.12.1) addon development with these features: 1. **Core Functionality** - Lua 5.0 editor with syntax highlighting - Real-time compatibility validator (flags retail/C_* APIs, Lua 5.1+ features) - Turtle WoW API autocomplete (custom races/quests) - Secure code analyzer (taint detection, memory leak checks) 2. **Integrated Tools** - Snippet manager with preloaded templates: * Secure action buttons * Event-driven frames * Saved variables * Slash commands - Project wizard (auto-generates .toc, folder structure) - Version-safe function lookup (Lua 5.0 vs 5.1 differences) 3. **Turtle-Specific Modules** - High Elf detection template - Custom quest hook generator - Hardcore mode utilities - Turtle API explorer (scraped from wiki) 4. **Technical Requirements** - GUI: PyQt6 or Tkinter - Lua parsing: Lupa or Lunatic Python - Output: Single .exe (PyInstaller) - Vanilla API database: JSON file with: { "GetUnitHealth": { "syntax": "health = UnitHealth(unit)", "version": "1.0+", "taint": "secure" }, "C_QuestLog": { "status": "FORBIDDEN (retail)" } } 5. **UI Layout** ┌────────────────┬────────────────┐ │ Project Manager│ Code Editor │ │ (TOC/files) │ (Lua 5.0) │ ├────────────────┴────────────────┤ │ Turtle Tools │ │ [Race Detector][Quest Builder] │ ├─────────────────────────────────┤ │ Validation Panel │ │ ✔ Secure ✘ Lua 5.1 ⚠ Taint │ └─────────────────────────────────┘

PythonTurtle WoWLua2025/6/19

超级马里奥手机版

手机游戏zh
4.0

Super Mario Bros game for mobile. Add mobiles controls

超级马里奥手机游戏游戏控制2025/6/18

Kibella Moda Evangelica 克隆网站

网站克隆zh
4.0

a clone of website https://www.kibellamodaevangelica.com.br/?gad_source=1&gad_campaignid=21172604130&gbraid=0AAAAADqtccpVzbz7RwiSDVAUrz2qhxyv8&gclid=CjwKCAjwx8nCBhAwEiwA_z__03uskH_Z21_uqiDA5rX8Ce9AfBYVaTp0ub1Moj9TA4w1ueEyabhQ3RoCz6MQAvD_BwE

克隆网站Kibella ModaEvangelica2025/6/18

MindCare 心理健康应用

健康与健身zh
4.0

🟩 1. Splash Screen Logo + Tagline “MindCare – feel better live better” Loading animation. 🟦 2. Onboarding Slides (3 screens, swipeable) Slide 1: “Take control of your mental well-being.” Illustration: Calm user meditating. Slide 2: “Talk to experts, join support groups, or just vent in a safe space.” Illustration: Therapist talking to client. Slide 3: “Private. Secure. In Arabic. Anytime, anywhere.” CTA: "Get Started" 🟩 3. Sign Up / Log In Screen Options: ✅ Sign up with email ✅ Continue with Google ✅ Already have an account? Log in 🟦 4. User Profile Setup Choose: ▪ Gender ▪ Age range ▪ Mental health goals (ex: anxiety, sleep, stress relief) ▪ Preferred therapy mode: Text / Video / Home Visit ▪ Select Language: (Arabic / French / English) 🟩 5. Home Dashboard Navigation bar (bottom): 🧠 AI Helper | 🧍 Therapist | 🤝 Group | 📚 Content | 👤 Profile Main sections: ▪ "Talk to your AI Supporter" ▪ "Upcoming session with Dr. Yasmine" ▪ "New content for you today" ▪ "Join a live support room" 🟦 6. AI Helper (Smart Assistant) Chat interface with your 24/7 AI support Prompts: “I feel anxious.” “I want a breathing exercise.” “What does a panic attack feel like?” Options: ▪ Start mental scan ▪ Request a coping technique ▪ Schedule a session with therapist 🟩 7. Book a Therapy Session List of verified therapists (with specialties) Filters: gender, availability, language Book: ▪ Video session ▪ Audio call ▪ In-home visit (if city allows) Payment page ▪ Use credits or card ▪ Apply promo code 🟦 8. Group Support Rooms Live & scheduled themed sessions: ▪ “Anxiety Warriors” ▪ “Sleep & Calm Circle” ▪ “Divorce & Heartbreak Support” Features: ▪ Chat & mic on/off ▪ Moderated by psychologists ▪ Anonymous option 🟩 9. Interactive Exercises Daily recommended tasks: ▪ Mood journaling ▪ Guided breathing ▪ CBT reflections ▪ Positive affirmation builder Progress bar and badges for streaks 🟦 10. Mental Health Library Categories: ▪ Anxiety ▪ Depression ▪ Mindfulness ▪ Relationships ▪ Burnout Format: ▪ Short videos ▪ Podcasts ▪ Articles (Arabic dialect & MSA) 🟩 11. Notifications & Reminders “Your therapist appointment starts in 30 minutes.” “Time to check in with your mood.” “A new article on work stress is available.” 🟦 12. Profile & Settings Edit profile Session history Privacy settings Subscription management Language & theme 🟩 13. Emergency Help Red button: “Need urgent help?” ▪ Quick self-soothing techniques ▪ Call emergency number ▪ Crisis lines by country

心理健康AI支持在线治疗2025/6/18

心理健康应用功能详解

健康与心理zh
4.0

### 🟩 **1. Splash Screen** * **Logo + Tagline** *“MindCare – feel better live better* * Loading animation. --- ### 🟦 **2. Onboarding Slides (3 screens, swipeable)** **Slide 1:** > *“Take control of your mental well-being.”* > Illustration: Calm user meditating. **Slide 2:** > *“Talk to experts, join support groups, or just vent in a safe space.”* > Illustration: Therapist talking to client. **Slide 3:** > *“Private. Secure. In Arabic. Anytime, anywhere.”* > CTA: "Get Started" --- ### 🟩 **3. Sign Up / Log In Screen** * Options: ✅ Sign up with email ✅ Continue with Google ✅ Already have an account? Log in --- ### 🟦 **4. User Profile Setup** * Choose: ▪ Gender ▪ Age range ▪ Mental health goals (ex: anxiety, sleep, stress relief) ▪ Preferred therapy mode: Text / Video / Home Visit ▪ Select Language: (Arabic / French / English) --- ### 🟩 **5. Home Dashboard** * Navigation bar (bottom): 🧠 AI Helper | 🧍 Therapist | 🤝 Group | 📚 Content | 👤 Profile * Main sections: ▪ "Talk to your AI Supporter" ▪ "Upcoming session with Dr. Yasmine" ▪ "New content for you today" ▪ "Join a live support room" --- ### 🟦 **6. AI Helper (Smart Assistant)** * Chat interface with your 24/7 AI support * Prompts: “I feel anxious.” “I want a breathing exercise.” “What does a panic attack feel like?” * Options: ▪ Start mental scan ▪ Request a coping technique ▪ Schedule a session with therapist --- ### 🟩 **7. Book a Therapy Session** * List of verified therapists (with specialties) * Filters: gender, availability, language * Book: ▪ Video session ▪ Audio call ▪ In-home visit (if city allows) * Payment page ▪ Use credits or card ▪ Apply promo code --- ### 🟦 **8. Group Support Rooms** * Live & scheduled themed sessions: ▪ “Anxiety Warriors” ▪ “Sleep & Calm Circle” ▪ “Divorce & Heartbreak Support” * Features: ▪ Chat & mic on/off ▪ Moderated by psychologists ▪ Anonymous option --- ### 🟩 **9. Interactive Exercises** * Daily recommended tasks: ▪ Mood journaling ▪ Guided breathing ▪ CBT reflections ▪ Positive affirmation builder * Progress bar and badges for streaks --- ### 🟦 **10. Mental Health Library** * Categories: ▪ Anxiety ▪ Depression ▪ Mindfulness ▪ Relationships ▪ Burnout * Format: ▪ Short videos ▪ Podcasts ▪ Articles (Arabic dialect & MSA) --- ### 🟩 **11. Notifications & Reminders** * “Your therapist appointment starts in 30 minutes.” * “Time to check in with your mood.” * “A new article on work stress is available.” --- ### 🟦 **12. Profile & Settings** * Edit profile * Session history * Privacy settings * Subscription management * Language & theme --- ### 🟩 **13. Emergency Help** * Red button: “Need urgent help?” ▪ Quick self-soothing techniques ▪ Call emergency number ▪ Crisis lines by country

心理健康应用功能AI助手2025/6/18

心理健康应用功能解析

健康与健身zh
4.0

### 🟩 **1. Splash Screen** * **Logo + Tagline** *“MindCare – feel better live better* * Loading animation. --- ### 🟦 **2. Onboarding Slides (3 screens, swipeable)** **Slide 1:** > *“Take control of your mental well-being.”* > Illustration: Calm user meditating. **Slide 2:** > *“Talk to experts, join support groups, or just vent in a safe space.”* > Illustration: Therapist talking to client. **Slide 3:** > *“Private. Secure. In Arabic. Anytime, anywhere.”* > CTA: "Get Started" --- ### 🟩 **3. Sign Up / Log In Screen** * Options: ✅ Sign up with email ✅ Continue with Google ✅ Already have an account? Log in --- ### 🟦 **4. User Profile Setup** * Choose: ▪ Gender ▪ Age range ▪ Mental health goals (ex: anxiety, sleep, stress relief) ▪ Preferred therapy mode: Text / Video / Home Visit ▪ Select Language: (Arabic / French / English) --- ### 🟩 **5. Home Dashboard** * Navigation bar (bottom): 🧠 AI Helper | 🧍 Therapist | 🤝 Group | 📚 Content | 👤 Profile * Main sections: ▪ "Talk to your AI Supporter" ▪ "Upcoming session with Dr. Yasmine" ▪ "New content for you today" ▪ "Join a live support room" --- ### 🟦 **6. AI Helper (Smart Assistant)** * Chat interface with your 24/7 AI support * Prompts: “I feel anxious.” “I want a breathing exercise.” “What does a panic attack feel like?” * Options: ▪ Start mental scan ▪ Request a coping technique ▪ Schedule a session with therapist --- ### 🟩 **7. Book a Therapy Session** * List of verified therapists (with specialties) * Filters: gender, availability, language * Book: ▪ Video session ▪ Audio call ▪ In-home visit (if city allows) * Payment page ▪ Use credits or card ▪ Apply promo code --- ### 🟦 **8. Group Support Rooms** * Live & scheduled themed sessions: ▪ “Anxiety Warriors” ▪ “Sleep & Calm Circle” ▪ “Divorce & Heartbreak Support” * Features: ▪ Chat & mic on/off ▪ Moderated by psychologists ▪ Anonymous option --- ### 🟩 **9. Interactive Exercises** * Daily recommended tasks: ▪ Mood journaling ▪ Guided breathing ▪ CBT reflections ▪ Positive affirmation builder * Progress bar and badges for streaks --- ### 🟦 **10. Mental Health Library** * Categories: ▪ Anxiety ▪ Depression ▪ Mindfulness ▪ Relationships ▪ Burnout * Format: ▪ Short videos ▪ Podcasts ▪ Articles (Arabic dialect & MSA) --- ### 🟩 **11. Notifications & Reminders** * “Your therapist appointment starts in 30 minutes.” * “Time to check in with your mood.” * “A new article on work stress is available.” --- ### 🟦 **12. Profile & Settings** * Edit profile * Session history * Privacy settings * Subscription management * Language & theme --- ### 🟩 **13. Emergency Help** * Red button: “Need urgent help?” ▪ Quick self-soothing techniques ▪ Call emergency number ▪ Crisis lines by country

心理健康应用功能AI助手2025/6/18

招聘MERN全栈开发者

招聘信息zh
4.0

✅ Project Overview: We are looking to hire a dedicated Full Stack MERN Developer to build a complete web application using MongoDB, Express.js, React.js, and Node.js. The project will include both a user-facing frontend and a powerful, dynamic Admin Panel. The application must feature a clean UI/UX design, full responsiveness, complete CRUD operations, and robust backend API integration. Every section must be dynamic and fully connected to the MongoDB database. 🎯 Project Requirements: 🔹 1. Frontend (React.js) Developed using React.js with reusable components. Responsive Design: Fully mobile, tablet, and desktop responsive. UI/UX must be clean, modern, and user-friendly. Integration with backend APIs using Axios or Fetch. Separate login/signup system for users and admin. Dynamic content rendering using props/state and API data. 🔹 2. Backend (Node.js & Express.js) RESTful API development using Node.js and Express.js. Secure authentication with JWT (JSON Web Token) or session-based auth. Role-based access (Admin & User). Input validation and proper error handling. Middleware for logging, security, and data processing. 🔹 3. Database (MongoDB) Use of MongoDB Atlas or local MongoDB. All data (users, items, products, content, etc.) must be stored in MongoDB. Proper schema design with Mongoose. All CRUD operations must reflect in the database dynamically. 🔹 4. Admin Panel A fully functional and dynamic Admin Dashboard built with React. Features to: View, add, edit, delete all dynamic entities (products, users, orders, etc.). Dashboard with statistics and analytics (can be dummy for now). User management (ban, delete, assign roles). Content management for front-end visibility. All data connected with MongoDB through APIs. Access restricted to admin users only. 📱 Responsiveness & Design All pages must be 100% responsive (Mobile, Tablet, Desktop). Use of CSS Framework like Tailwind CSS, Bootstrap, or Material-UI is preferred. Smooth transitions, interactive components, and clean layouts. 🔁 CRUD Operations All dynamic sections must support Create, Read, Update, Delete (CRUD). Reflect changes instantly across frontend and backend. Proper toast/message notifications for actions. Each CRUD action must be linked directly to the MongoDB database. 📡 API Integration All frontend components must communicate with backend using RESTful APIs. All API endpoints should be: Properly tested. Well-structured and scalable. Secured with authentication and authorization where needed. 🛡️ Security & Deployment Backend secured using proper authentication middleware. Prevent SQL injection, XSS, CSRF, and other vulnerabilities. Ready for deployment on platforms like Vercel, Netlify (frontend) and Render, Heroku, or DigitalOcean (backend). 💼 Dedicated Developer Expectations Must have experience in building MERN applications. Deliver high-quality, maintainable, and scalable code. Ability to communicate clearly and meet project deadlines. Familiarity with Git/GitHub for version control. Ready to work full-time or dedicated for this project duration. 📋 Optional Features (Nice to Have): Pagination and search filters. File/image upload feature (e.g., profile pictures). Notification system (email or in-app). Light/Dark mode toggle. Multilingual support. 📦 Final Deliverables: Fully functional frontend and backend codebase. Responsive and dynamic Admin Panel. Complete API documentation. Live demo or deployed version of the project. Source code with instructions for setup and deployment.

MERN全栈开发招聘2025/6/16

计算器使用指南

教育工具zh
4.0

Calculator

计算器数学工具在线计算2025/6/16

计算器使用指南

教育zh
4.0

Calculator

计算器使用技巧数学工具2025/6/16

智能家居控制面板

技术开发zh
4.0

// SmartHomeDashboard.js import React, { useState, useEffect } from "react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Switch } from "@/components/ui/switch"; import { Camera } from "lucide-react"; export default function SmartHomeDashboard() { const [deviceData, setDeviceData] = useState({ temperature: "25°C", voltage: "230V", power: "100W", current: "0.5A", load: "20%", }); const [deviceOn, setDeviceOn] = useState(true); const [scannedBarcode, setScannedBarcode] = useState(""); const [showScanner, setShowScanner] = useState(false); const [suggestions, setSuggestions] = useState([]); const [alerts, setAlerts] = useState([]); const [deviceList, setDeviceList] = useState(["Device#1234", "Device#5678"]); useEffect(() => { // Simulate AI-based suggestions setSuggestions([ "Consider replacing Device#1234 with a more efficient model.", "Schedule auto power-off for idle hours.", "Reduce device usage during peak load times." ]); // Simulate alerts setAlerts([ "High power consumption detected in Device#1234.", "Temperature nearing threshold: 25°C." ]); }, []); const handleToggle = () => { setDeviceOn(!deviceOn); }; const handleBarcodeScan = (event) => { const file = event.target.files[0]; if (file) { setScannedBarcode("SCANNED: Device#1234"); setDeviceList((prev) => [...new Set([...prev, "Device#1234"])]); } }; const githubThemeStyle = "bg-[#0d1117] text-white border border-[#30363d]"; return ( <div className="p-6 grid gap-4 md:grid-cols-2 lg:grid-cols-3"> {/* Device Monitoring Cards */} {Object.entries(deviceData).map(([key, value]) => ( <Card key={key} className={`rounded-2xl shadow-xl ${githubThemeStyle}`}> <CardContent className="p-4"> <h2 className="text-xl font-semibold capitalize">{key}</h2> <p className="text-2xl mt-2">{value}</p> </CardContent> </Card> ))} {/* Device Control */} <Card className={`col-span-1 rounded-2xl shadow-xl ${githubThemeStyle}`}> <CardContent className="p-4 flex flex-col gap-4"> <h2 className="text-xl font-semibold">Smart Control</h2> <div className="flex items-center justify-between"> <span>Device Status</span> <Switch checked={deviceOn} onCheckedChange={handleToggle} /> </div> <div className="flex flex-col gap-2"> <p className="text-sm text-muted-foreground">Barcode Scanner</p> <Input type="file" accept="image/*" onChange={handleBarcodeScan} /> <p className="text-green-400 font-semibold">{scannedBarcode}</p> </div> </CardContent> </Card> {/* AI-based Suggestions */} <Card className={`col-span-1 rounded-2xl shadow-xl ${githubThemeStyle}`}> <CardContent className="p-4"> <h2 className="text-xl font-semibold mb-2">AI Suggestions</h2> <ul className="list-disc pl-5 space-y-1 text-gray-300"> {suggestions.map((tip, index) => ( <li key={index} className="text-sm">{tip}</li> ))} </ul> </CardContent> </Card> {/* Real-Time Alerts */} <Card className={`col-span-1 rounded-2xl shadow-xl ${githubThemeStyle}`}> <CardContent className="p-4"> <h2 className="text-xl font-semibold mb-2 text-red-500">Real-Time Alerts</h2> <ul className="list-disc pl-5 space-y-1"> {alerts.map((alert, index) => ( <li key={index} className="text-sm text-red-400">{alert}</li> ))} </ul> </CardContent> </Card> {/* Device List */} <Card className={`col-span-1 rounded-2xl shadow-xl ${githubThemeStyle}`}> <CardContent className="p-4"> <h2 className="text-xl font-semibold mb-2">Connected Devices</h2> <ul className="list-disc pl-5 space-y-1 text-gray-300"> {deviceList.map((device, idx) => ( <li key={idx} className="text-sm">{device}</li> ))} </ul> </CardContent> </Card> </div> ); }

智能家居ReactAI建议2025/6/15

伊斯兰应用设计指南

数字产品设计zh
4.0

Act like a senior UX/UI writer and Islamic digital product designer. You specialize in creating rich, user-centric, multilingual Islamic applications for both mobile and web platforms. Objective: Write a detailed, full-length product description for a comprehensive Islamic app designed for Muslims worldwide. The app should serve as a complete spiritual companion that includes the following core and advanced features: Step-by-step: 1. Introduce the app as an all-in-one Islamic platform designed to support daily worship, learning, and spiritual growth. 2. Quran Section: - Provide the full Quran with Uthmani script. - Support auto-bookmarking (e.g., save current position like page 100 in Al-Baqarah). - Include audio recitations by multiple qaris. - Offer multilingual tafsir (explanation) per verse. - Allow custom bookmarks, note-taking, and highlighting. 3. Nasheed Section: - A categorized library of Islamic nasheeds with/without instruments. - Offline download capability. - Filter by mood, theme, and artist. 4. Athkar & Hadith: - Daily azkar collections (morning, evening, prayer-based). - Authentic Hadith collections searchable by topic. - Notification reminders for morning/evening athkar. 5. Prayer Tools: - Real-time prayer times based on GPS. - Adjustable settings for madhhab and calculation methods. - Adhan notifications with a choice of voices. - Qibla direction using GPS and augmented compass. 6. Spiritual Features: - Quran completion tracker with weekly/monthly goals. - Dua Community: Users can request and share supplications. - Motivational Islamic quote of the day (ayah/hadith/wisdom). - Auto night/day reading modes based on device time. - Font, size, and theme customization options. 7. Language and Accessibility: - Full support for Arabic and English with one-tap toggle. - Right-to-left layout for Arabic. - Suitable for all ages with easy-to-read interface. 8. Platform Compatibility: - Optimized for iOS, Android, and web. - Clean, elegant design with fast performance. 9. Call to action: - Encourage users to use the app daily for Quran, prayer, and Islamic guidance. - Highlight its usefulness during Ramadan, Hajj, or everyday life. Then: - Write the entire product description in Modern Standard Arabic. - Write the same version again in clear and inviting English. - Both versions must reflect a professional, spiritual, and user-focused tone. Take a deep breath and work on this problem step-by-step.

伊斯兰应用UX/UI设计数字产品2025/6/15

AI 牛只评估工具

农业科技zh
4.0

Create with objective below Objective: To create an AI-driven tool that automates the process of cattle assessment. The tool will capture an image of an animal, analyze it to determine its weight (in kilograms and arrobas), identify its category (Ox, Calf, Bull, or Heifer) and color, and then generate a standardized PDF report with these findings. AI System Persona and Capabilities: You are an expert AI agricultural analyst specializing in computer vision for livestock management. You are proficient in: Image Recognition and Analysis: Identifying and isolating cattle within an image, even in complex farm environments. Biometric Estimation: Accurately estimating the live weight of cattle from a 2D image by analyzing body volume, skeletal structure, and other visual cues. You have been trained on a vast dataset of cattle images with corresponding weights. Cattle Classification: Differentiating between various categories of cattle (Ox, Calf, Bull, Heifer) based on visual characteristics such as body shape, muscle definition, and reproductive organs. Color Identification: Accurately determining and describing the color and pattern of the animal's coat. Data Conversion: Converting weight from kilograms (kg) to arrobas (@), where 1 arroba = 15 kg. PDF Report Generation: Compiling the analyzed data into a clear, concise, and professionally formatted PDF document. User Interaction and Input: The user will interact with the system through a simple form. The primary input will be an image of a single bovine animal, captured by a smartphone or other camera. Form Fields: Image Upload: A button to upload or capture a new image of the animal. [Optional] Animal ID/Tag: A text field for the user to manually enter an ear tag number or any other unique identifier for the animal. [Optional] Date of Reading: A date picker that defaults to the current date. [Optional] Farm/Pasture Name: A text field to input the location of the reading. Generate Report Button: A button that initiates the AI analysis and PDF generation. AI Analysis and Processing Steps: Upon receiving the image, the AI will perform the following actions: Image Pre-processing: Validate that the uploaded file is an image. Isolate the primary bovine subject from the background. Assess image quality (e.g., clarity, lighting, animal posture) and notify the user if the image is unsuitable for accurate analysis, providing brief guidance on capturing a better picture (e.g., "Please provide a clear side-view image of the animal standing on level ground."). Weight Estimation: Analyze the animal's body volume, length, and height from the image. Apply a deep learning regression model to estimate the live weight in kilograms. The model should be trained on a diverse dataset of cattle breeds common in Brazil (e.g., Nelore, Guzerá, Brahman). Convert the estimated weight in kilograms to arrobas using the formula: Weight in Arrobas= 15 Weight in kg ​ The result should be displayed to two decimal places. Cattle Classification: Analyze the animal's morphology to classify it into one of the following categories: Bull: Identify prominent masculine features, including a muscular neck and shoulders (with a noticeable crest or hump), a broader facial structure, and the presence of a scrotal sac. Ox (Steer): Identify as a castrated male. The animal will lack the prominent muscular development of a bull and will not have testes. The body shape will be more blocky than a cow's. Heifer: Identify as a young female that has not yet calved. The animal will have a more feminine appearance than a bull or ox, with less defined musculature and visible teats but no developed udder. Calf: Identify as a very young animal of either sex, characterized by its smaller size and less developed features relative to a mature animal. Color Identification: Analyze the coat of the animal and describe its color using standard terms (e.g., Black, White, Red, Brown, Grey, Spotted [Black and White, Red and White], Brindle). Output: PDF Report The AI will generate a single-page PDF report with the following structure and content: Header: Report Title: "Relatório de Leitura de Gado" (Cattle Reading Report) Farm/Pasture Name: (From optional user input) Date of Reading: (From optional user input or current date) Animal Information Section: Image of the Animal: A cropped and centered image of the analyzed bovine. Animal ID/Tag: (From optional user input) AI Analysis Results: Categoria (Category): [e.g., Novilha (Heifer)] Cor (Color): [e.g., Branco (White)] Peso Estimado (Estimated Weight): [Weight in kg] kg [Weight in @] @ Footer: Generated by: "Gerado por Inteligência Artificial da [Your Company/System Name]" (Generated by the Artificial Intelligence of [Your Company/System Name]) Disclaimer: "O peso e a classificação são estimados com base na análise de imagem e podem variar. Para dados precisos, utilize métodos de pesagem e avaliação zootécnica tradicionais." (The weight and classification are estimated based on image analysis and may vary. For precise data, use traditional weighing and zootechnical evaluation methods.) Example Workflow: A Brazilian farmer wants to assess a heifer in the pasture. He opens the application on his smartphone. He enters the heifer's ear tag number: "BR012345". He takes a side-view picture of the heifer using the app's camera function. He clicks "Gerar Relatório" (Generate Report). The AI analyzes the image. It estimates the heifer's weight to be 360 kg. It classifies the animal as a "Novilha" (Heifer) and identifies its color as "Branco" (White). It calculates the weight in arrobas as 24 @ (360 / 15). A PDF file is generated and displayed on the farmer's phone, which he can then save or share. The PDF will contain the heifer's picture, her ID, and the analyzed data neatly formatted. This detailed prompt provides a clear blueprint for developing an AI-powered tool that is both technologically advanced and practically useful for the target user base in the Brazilian cattle industry.

AI牛只管理计算机视觉2025/6/15

React 数据获取教程

前端技术zh
4.0

import React, { useState, useEffect } from 'react'; const App = () => { const [data, setData] = useState(null); useEffect(() => { fetchData(); }, []); const fetchData = async () => { try { const response = await fetch('https://www.technosysa.com/new_announce.php?mode=get_announce&id=17'); const jsonData = await response.json(); setData(jsonData); } catch (error) { console.error('Error fetching data:', error); } }; return ( <div className="App"> <header className="bg-blue-600 p-4"> <h1 className="text-white text-2xl font-bold">Announcement</h1> </header> <main className="p-4"> {data ? ( <div className="bg-white shadow-lg rounded-lg p-6"> <h2 className="text-xl font-semibold mb-4">{data.title}</h2> <p className="text-gray-700">{data.content}</p> </div> ) : ( <p className="text-gray-700">Loading...</p> )} </main> <footer className="bg-gray-800 p-4 mt-8"> <p className="text-white text-center">© 2025 TechnoSys. All rights reserved.</p> </footer> </div> ); }; export default App;

React数据获取前端开发2025/6/15

YouTube频道优化指南

数字营销zh
4.0

YouTube channel

YouTube频道优化SEO2025/6/14
上一页第 1 页,共 23 页下一页