- 将 @avue/form 替换为 @smallwei/avue,更新对应安装命令和导入路径 - 将 electron-egg 替换为 ee-core,更新示例代码中的引用 - 规范lime-echart插件安装说明,明确npm安装echarts及插件市场下载插件流程 - 所有tauri-skills相关技能文档补充统一的LLMS参考链接https://v2.tauri.app/llms.txt
@@ -87,19 +87,19 @@ Avue-form is a Vue form component library that provides rich form controls and c
**Using npm**:
```bash
-npm install @avue/form
+npm install @smallwei/avue
```
**Using yarn**:
-yarn add @avue/form
+yarn add @smallwei/avue
**Using pnpm**:
-pnpm add @avue/form
+pnpm add @smallwei/avue
### 3. Basic Setup
@@ -107,8 +107,8 @@ pnpm add @avue/form
```javascript
// main.js
import Vue from 'vue'
-import Avue from '@avue/form'
-import '@avue/form/lib/theme-default/index.css'
+import Avue from '@smallwei/avue'
+import '@smallwei/avue/lib/theme-default/index.css'
Vue.use(Avue)
@@ -18,13 +18,13 @@ This example demonstrates how to install Avue-form.
# Using npm
# Using yarn
# Using pnpm
### Example: Global Registration
@@ -32,8 +32,8 @@ pnpm add @avue/form
@@ -42,10 +42,10 @@ Vue.use(Avue)
// Import default theme
// Or import custom theme
-import '@avue/form/lib/theme-custom/index.css'
+import '@smallwei/avue/lib/theme-custom/index.css'
### Example: Complete Setup
@@ -54,8 +54,8 @@ import '@avue/form/lib/theme-custom/index.css'
import App from './App.vue'
@@ -66,7 +66,7 @@ new Vue({
### Key Points
-- Install @avue/form package
+- Install @smallwei/avue package
- Register globally with Vue.use()
- Import CSS styles
- Ready to use in components
@@ -3,7 +3,7 @@
## npm Installation
## Global Registration
@@ -11,8 +11,8 @@ npm install @avue/form
@@ -21,10 +21,10 @@ Vue.use(Avue)
## Complete Setup
@@ -33,8 +33,8 @@ import '@avue/form/lib/theme-custom/index.css'
@@ -13,17 +13,13 @@ lime-echart 是为 UniApp 和 UniAppX 提供 ECharts 图表兼容支持的插件
2. 点击"使用 HBuilderX 导入插件"或下载插件
3. 将插件导入到项目的 `uni_modules` 目录
-### 方式二:通过 npm 安装
+### 方式二:通过 npm 安装 ECharts 依赖
npm install echarts --save
-然后从插件市场下载 lime-echart 插件,或使用 npm:
-
-```bash
-npm install lime-echart --save
-```
+然后从 [DCloud 插件市场](https://ext.dcloud.net.cn/plugin?id=4899) 下载 lime-echart 插件,放入 `uni_modules` 目录。
### 方式三:手动安装
@@ -90,26 +90,26 @@ Electron EGG is a desktop application development framework based on Electron an
-npm install electron-egg
+npm install ee-core
-yarn add electron-egg
+yarn add ee-core
-pnpm add electron-egg
+pnpm add ee-core
-const { Application } = require('electron-egg')
+const { Application } = require('ee-core')
const app = new Application({
// Configuration
@@ -18,7 +18,7 @@ This example demonstrates main process usage in Electron EGG.
// main/index.js
@@ -31,7 +31,7 @@ app.start()
const app = new Application()
@@ -24,13 +24,13 @@ This example demonstrates how to install Electron EGG.
### Example: Project Initialization
@@ -39,7 +39,7 @@ project/
## Project Initialization
@@ -20,7 +20,7 @@ project/
@@ -35,6 +35,7 @@ license: Complete terms in LICENSE.txt
## References
+- https://v2.tauri.app/llms.txt
- https://v2.tauri.app/plugin/autostart/
- https://v2.tauri.app/zh-cn/plugin/autostart/
- https://v2.tauri.app/plugin/barcode-scanner/
- https://v2.tauri.app/zh-cn/plugin/barcode-scanner/
- https://v2.tauri.app/plugin/biometric/
- https://v2.tauri.app/zh-cn/plugin/biometric/
- https://v2.tauri.app/plugin/cli/
- https://v2.tauri.app/zh-cn/plugin/cli/
- https://v2.tauri.app/plugin/clipboard/
- https://v2.tauri.app/zh-cn/plugin/clipboard/
- https://v2.tauri.app/
- https://v2.tauri.app/start/
- https://v2.tauri.app/start/prerequisites/
- https://v2.tauri.app/plugin/deep-linking/
- https://v2.tauri.app/zh-cn/plugin/deep-linking/
@@ -39,6 +39,7 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/develop/
- https://v2.tauri.app/develop/configuration-files/
- https://v2.tauri.app/develop/calling-rust/
- https://v2.tauri.app/plugin/dialog/
- https://v2.tauri.app/zh-cn/plugin/dialog/
- https://v2.tauri.app/plugin/file-system/
- https://v2.tauri.app/zh-cn/plugin/file-system/
- https://v2.tauri.app/start/frontend/
- https://v2.tauri.app/start/frontend/leptos/
- https://v2.tauri.app/start/frontend/nextjs/
- https://v2.tauri.app/plugin/geolocation/
- https://v2.tauri.app/zh-cn/plugin/geolocation/
- https://v2.tauri.app/plugin/global-shortcut/
- https://v2.tauri.app/zh-cn/plugin/global-shortcut/
- https://v2.tauri.app/plugin/haptics/
- https://v2.tauri.app/zh-cn/plugin/haptics/
- https://v2.tauri.app/plugin/http-client/
- https://v2.tauri.app/zh-cn/plugin/http-client/
- https://v2.tauri.app/plugin/localhost/
- https://v2.tauri.app/zh-cn/plugin/localhost/
- https://v2.tauri.app/plugin/logging/
- https://v2.tauri.app/zh-cn/plugin/logging/
- https://v2.tauri.app/plugin/nfc/
- https://v2.tauri.app/zh-cn/plugin/nfc/
- https://v2.tauri.app/plugin/notification/
- https://v2.tauri.app/zh-cn/plugin/notification/
- https://v2.tauri.app/plugin/opener/
- https://v2.tauri.app/zh-cn/plugin/opener/
- https://v2.tauri.app/plugin/os-info/
- https://v2.tauri.app/zh-cn/plugin/os-info/
- https://v2.tauri.app/plugin/persisted-scope/
- https://v2.tauri.app/zh-cn/plugin/persisted-scope/
@@ -34,3 +34,7 @@ This skill acts as a Senior Architect for Tauri projects. It guides the user fro
- **Technical Design Document**: A Markdown document outlining the stack, plugins, and architecture.
- **Todo List**: A structured list of tasks to build the project.
+
+## References
@@ -37,6 +37,7 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/learn/using-plugin-permissions/
- https://v2.tauri.app/zh-cn/learn/security/using-plugin-permissions/
- https://v2.tauri.app/learn/security/capabilities-for-windows-and-platforms/
- https://v2.tauri.app/plugin/positioner/
- https://v2.tauri.app/zh-cn/plugin/positioner/
- https://v2.tauri.app/plugin/process/
- https://v2.tauri.app/zh-cn/plugin/process/
- https://v2.tauri.app/plugin/shell/
- https://v2.tauri.app/zh-cn/plugin/shell/
- https://v2.tauri.app/learn/sidecar-nodejs/
- https://v2.tauri.app/zh-cn/learn/sidecar-nodejs/
- https://v2.tauri.app/plugin/single-instance/
- https://v2.tauri.app/zh-cn/plugin/single-instance/
- https://v2.tauri.app/learn/splashscreen/
- https://v2.tauri.app/zh-cn/learn/splashscreen/
- https://v2.tauri.app/plugin/sql/
- https://v2.tauri.app/zh-cn/plugin/sql/
- https://v2.tauri.app/plugin/store/
- https://v2.tauri.app/zh-cn/plugin/store/
- https://v2.tauri.app/plugin/stronghold/
- https://v2.tauri.app/zh-cn/plugin/stronghold/
- https://v2.tauri.app/learn/system-tray/
- https://v2.tauri.app/zh-cn/learn/system-tray/
- https://v2.tauri.app/plugin/updater/
- https://v2.tauri.app/zh-cn/plugin/updater/
- https://v2.tauri.app/plugin/upload/
- https://v2.tauri.app/zh-cn/plugin/upload/
- https://crates.io/crates/tauri-wasm
- https://v2.tauri.app/develop/calling-rust/#wasm
- https://github.com/p1mo/tauri-wasm
- https://v2.tauri.app/plugin/websocket/
- https://v2.tauri.app/zh-cn/plugin/websocket/
- https://v2.tauri.app/learn/window-menu/
- https://v2.tauri.app/zh-cn/learn/window-menu/
- https://v2.tauri.app/plugin/window-state/
- https://v2.tauri.app/zh-cn/plugin/window-state/
- https://v2.tauri.app/distribute/
- https://v2.tauri.app/distribute/app-store/
- https://v2.tauri.app/distribute/appimage/
@@ -42,6 +43,7 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/distribute/crabnebula-cloud/
- https://v2.tauri.app/distribute/debian/
- https://v2.tauri.app/distribute/dmg/
+- https://v2.tauri.app/distribute/flatpak/
- https://v2.tauri.app/distribute/google-play/
- https://v2.tauri.app/distribute/macos-application-bundle/
- https://v2.tauri.app/distribute/microsoft-store/
- https://v2.tauri.app/concept/
- https://v2.tauri.app/concept/architecture/
- https://v2.tauri.app/concept/process-model/
- https://v2.tauri.app/reference/config/
- https://v2.tauri.app/security/csp/
@@ -38,7 +38,9 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/security/
+- https://v2.tauri.app/security/asset-protocol/
- https://v2.tauri.app/security/permissions/
- https://v2.tauri.app/security/scope/
- https://v2.tauri.app/security/capabilities/
@@ -38,6 +38,7 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/start/migrate/
- https://v2.tauri.app/start/migrate/from-tauri-1/
- https://v2.tauri.app/start/migrate/from-tauri-2-beta/
- https://v2.tauri.app/concept/inter-process-communication/
- https://v2.tauri.app/develop/calling-frontend/
@@ -35,8 +35,11 @@ license: Complete terms in LICENSE.txt
- https://v2.tauri.app/mobile/
- https://v2.tauri.app/mobile/development/
+- https://v2.tauri.app/learn/mobile-file-associations/
+- https://v2.tauri.app/learn/mobile-multiwindow/
## Keywords
- https://v2.tauri.app/start/create-project/
- https://v2.tauri.app/start/project-structure/
- https://v2.tauri.app/security/acl/
- https://v2.tauri.app/mobile/development/#prerequisites
- https://v2.tauri.app/learn/window-customization/
- https://v2.tauri.app/zh-cn/learn/window-customization/
- https://v2.tauri.app/reference/config/#windows-config
@@ -75,3 +75,7 @@ Use this skill as the **primary entry point** for any Tauri-related request. It
Tauri, tauri v2, rust, desktop app, mobile app, plugins, capabilities, permissions, system tray, notifications, file system, database, sql, http, websocket, updater, sidecar, ipc, events, commands, window customization