From 7e7ac96e547d334a34ae0f715543971b0ec88fa1 Mon Sep 17 00:00:00 2001 From: Kylos Date: Tue, 23 Jan 2024 09:57:13 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E5=A4=87=E6=A1=88=E7=9B=91=E7=AE=A1?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=EF=BC=8C=E6=9B=B4=E6=94=B9=E4=BA=86=20NASL?= =?UTF-8?q?=20=E5=AE=98=E7=BD=91=E5=88=B0=E6=9C=89=E5=A4=87=E6=A1=88?= =?UTF-8?q?=E7=9A=84=E7=BD=91=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kylos --- "\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" "b/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" index 764ed68..282c930 100644 --- "a/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" +++ "b/\347\220\206\344\272\213\345\215\225\344\275\215/NASL.md" @@ -1,7 +1,7 @@ ## 项目基本信息 1. 名称:NASL -2. 官网:[nasl.lcap.group/](http://nasl.lcap.group/) +2. 官网:[nasl](http://nasl.codewave.163.com/) 3. 仓库:公司内源,可通过 [CodeWave 智能开发平台](https://sf.163.com/product/lcap) 体验 4. 简介:NASL 是网易数帆 CodeWave 智能开发平台用于描述 Web 应用的领域特定语言。它主要包含两部分:基础语言 和 Web 应用特定领域(如数据定义、数据查询、页面、流程、权限等)的 子语言集合。 -- Gitee