Skip to content

Commit a0bd486

Browse files
authored
docs: update webfe app framework description (#2321)
1 parent ac705f1 commit a0bd486

4 files changed

Lines changed: 10 additions & 12 deletions

File tree

apiserver/paasng/paas_wl/bk_app/dev_sandbox/controller.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def deploy(
9191
"""部署开发沙箱
9292
9393
:param envs: 启动开发沙箱所需要的环境变量
94+
:param source_code_cfg: 源码配置
95+
:param code_editor_cfg: 代码编辑器配置
9496
"""
9597
sandbox_name = get_dev_sandbox_name(self.wl_app)
9698
try:
@@ -158,11 +160,7 @@ def _deploy(
158160

159161

160162
class DevWlAppConstructor:
161-
"""开发沙箱用 WlApp 实例构造器
162-
163-
:param module: 应用模块
164-
:param dev_sandbox_code: 沙箱标识,在模块下沙箱不唯一时传入
165-
"""
163+
"""开发沙箱用 WlApp 实例构造器"""
166164

167165
def __init__(self, dev_sandbox: "DevSandboxModel"):
168166
self.dev_sandbox = dev_sandbox

webfe/package_vue/src/language/lang/en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,8 +1591,8 @@ export default {
15911591
'开发框架(blueapps)': 'APP Framework(blueapps)',
15921592
'开发框架基于 Django 开发,集成用户鉴权、应用日志等基础功能。': 'The APP framework is developed based on Django and integrates basic functions such as user authentication and APP logs.',
15931593
框架文档: 'Framework documentation',
1594-
'开发框架在 Beego 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。': 'Based on Beego, the development framework integrates user login, BlueKing component invocation and other Add-ons.',
1595-
'开发框架,集成蓝鲸Vue组件库、统一登录和其他开发示例。': 'APP framework, integrating BlueKing Vue component library, unified login and other development examples.',
1594+
'开发框架在 Gin 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。': 'Based on Gin, the development framework integrates user login, BlueKing component invocation and other Add-ons.',
1595+
'开发框架,集成蓝鲸 Vue 组件库、统一登录和其他开发示例。': 'APP framework, integrating BlueKing Vue component library, unified login and other development examples.',
15961596
其他开发资料: 'Other Development Materials',
15971597
开发规范: 'Development specifications',
15981598
前端开发规范: 'Front-end development specifications',

webfe/package_vue/src/language/lang/zh.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,9 +1700,9 @@ export default {
17001700
'开发框架基于 Django 开发,集成用户鉴权、应用日志等基础功能。':
17011701
'开发框架基于 Django 开发,集成用户鉴权、应用日志等基础功能。',
17021702
框架文档: '框架文档',
1703-
'开发框架在 Beego 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。':
1704-
'开发框架在 Beego 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。',
1705-
'开发框架,集成蓝鲸Vue组件库、统一登录和其他开发示例。': '开发框架,集成蓝鲸Vue组件库、统一登录和其他开发示例。',
1703+
'开发框架在 Gin 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。':
1704+
'开发框架在 Gin 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。',
1705+
'开发框架,集成蓝鲸 Vue 组件库、统一登录和其他开发示例。': '开发框架,集成蓝鲸 Vue 组件库、统一登录和其他开发示例。',
17061706
其他开发资料: '其他开发资料',
17071707
开发规范: '开发规范',
17081708
前端开发规范: '前端开发规范',

webfe/package_vue/src/views/services/static/sdk-blueapps.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if (this.GLOBAL.CONFIG.GO_FRAME) {
2828
appList.push({
2929
'title': `Go ${this.$t('开发框架')}`,
30-
'explain': `Go ${this.$t('开发框架在 Beego 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。')}`,
30+
'explain': `Go ${this.$t('开发框架在 Gin 基础上,集成用户登录、蓝鲸组件调用和其他增强服务。')}`,
3131
'action_links': [
3232
{
3333
'text': this.$t('快速开始'),
@@ -39,7 +39,7 @@
3939
appList.push(
4040
{
4141
'title': `NodeJS ${this.$t('开发框架')}`,
42-
'explain': `NodeJS ${this.$t('开发框架,集成蓝鲸Vue组件库、统一登录和其他开发示例。')}`,
42+
'explain': `NodeJS ${this.$t('开发框架,集成蓝鲸 Vue 组件库、统一登录和其他开发示例。')}`,
4343
'action_links': [
4444
{
4545
'text': this.$t('快速开始'),

0 commit comments

Comments
 (0)