mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-05-09 03:49:10 -04:00
Add 无思微程序
This commit is contained in:
parent
8291d491b0
commit
8e8c24c61a
@ -879,6 +879,11 @@ The purpose is to build infrastructure in the field of large models, through the
|
||||
<td> <a href="https://codeium.com/windsurf"> WindSurf </a> </td>
|
||||
<td>Another AI Code Editor based on VS Code by Codeium</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/wusigram/assets/logo-512.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="docs/wusigram/README.md"> 无思微程序 </a> </td>
|
||||
<td>A mobile AI code writing and running tool. DeepSeek Programming Companion</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>
|
||||
|
@ -717,6 +717,11 @@
|
||||
<td> <a href="https://codeium.com/windsurf"> WindSurf </a> </td>
|
||||
<td> 另一个基于VS Code的AI Code编辑器,由Codeium出品 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/wusigram/assets/logo-512.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="docs/wusigram/README_cn.md"> 无思微程序 </a> </td>
|
||||
<td> 移动端AI编程和运行工具,DeepSeek编程搭档 </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p>
|
||||
|
@ -806,6 +806,11 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
|
||||
<td> <a href="https://codeium.com/windsurf"> WindSurf </a> </td>
|
||||
<td>Otro Editor de Código con IA basado en VS Code por Codeium</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/wusigram/assets/logo-512.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="docs/wusigram/README.md"> 无思微程序 </a> </td>
|
||||
<td>Herramientas de programación y operación de IA móvil, socio de programación de DeepSeek</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#tabla-de-contenidos">^ Volver al índice ^</a></p>
|
||||
|
@ -654,6 +654,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
|
||||
<td> <a href="https://codeium.com/windsurf"> WindSurf </a> </td>
|
||||
<td>CodeiumによるVS CodeをベースにしたのAIコードエディタ</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/wusigram/assets/logo-512.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="docs/wusigram/README.md"> 无思微程序 </a> </td>
|
||||
<td>モバイルAIプログラミングおよび運用ツール、DeepSeekプログラミングパートナー</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目次">^ 目次に戻る ^</a></p>
|
||||
|
@ -869,6 +869,11 @@
|
||||
<td> <a href="https://codeium.com/windsurf"> WindSurf </a> </td>
|
||||
<td> 由 Codeium 開發的另一款以 VS Code 為基礎的 AI 程式碼編輯器。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <img src="docs/wusigram/assets/logo-512.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="docs/wusigram/README_cn.md"> 无思微程序 </a> </td>
|
||||
<td>行動端AI程式設計與運行工具,DeepSeek程式設計搭檔</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p>
|
||||
|
59
docs/wusigram/README.md
Normal file
59
docs/wusigram/README.md
Normal file
@ -0,0 +1,59 @@
|
||||
### AI Programming on Mobile Devices — 无思微程序 Makes Mobile Development Effortless
|
||||
|
||||
Developing and running code directly on mobile devices used to be cumbersome and difficult. **无思微程序** simplifies the development and publishing process by integrating DeepSeek AI programming, solving this challenge with ease. This tool, designed specifically for mobile use, focuses on auto-generating and running HTML/CSS/JS code, offering a more user-friendly mobile development experience for coding enthusiasts, educators, and lightweight developers.
|
||||
|
||||
---
|
||||
|
||||
#### Watch a Demo Video First
|
||||
|
||||
[![Bilibili]](https://www.bilibili.com/video/BV1xn55zKEUT)
|
||||
|
||||
---
|
||||
|
||||
#### 1. AI-Powered: Run-Ready Programs from a Single Sentence
|
||||
|
||||
**无思微程序** innovatively integrates the DeepSeek model into the development workflow, breaking traditional coding barriers:
|
||||
|
||||
1. **Natural Language to Code**
|
||||
Simply describe your needs in conversational language (e.g., “Create a cyberpunk-style TodoList”), and the AI generates complete HTML+CSS+JS code automatically—no need to write code line by line.
|
||||
2. **Dynamic Feature Adjustments**
|
||||
You can request changes directly (e.g., “Change the style to cute”), and the AI will instantly update the code—enabling a conversational programming experience.
|
||||
3. **Beginner-Friendly Design**
|
||||
No need to master full syntax rules—users can complete functional development through multiple rounds of interaction with the AI, making it perfect for beginners to quickly test ideas.
|
||||
|
||||
---
|
||||
|
||||
#### 2. A Dedicated Development Environment for Mobile
|
||||
|
||||
Specifically optimized for mobile scenarios, offering capabilities that traditional PC tools can’t easily provide:
|
||||
|
||||
1. **Instant Preview System**
|
||||
Code can be pasted or generated and instantly rendered into a visual interface. The runtime experience closely resembles native apps, supporting touch interactions like swiping and tapping.
|
||||
2. **Standardized Hardware Access**
|
||||
Supports access to the phone’s camera (photo/scanning), microphone (voice input), and local storage. A code sample library provides templates for common scenarios.
|
||||
3. **Multi-Project Management Mode**
|
||||
Each HTML project is stored independently, with customizable runtime icons and launch interfaces—allowing users to launch different projects just like opening lightweight apps.
|
||||
|
||||
---
|
||||
|
||||
#### 3. Practical Features That Meet Real Needs
|
||||
|
||||
1. **Version Time Machine**
|
||||
Every modification is automatically saved as a version history, preventing code loss due to accidental changes.
|
||||
2. **Cloud-Based Backup**
|
||||
Local code can optionally be synced to a private cloud space for encrypted storage, enabling cross-device development continuity.
|
||||
3. **Code Sharing Community**
|
||||
An open code hub lets users explore public creative projects (such as mini-games or tool templates) and one-click share their own programs with others—also supporting collaborative development.
|
||||
|
||||
---
|
||||
|
||||
#### 4. Full Cross-Platform Support
|
||||
|
||||
* **Mobile Devices**:
|
||||
iOS users can download from the App Store, Android users can install via their app store
|
||||
* **Desktop Usage Extensions**:
|
||||
|
||||
* Mac devices (M-series) can run the iOS version natively
|
||||
* Windows PCs can use the full features via Android emulators
|
||||
|
||||
---
|
51
docs/wusigram/README_cn.md
Normal file
51
docs/wusigram/README_cn.md
Normal file
@ -0,0 +1,51 @@
|
||||
### 手机上也可以AI编程了 —— 无思微程序让移动设备开发触手可及
|
||||
|
||||
在移动设备上直接编写并运行代码程序,以往是比较繁琐和困难的事情。**无思微程序**通过引入DeepSeek AI编程,简化了开发和发布流程,将这一难题轻松解决。这款专为手机端设计的工具,聚焦HTML/CSS/JS代码的自动编写和运行,为编程爱好者、教育用户和轻量级开发者提供了更友好的移动开发方式。
|
||||
|
||||
---
|
||||
|
||||
#### 可以先看一段视频实操演示
|
||||
[![B站视频封面]](https://www.bilibili.com/video/BV1xn55zKEUT)
|
||||
|
||||
---
|
||||
|
||||
#### 一、AI助力:一句话生成可运行程序
|
||||
无思微程序创新性地将DeepSeek模型融入开发流程,打破传统编码门槛:
|
||||
1. **自然语言转代码**
|
||||
用口语化指令描述需求(如“做一个赛博风格的TodoList”),AI自动生成完整的HTML+CSS+JS代码,无需手动逐行编写。
|
||||
2. **动态调整功能**
|
||||
对生成的代码可直接提出修改要求(如“将风格改为可爱风”),AI即时响应调整,实现“对话式编程”。
|
||||
3. **零基础友好设计**
|
||||
用户无需掌握完整语法规则,通过多次与AI交互即可完成功能开发,特别适合编程初学者快速验证想法。
|
||||
|
||||
---
|
||||
|
||||
#### 二、手机端的专属开发环境
|
||||
针对移动场景深度优化,提供传统PC工具难以实现的功能:
|
||||
1. **即写即现的预览系统**
|
||||
粘贴或生成的代码可立即渲染为可视化界面,运行效果接近原生APP,支持触屏滑动、点击反馈等交互体验。
|
||||
2. **硬件调用标准化**
|
||||
支持调用手机摄像头(拍照/扫码)、麦克风(语音输入)、本地存储等功能,代码示例库提供常用场景模板。
|
||||
3. **多项目管理模式**
|
||||
每个HTML项目独立存储,运行界面与应用图标均可自定义,可直接点击启动不同项目,如同安装多个轻应用。
|
||||
|
||||
---
|
||||
|
||||
#### 三、贴合实际需求的实用功能
|
||||
1. **版本时光机**
|
||||
每次修改自动保存历史版本,避免误操作导致的代码丢失。
|
||||
2. **云端双保险**
|
||||
本地代码可选择同步至私有云空间,加密存储,换设备也可继续开发。
|
||||
3. **代码共享社区**
|
||||
开放代码广场功能,既能学习他人公开的创意项目(如小游戏、工具模板),也可将自己编写的程序一键分享给其他用户,同时支持二次开发。
|
||||
|
||||
---
|
||||
|
||||
#### 四、全平台覆盖方案
|
||||
- **手机端**:
|
||||
iOS用户访问App Store,安卓用户通过应用商店搜索安装
|
||||
- **电脑端延伸使用**:
|
||||
- Mac设备(M系列)直接运行iOS版本
|
||||
- Windows电脑通过安卓模拟器使用完整功能
|
||||
|
||||
---
|
BIN
docs/wusigram/assets/logo-512.png
Normal file
BIN
docs/wusigram/assets/logo-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user